[20217] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: mh-rmail MH-Show buffer is RW

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Mar 6 15:41:42 2002

Date: Wed, 6 Mar 2002 15:41:52 -0500
Message-Id: <200203062041.PAA03831@equal-rites.mit.edu>
From: Greg Hudson <ghudson@MIT.EDU>
To: Ron Hoffmann <hoffmann@mit.edu>
CC: software-suggestions@mit.edu, hoffmann@mit.edu, bugs@mit.edu
In-reply-to: <200201141631.LAA03328@Paddington.MIT.EDU>

> The mh-rmail MH-Show buffer is RW, rather than RO.  Since writing
> into an existing incoming message is something one does rarely, and
> accidental writing into the MH-Show buffer is just plain annoying,
> I'd really like to see mh-rmail modified so that buffer is RO.

Hi, sorry it took so long to get back to you.

You could put the following in .emacs to get the behavior you want
(I've tested this):

  (load "mh-e")
  (add-hook 'mh-show-mode-hook (lambda () (toggle-read-only t)))

I will also send on your complaint to the emacs maintainers.  I don't
think we will be modifying the Athena behavior locally, though, since
this isn't a big enough issue to warrant maintaining a local change
from stock emacs.

home help back first fref pref prev next nref lref last post