home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!pmafire!news.dell.com!swrinde!cs.utexas.edu!zaphod.mps.ohio-state.edu!usc!rpi!sarah!cc2955
- From: cc2955@sarah.albany.edu (Charley Chen)
- Subject: Re: auto-fill-mode
- Message-ID: <1993Jan26.045634.28599@sarah.albany.edu>
- Organization: State University of New York at Albany
- References: <1993Jan25.182227.20903@sarah.albany.edu> <C1FMB6.3nn@iapa.uucp%mailhost.ecn.uoknor.edu>
- Date: Tue, 26 Jan 93 04:56:34 GMT
- Lines: 14
-
- I ask before about how to get auto-fill-mode on whenever I use emacs and lots
- of people reponded and all the reponse were the same
- (setq text-mode-hook
- '(lambda () (auto-fill-mode 1)))
-
- but from what I can see I need to be in text mode or something. Usually get
- the (Fundamental) mode and I still do, even after putting in that thing in
- my .emacs. My question now is that do I have to compile it or do I need
- something that will switch me to text mode right away? Thanks.
-
-
- Charley
-
-
-