* Thus spake Will Yardley [26-02-02^04:46]:

Hallo,
 
> tell him to wrap his lines in his editor. how to do this will vary
> depending on the editor he's using. if he's using vi (probably nvi in
> debian), setting wm=8 should work. using vim, set tw=74. emacs i'm not
> sure, but i doubt it's that hard.

wk@localhost:~$ less .emacs

(setq-default-major-mode 'message-mode)
(setq-default fill-column 72)
(add hook 'message-mode-hook 'turn-on-auto-fill)

[...]

alternativ mode: mail-mode

Meta-q

-- 
The history of Liberty is a history of the limitation of government
power.
        -Woodrow Wilson.

Reply via email to