all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* message-mode
@ 2009-11-22 11:08 Daniel Dalton
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Dalton @ 2009-11-22 11:08 UTC (permalink / raw)
  To: gnu-emacs-help

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

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/


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: message-mode
       [not found] <mailman.11275.1258888131.2239.help-gnu-emacs@gnu.org>
@ 2009-11-22 11:45 ` Teemu Likonen
  0 siblings, 0 replies; 2+ messages in thread
From: Teemu Likonen @ 2009-11-22 11:45 UTC (permalink / raw)
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-22 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.11275.1258888131.2239.help-gnu-emacs@gnu.org>
2009-11-22 11:45 ` message-mode Teemu Likonen
2009-11-22 11:08 message-mode Daniel Dalton

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.