Clemens Schüller <[email protected]> writes: > Hello! > > Sharon Kimble <[email protected]> writes: > >> I've recently found that when writing an email the line length is not >> recognised, in spite of having >> (setq-default fill-column 78) >> in my '.gnus.el'. When replying to an email the line length very often goes >> to >> the edge of the window, even with 'Word Wrap (visual line mode)' enabled. > >> How can I get it to just stop at a line length of just 78 characters please? > > ╭──── > │(add-hook 'message-mode-hook > │(lambda () > │ (setq fill-column 78) > │ (turn-on-auto-fill))) > ╰──── > > This should work. Thanks Clemens, this works beautifully. How did you get the solid lines round your box-quote please? It makes it stand out and look very professional! :)
Sharon. -- A taste of linux = http://www.sharons.org.uk my git repo = https://bitbucket.org/boudiccas/dots TGmeds = http://www.tgmeds.org.uk Debian testing, Fluxbox 1.3.5, emacs 24.4.50.7
signature.asc
Description: PGP signature
_______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
