From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: fill-paragraph when longlines-mode is on Date: Wed, 05 Sep 2007 20:58:24 -0400 Message-ID: <87bqcg7gpb.fsf@stupidchicken.com> References: <46DF4334.1060203@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189040394 28832 80.91.229.12 (6 Sep 2007 00:59:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 00:59:54 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 06 02:59:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IT5io-00054g-An for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 02:59:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IT5im-0003rH-Ip for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 20:59:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IT5ih-0003nd-S6 for emacs-devel@gnu.org; Wed, 05 Sep 2007 20:59:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IT5ig-0003kW-C0 for emacs-devel@gnu.org; Wed, 05 Sep 2007 20:59:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IT5ig-0003k6-4g for emacs-devel@gnu.org; Wed, 05 Sep 2007 20:59:42 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IT5if-0005JS-QL for emacs-devel@gnu.org; Wed, 05 Sep 2007 20:59:41 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id D0E454E381; Wed, 5 Sep 2007 20:58:24 -0400 (EDT) In-Reply-To: <46DF4334.1060203@gmail.com> (Lennart Borgman's message of "Thu\, 06 Sep 2007 02\:00\:52 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77921 Archived-At: "Lennart Borgman (gmail)" writes: > Does fill-paragraph really work when longlines-mode is on? Yes, but the effect is subtle, since most of the "filling" effects of fill-paragraph are performed automatically due to automatic line wrapping in longlines-mode. One way to see that fill-paragraph really does something is to enter multiple spaces between a pair of words: longlines leaves these spaces alone, but doing M-q replaces these with a single space.