From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: text mode, auto-fill, refill Date: Fri, 29 Oct 2004 11:32:11 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2ufd51F29rj78U1@uni-berlin.de> References: <10o4ssggj52rp53@corp.supernews.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099071435 4826 80.91.229.6 (29 Oct 2004 17:37:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Oct 2004 17:37:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 29 19:37:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CNagV-0007Sl-00 for ; Fri, 29 Oct 2004 19:37:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNaoM-0004F5-9Q for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Oct 2004 13:45:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: news.uni-berlin.de cxHmmqqjWsiRVa60Y1s/IwzXQ6/V1JaTgeUHkN+/SkHl9zKrQ= User-Agent: Mozilla Thunderbird 0.8 (X11/20040916) X-Accept-Language: en-us, en In-Reply-To: <10o4ssggj52rp53@corp.supernews.com> Original-Xref: shelby.stanford.edu gnu.emacs.help:126217 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21598 Edward Casey wrote: > I have a text file with very long lines (average over 200 chars) and in > the mode line there are two question marks after L (for line number. C-h v line-number-display-limit-width > How can I refill the entire buffer to a line length of say 70-80 > characters? Finally is the process reversible without loss of > original formatting? Don't bother, just `M-x set-variable RET line-number-display-limit-width RET'. -- Kevin Rodgers