* Franco Vite <[EMAIL PROTECTED]> [2002-01-04 16:01]: > [gio 03/01/2002, ore 21:48] => Walt Mankowski scrive: > > [...] > > There is a way to have differents quote colors, in emacs? >
maybe this will help?
It's from Walt Mankowski's .emacs and I just put (turn-on-font-lock).
;; Automatically go into mail-mode and auto-fill-mode if filename
;; starts with /tmp/mutt, and move past the mail headers.
(setq auto-mode-alist (append (list (cons "^\/tmp\/mutt" 'mail-mode))
auto-mode-alist))
(add-hook 'mail-mode-hook 'my-mail-mode-hook)
(defun my-mail-mode-hook ()
(turn-on-font-lock)
(auto-fill-mode)
(mail-text)
)
--
Eunjea <[EMAIL PROTECTED]>
<http://kldp.org/~eunjea/>
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF 4C33 544C 321C E194 91CF
msg22284/pgp00000.pgp
Description: PGP signature
