[gnu.emacs.gnews] Auto-fill-mode

piet@cs.ruu.nl (Piet van Oostrum) (02/02/90)

In article <13438@phoenix.Princeton.EDU>, greg@phoenix (greg Nowak) writes:
 `Can someone tell me how to turn on auto-fill-mode in my N-Reply buffers?
 ` It's set up as a default in my .emacs, but it doesn't seem to
 `propogate into Gnews, and I can't find any reference to it in the
 `manual. Thanks!

(setq n-reply-hook 'turn-on-auto-fill)

and similar for E-reply buffers:

(setq e-reply-hook 'turn-on-auto-fill)
-- 
Piet* van Oostrum, Dept of Computer Science, Utrecht University,
Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
Telephone: +31-30-531806   Uucp:   uunet!mcsun!hp4nl!ruuinf!piet
Telefax:   +31-30-513791   Internet:  piet@cs.ruu.nl   (*`Pete')

piet@cs.ruu.nl (Piet van Oostrum) (02/03/90)

In article <2377@ruuinf.cs.ruu.nl>, piet@cs (Piet van Oostrum) writes:
 `In article <13438@phoenix.Princeton.EDU>, greg@phoenix (greg Nowak) writes:
 ` `Can someone tell me how to turn on auto-fill-mode in my N-Reply buffers?
 ` ` It's set up as a default in my .emacs, but it doesn't seem to
 ` `propogate into Gnews, and I can't find any reference to it in the
 ` `manual. Thanks!
 `
 `(setq n-reply-hook 'turn-on-auto-fill)
 `
 `and similar for E-reply buffers:
 `
 `(setq e-reply-hook 'turn-on-auto-fill)
 `-- 
I found out that these are not documented. The following documented calls
do the same:

for e-reply:
(setq group-reply-hook 'turn-on-auto-fill)

for n-reply:
(setq group-follow-hook 'turn-on-auto-fill)
-- 
Piet* van Oostrum, Dept of Computer Science, Utrecht University,
Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
Telephone: +31-30-531806   Uucp:   uunet!mcsun!hp4nl!ruuinf!piet
Telefax:   +31-30-513791   Internet:  piet@cs.ruu.nl   (*`Pete')