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