Haines Brown <[email protected]> writes: > I try this in the init file for gnus: > > (dolist (hook '(Message-mode-hook)) (add-hook hook > (lambda () (flyspell-mode 1))))
For anyone who doesn't want to use `flyspell-mode' but still would like to spell messages, this can be done with `ispell-message'. Abort spelling with C-g - it'll echo something strange (I reported that bug), but all it does is stop the spelling, which is what you want. The documentation is also obsolete with mention of GNUS 5 and GNUS 4. Other than that, it works well. -- underground experts united _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
