home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / emacs / help / 4774 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.5 KB  |  41 lines

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!bu.edu!news.bbn.com!noc.near.net!lynx!usenet
  2. From: ratinox@splinter.coe.northeastern.edu (Richard Pieri)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: auto-fill-mode vs. fill-column: Just not work!!!
  5. Message-ID: <RATINOX.92Nov12211858@splinter.coe.northeastern.edu>
  6. Date: 13 Nov 92 02:16:07 GMT
  7. References: <BxMLs3.BFB@news.iastate.edu>
  8. Sender: usenet@lynx.dac.northeastern.edu (usenet dummy)
  9. Reply-To: ratinox@meceng.coe.northeastern.edu
  10. Organization: 3WA, Boston Office. Or Nu Meta Chi. Take your pick.
  11. Lines: 24
  12. In-Reply-To: song@iastate.edu's message of Thu, 12 Nov 1992 23:11:59 GMT
  13. X-Posting-Software: GNUS 3.14.1 [ NNTP-based News Reader for GNU Emacs ]
  14. X-Signature-Virus-Protection: Version 1.51
  15. X-Get-A-Clue: Have two, they're small.
  16.  
  17. >>>>> In article <BxMLs3.BFB@news.iastate.edu>, song@iastate.edu
  18. >>>>> (Chang-Hyeon Song) writes:
  19.  
  20. CS> I have been struggling with this about an hour and I quit.
  21.  
  22. CS> In my .emacs file,
  23.  
  24. CS> (setq text-mode-hook '(lambda () (setq fill-column 78)))
  25. CS> (setq text-mode-hook '(lambda () (auto-fill-mode 1)))
  26.  
  27. Should be:
  28.  
  29. (setq text-mode-hook
  30.       '(lambda ()
  31.         (setq fill-column 78)
  32.         (auto-fill-mode 1)))
  33.  
  34. All the others should be changed appropriately.
  35.  
  36. --Rat
  37. ||||| | | | |  |  |  |   |   |    |    |    |   |   |  |  |  |  | | | | | |||||
  38. Northeastern's Stainless Steel Rat          ratinox@meceng.coe.northeastern.edu
  39. Take in the now/Your taste belongs in my eyes and in my mind/Now I see
  40.                                                               --Braindance, Now
  41.