|
| From: | Tassilo Horn |
| Subject: | Re: Limit Article buffer width to 73 chars |
| Date: | Mon, 26 Apr 2004 15:45:32 +0200 |
| User-agent: | Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
Josef Oswald <NO.SPAM.for.gnus@chello.at> writes:
> This is the problem:
> Sometimes some mail-buffers are not wider then the 74 chars ( the
> message fills the whole screen left and right) how can I limit it to
> 74 (or thereabouts) ?
Put this in your .gnus:
(add-hook 'message-mode-hook
(lambda ()
(setq fill-column 72)
(turn-on-auto-fill)))
Regards,
Tassilo
--
"Excessive login or logout messages are a sure sign of senility."
| [Prev in Thread] | Current Thread | [Next in Thread] |