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

Re: two questions on emacs under Mutt



On (08/06/01 17:29), Vittorio wrote:
> I've installed Mutt and am using as my pet e-mail composer emacs.

Me too! I use mutt-alias.el and post.el which are both available from
http://www.davep.org/mutt/

post.el is a mail mode for Emacs that contains various functions
including automatic line wrapping. mutt-alias.el allows the insertion
and lookup of your mutt aliases in emacs. (Instructions and other
add-ons at the site above.)
I saved the two files into my ~/.Emacs folder, and entered the
following into my ~/.emacs file:-

;; This loads the function to enable mutt aliases in Emacs and binds
;; insert to ^c^i and lookup to ^c^l
(require 'mutt-alias)
(global-set-key [(control c)(control i)] 'mutt-alias-insert)
(global-set-key [(control c)(control l)] 'mutt-alias-lookup)

;; This loads the mode for writing mail for Mutt
(require 'post)

N.B. I'm still a newbie to Emacs (& Linux in general) so although this
works fine for me, I'm not sure it is the best syntax for .emacs.

HTH

Simon


-- 

Simon Hooper
GnuPG 1024D/F3D1353A 64AF 1419 4B67 CE13 E312  7C80 CFB0 9414 F3D1 353A



Reply to: