[16760] in Athena Bugs
sgi 8.2.18: comp
daemon@ATHENA.MIT.EDU (Christopher D. Beland)
Thu Mar 18 22:53:54 1999
To: bugs@MIT.EDU
Date: Thu, 18 Mar 1999 22:53:43 EST
From: "Christopher D. Beland" <beland@MIT.EDU>
System name: test-sgi.mit.edu
Type and version: IP22 8.2.18
Display type: GR3-XZ
> What were you trying to do?
Send e-mail using "comp"
> What's wrong:
After editing e-mail normally in emacs, I hit C-x C-c, and I get the
error:
whatnow: problems with edit--draft left in
/afs/athena.mit.edu/user/b/e/beland/M ail/drafts/#1
> What should have happened:
I normally get the Whatnow? prompt.
> Please describe any relevant documentation references:
This only happens on SGIs.
My .mh_profile file:
---
Path: Mail
Editor: /mit/beland/.emacs.tty
Msg-Protect: 600
Folder-Protect: 700
Prompter-next: emacs
rmmproc: delete
draft-folder: drafts
unseen-sequence: unseen
AliasFile: /afs/athena.mit.edu/user/b/e/beland/.mh_aliases
Signature: Christopher D. Beland
---
My .emacs.tty file:
---
emacs -nw $1
---
My .emacs file:
---
(put 'eval-expression 'disabled nil)
(set 'initial-major-mode 'text-mode)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(add-hook 'text-mode-hook 'turn-on-font-lock)
(add-hook 'perl-mode-hook 'turn-on-font-lock)
(add-hook 'c-mode-hook 'turn-on-font-lock)
(add-hook 'cc-mode-hook 'turn-on-font-lock)
(add-hook 'sh-mode-hook 'turn-on-font-lock)
(define-key global-map "\M-5" 'query-replace-regexp)
(define-key global-map "\C-h" 'delete-backward-char)
(define-key global-map "\M-1" 'beginning-of-buffer)
(define-key global-map "\M-2" 'end-of-buffer)
(define-key global-map "\M--" 'scroll-down)
(define-key global-map "\M-=" 'scroll-up)
(define-key global-map "\M-i" 'decrease-left-margin)
(define-key global-map "\M-Q" 'set-justification-left)
(put 'upcase-region 'disabled nil)
(custom-set-variables
'(scroll-bar-mode (quote right)))
(custom-set-faces)