Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!gummo!whuxle!pyuxll!eisx!npoiv!npois!hogpc!drux3!ihnp4!zehntel!hplabs!sri-unix!reid@Glacier From: reid@Glacier@sri-unix.UUCP Newsgroups: net.emacs Subject: Re: Need "mh-e.ml" style mail system Message-ID: <12327@sri-arpa.UUCP> Date: Wed, 5-Oct-83 09:26:46 EDT Article-I.D.: sri-arpa.12327 Posted: Wed Oct 5 09:26:46 1983 Date-Received: Sun, 9-Oct-83 08:20:55 EDT Lines: 19 From: Brian Reid I'm not sure what version of mhe you are running, but for at least a year I've had these lines in my .emacs_pro file : (autoload "startup" "mh-e.ml") (autoload "&mh-send" "mh-e.ml") (defun (mhsend (startup) (&mh-send) ) ) (bind-to-key "startup" "r") (bind-to-key "mhsend" "m") This makes ^X-R load mhe and start reading your mail, and ^X-M load it to send a message. Works fine. If you exit (who'd want to?) it just goes back to the recursive level that you were at when you called it.