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: longlines-mode doesn't seem to work with some non-english text Date: Fri, 10 Feb 2006 23:35:55 -0500 Message-ID: <871wyay0k4.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139632584 13310 80.91.229.2 (11 Feb 2006 04:36:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Feb 2006 04:36:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 11 05:36:22 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 1F7mUc-0005QQ-OE for ged-emacs-devel@m.gmane.org; Sat, 11 Feb 2006 05:36:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7mUc-0007x8-6X for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 23:36:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7mUK-0007wl-1B for emacs-devel@gnu.org; Fri, 10 Feb 2006 23:36:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7mUI-0007wY-EJ for emacs-devel@gnu.org; Fri, 10 Feb 2006 23:35:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7mUI-0007wV-AG for emacs-devel@gnu.org; Fri, 10 Feb 2006 23:35:58 -0500 Original-Received: from [18.95.6.197] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7mY9-0002pG-Qm; Fri, 10 Feb 2006 23:39:57 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id C7BD71E4313; Fri, 10 Feb 2006 23:35:55 -0500 (EST) Original-To: Miles Bader In-Reply-To: (Miles Bader's message of "Fri, 10 Feb 2006 18:34:18 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (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:50360 Archived-At: 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. (Btw, fill-paragraph doesn't do a perfect job either -- if you refill with a different fill-column, it inserts spurious spaces where the newlines had previously been inserted after ascii characters.) I'll look into it, but it may take a while...