From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ngse@yahoo.com (S. Eng) Newsgroups: gmane.emacs.help Subject: Re: Word Wrap in GNU Emacs for OS X Date: 24 Feb 2003 16:33:09 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84wujq3nwx.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046133387 2372 80.91.224.249 (25 Feb 2003 00:36:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2003 00:36:27 +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 18nT56-0000bu-00 for ; Tue, 25 Feb 2003 01:36:24 +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 18nT4S-0006US-01 for gnu-help-gnu-emacs@m.gmane.org; Mon, 24 Feb 2003 19:35:44 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 32 Original-NNTP-Posting-Host: 216.206.47.60 Original-X-Trace: posting.google.com 1046133189 16103 127.0.0.1 (25 Feb 2003 00:33:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 25 Feb 2003 00:33:09 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:110583 comp.emacs:77829 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:7085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7085 kai.grossjohann@uni-duisburg.de (Kai Großjohann) wrote in message news:<84wujq3nwx.fsf@lucy.is.informatik.uni-duisburg.de>... > 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. Thanks.. But actually, my emacs that comes with Red Hat 7.2 also does not wrap either. I tried what you suggested, and various other combinations. Emacs ignore s everything about column-fill in my .emacs. On the menu bar under help, the 'auto wrap' is not checked. I tried 'clicking' and 'tabbing' but could not get it to take this option. I also went into 'customize option'. It says saved to .emacs, but when I look at my .emacs, nothing has changed. Any other suggestion? Thanks in advance.