On Wed, Jul 25, 2001 at 11:40:11PM -0400, Walt Mankowski wrote: > ;; Automatically go into mail-mode if filename starts with /tmp/mutt > (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 () > (auto-fill-mode) > ) What you suggest is quite okay. Thank you. -Jens
- Re: About quoting text, about emacs. David Ellement
- Re: About quoting text, about emacs. Dominique Pelle
- Re: About quoting text, about emacs. Greg Matheson
- Re: About quoting text, about emacs. Jens Paulus
- Re: About quoting text, about emacs. Jens Paulus
- Re: About quoting text, about emacs. Thomas Roessler
- Re: About quoting text, about emacs. Jens Paulus
- Re: About quoting text, about emacs. Walt Mankowski
- Re: About quoting text, about emacs. David Champion
- Re: About quoting text, about emacs. Jens Paulus
- Re: About quoting text, about emacs. Jens Paulus
- Re: About quoting text, about emacs. Walt Mankowski