[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: two questions on emacs under Mutt



> > On Fri, Jun 08, 2001 at 05:29:26PM +0000, Vittorio wrote:
> > > 2) Is that possible to configure emacs to wrap lines at, say, 72 char?

For accents put
	(set-language-environment "Latin-1")

in .emacs.

To wrap text mode lines at 72, try
	(add-hook 'text-mode-hook 'turn-on-auto-fill)
in .emacs.

Try getting post.el for some email editing additions to emacs.

If you want to run emacs as a client for mail-mode (rather than
loading an additional emacs to write messages), start the emacs
server in .emacs with
	(server-start)
and set mutt's editor as "emacsclient".

Note that if you don't already have an emacs running, mutt will
hang with a "waiting for emacs" message.

Cheers

Tiarnan

-- 
Tiarnán Ó Corráin 
ocorrain@esatclear.ie, ocorrain@yahoo,com (+353-86-8954012) 
"You can't miss their big sign, "GOLD CHAINS 50% OFF" (always).  
Gold is shiny.  Shiny stuff is mad. Being mad is cool.  You
want to be cool." (http://www.peoplesrepublicofcork.com)



Reply to: