home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbfsb!cbnewsf.cb.att.com!hillel
- From: hillel@cbnewsf.cb.att.com (hillel.e.markowitz)
- Newsgroups: gnu.emacs.help
- Subject: Re: word wrapping (was Re: A better spell checker?)
- Message-ID: <1992Aug26.145546.23550@cbfsb.cb.att.com>
- Date: 26 Aug 92 14:55:46 GMT
- References: <1992Aug18.224145.8409@inmet.camb.inmet.com> <1992Aug24.152350.26055@hubcap.clemson.edu> <BOB.92Aug26102433@volitans.MorningStar.Com>
- Sender: news@cbfsb.cb.att.com
- Organization: AT&T Federal Systems
- Lines: 20
-
- In article <BOB.92Aug26102433@volitans.MorningStar.Com> bob@MorningStar.Com (Bob Sutterfield) writes:
- >In article <1992Aug24.152350.26055@hubcap.clemson.edu> andy@mercury.cs.clemson.edu (Andrew J. Greenshields N3IGS) writes:
- > ...the version [of emacs] they have here does not word wrap at the
- > end of each line. How can I alter it so that it will do this?
- >
- >Insert lines like this in your ~/.emacs:
- >
- >(setq text-mode-hook 'turn-on-auto-fill)
- >(setq outline-mode-hook 'turn-on-auto-fill)
- >
-
- ....
-
- I find that the following works better.
-
-
- ;;; Turn auto-fill automatically on in all modes
- (setq-default auto-fill-hook 'do-auto-fill)
-
- Hillel Markowitz H_Markowitz@att.com
-