From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: Word Wrap in GNU Emacs for OS X Date: Sun, 23 Feb 2003 18:30:22 +0100 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84wujq3nwx.fsf@lucy.is.informatik.uni-duisburg.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046021790 18831 80.91.224.249 (23 Feb 2003 17:36:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Feb 2003 17:36:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18n03B-0004tZ-00 for ; Sun, 23 Feb 2003 18:36:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18n02O-0000kl-00 for gnu-help-gnu-emacs@m.gmane.org; Sun, 23 Feb 2003 12:35:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!fu-berlin.de!uni-berlin.de!pd9e1e610.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 20 Original-NNTP-Posting-Host: pd9e1e610.dip.t-dialin.net (217.225.230.16) Original-X-Trace: fu-berlin.de 1046021482 53652890 217.225.230.16 (16 [73968]) User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 Cancel-Lock: sha1:DlIvIwoR6mLEg/sMiQPdh0N0j6w= Original-Xref: shelby.stanford.edu gnu.emacs.help:110540 comp.emacs:77810 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7042 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7042 sng@fscv.net (S. Eng) writes: > I downloaded Andrew Choi's emacs and everything runs fine. I am > running the OS X installed on new Powerbooks. I have > > (setq text-mode-hook 'turn-on-auto-fill) > (setq fill-column 70) > > These are the same lines as on my Linux. But it is not wrapping. > Everything I type is treated as one line. I suggest this: (setq-default fill-column 70) (add-hook 'text-mode-hook 'turn-on-auto-fill) And then, you have to be in text mode (or a text-like mode) for this to have any effect. If you aren't, try M-x text-mode RET. -- A preposition is not a good thing to end a sentence with.