home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / emacs / 4066 < prev    next >
Encoding:
Text File  |  1993-01-26  |  966 b   |  25 lines

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