Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

message-mode

0 views
Skip to first unread message

Daniel Dalton

unread,
Nov 22, 2009, 6:08:35 AM11/22/09
to gnu-emacs-help
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

Thanks

--
Cheers,
Dan

http://members.iinet.net.au/~ddalton/

signature.asc

Teemu Likonen

unread,
Nov 22, 2009, 6:45:44 AM11/22/09
to
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.

0 new messages