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: line wrap problem Date: 18 Mar 2003 09:09:07 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1048007701 13464 80.91.224.249 (18 Mar 2003 17:15:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2003 17:15:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 18 18:14:58 2003 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 18vKfx-0003Uh-00 for ; Tue, 18 Mar 2003 18:14:57 +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 18vKc3-00021H-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 18 Mar 2003 12:10:55 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 128.220.18.129 Original-X-Trace: posting.google.com 1048007347 28603 127.0.0.1 (18 Mar 2003 17:09:07 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 18 Mar 2003 17:09:07 GMT Original-Xref: shelby.stanford.edu comp.emacs:78254 gnu.emacs.help:111184 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:7684 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7684 Hi I want to line wrap at column 72. I have the following lines in my .emacs (setq default-major-mode 'text-mode) (setq text-mode-hook 'turn-on-auto-fill) (setq current-fill-column 72) It does not work on NTEmacs 21.1.1 running under Win2K, or on 20.7 running under Redhat 7.2. At the bottom of the window, the NT version says (Lisp interaction fill) At the bottom of the window, the Red Hat version says (Text fill) The Options menu for the NT version allows me to choose 'word wrap'. I turned it on and it also does not work. Any help would be greatly appreciated. Thanks in advance.