Path: utzoo!utgpu!watmath!uunet!nih-csl!elsie!cvl!mimsy!haven!purdue!mailrus!tut.cis.ohio-state.edu!SPAM.ISTC.SRI.COM!wohler From: wohler@SPAM.ISTC.SRI.COM (Bill Wohler) Newsgroups: gnu.emacs.bug Subject: Re: Running gnuemacs with mh-6.6 Message-ID: <8903200231.AA01467@coco0.istc.sri.com> Date: 20 Mar 89 02:31:15 GMT References: <8903200150.AA02600@sun-valley.stanford.edu> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: SRI International, Menlo Park, CA Lines: 20 heya, gnuemacs also has mh-rmail which is the Right Way to use gnuemacs and mh. it's hot. try mh-rmail and then type "C-h m" to see what commands you have available. then type "s" to send a letter and then type "C-h m" again to see what commands you have available while editing a letter (including "C-c C-q" to quit editing that letter). that should provide you with enough documentation but you can find out more by looking at the sources (...gnuemacs/lisp/mh-e.el). by the way, in your example, you set the editor to be "gnuemacs." it is preferable (read mega-faster) to set it to emacsclient and run "M-x server-start" within gnuemacs. try that sometime, run server-start, and then run emacsclient directly from the shell. enjoy! --bw