From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Denis Bueno Newsgroups: gmane.emacs.help Subject: Re: Controlling `fill-paragraph' Date: Mon, 31 Jan 2005 18:33:25 -0500 Message-ID: <6dbd4d00050131153356b7b0a4@mail.gmail.com> References: <6dbd4d0005013107211d410150@mail.gmail.com> <1107191172.5404.6.camel@c83-250-201-122.bredband.comhem.se> <6dbd4d00050131095060f3c83a@mail.gmail.com> <1107196358.5404.32.camel@c83-250-201-122.bredband.comhem.se> Reply-To: Denis Bueno NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1107215678 21065 80.91.229.6 (31 Jan 2005 23:54:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2005 23:54:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 01 00:54:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CvlNH-0002ol-00 for ; Tue, 01 Feb 2005 00:54:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cvla5-00044h-Nk for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Jan 2005 19:07:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CvlRd-0000sx-6h for help-gnu-emacs@gnu.org; Mon, 31 Jan 2005 18:59:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CvlRS-0000nP-6L for help-gnu-emacs@gnu.org; Mon, 31 Jan 2005 18:58:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvlRO-0000gx-E5 for help-gnu-emacs@gnu.org; Mon, 31 Jan 2005 18:58:46 -0500 Original-Received: from [64.233.184.199] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cvl2s-00085r-CP for help-gnu-emacs@gnu.org; Mon, 31 Jan 2005 18:33:26 -0500 Original-Received: by wproxy.gmail.com with SMTP id 36so992727wra for ; Mon, 31 Jan 2005 15:33:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=STNx580b3JTQfLgC1glWqJ/+ajONMMCD9KzojaMEg6okIjJrNMPuYtn5YQPYSvrl8OZaheshapWhdM4FqxRRwbTNMlSTkB9lfUMUTexcYNvfLIKz2pbax7jONeF9ZidVdAk7y0vlEsM2XAf2jic0ejKA8U7wHnsQ64OflGwnT5M= Original-Received: by 10.54.21.37 with SMTP id 37mr42377wru; Mon, 31 Jan 2005 15:33:25 -0800 (PST) Original-Received: by 10.54.43.68 with HTTP; Mon, 31 Jan 2005 15:33:25 -0800 (PST) Original-To: August In-Reply-To: <1107196358.5404.32.camel@c83-250-201-122.bredband.comhem.se> 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23794 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23794 On Mon, 31 Jan 2005 19:32:38 +0100, August wrote: > On m=E5n, 2005-01-31 at 12:50 -0500, Denis Bueno wrote: > > On Mon, 31 Jan 2005 18:06:12 +0100, August wrote= : > > > > > > That's strange, I can't reproduce the behavior you describe. What's t= he > > > value of `fill-column'? The first line after you invoked fill-paragra= ph > > > is 78 characters long (think default value is 70). > > > > I have customized `fill-column', so its value is 75. >=20 > As long as the width of the buffer window is no less than `fill-column', > it should be okay. You can always try to temporarily erase the > customization and see if the problem remains. I erased the customization, and the problem persists. Perhaps I have been confusing things by using the wrong terminology. I don't care if the text `wraps', in the sense of putting a little arrow on the side of the emacs window, and displaying the text that goes too far on the next line. My problem is that `fill-column' seems to be "filling" (if that is indeed the word I'm looking for) the wrong column. > P.S. I recommend you to reply to the list rather than to me privately, > so others can take part in the discussion. Since you did so I do of > course respect your decision and reply to you privately too. Sorry about that. I have now included the list in my reply. --=20 Denis Bueno