help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: message-mode


From: Teemu Likonen
Subject: Re: message-mode
Date: Sun, 22 Nov 2009 13:45:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

On 2009-11-22 22:08 (+1100), Daniel Dalton wrote:

> What line in my config file do I need, to automatically fill lines
> when using message-mode? It appears to work for all other modes except
> this one, or is it just because I'm starting message-mode with m-x
> message-mode

(add-hook 'message-mode-hook 'turn-on-auto-fill)

But message-mode is derived from text-mode so it should work if you turn
auto-fill-mode on in text-mode-hook.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]