Thanks
--
Cheers,
Dan
> 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.