From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: longlines-mode doesn't seem to work with some non-english text Date: Mon, 13 Feb 2006 11:32:29 +1100 Message-ID: <87slqo2j4y.fsf@zip.com.au> References: <871wyay0k4.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139790950 16908 80.91.229.2 (13 Feb 2006 00:35:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 00:35:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 01:35:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8Rgw-0000nn-51 for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 01:35:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8Rgv-0003fJ-Jt for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 19:35:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8ReB-00020V-6l for emacs-devel@gnu.org; Sun, 12 Feb 2006 19:32:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8Re8-0001uv-K5 for emacs-devel@gnu.org; Sun, 12 Feb 2006 19:32:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8Re7-0001tx-QE for emacs-devel@gnu.org; Sun, 12 Feb 2006 19:32:52 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8RiR-0004ZP-Ou for emacs-devel@gnu.org; Sun, 12 Feb 2006 19:37:20 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1D0WjsD024527 for ; Mon, 13 Feb 2006 11:32:45 +1100 Original-Received: from localhost (ppp2D33.dyn.pacific.net.au [61.8.45.51]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1D0Whjq029205 for ; Mon, 13 Feb 2006 11:32:44 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1F8Rdl-0002Lo-00; Mon, 13 Feb 2006 11:32:29 +1100 Original-To: emacs-devel@gnu.org In-Reply-To: <871wyay0k4.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 10 Feb 2006 23:35:55 -0500") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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:50433 Archived-At: Chong Yidong writes: > > Miles Bader writes: > >> E.g. the text in following attachment. >> >> It fills fine with M-x fill-paragraph, but longlines-mode doesn't seem >> to do anything (it remains one long line). > > This is a rather difficult case to make Longlines mode handle. I thought fill-paragraph staying one line was a feature, I've been using it to collapse runs of multiple spaces. ... Though I was going to complain that it collapses two spaces after a full-stop down to one space if the full stop is at the end of a line.