From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: filling bug in text-mode Date: Tue, 11 Oct 2005 18:43:19 -0400 Message-ID: References: <20051005.224026.229265335.wl@gnu.org> <878xx5m16r.fsf@jurta.org> <8764s7i93p.fsf@jurta.org> <87psqdhq7n.fsf@jurta.org> <85y850frgr.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129070764 7482 80.91.229.2 (11 Oct 2005 22:46:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 22:46:04 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 12 00:46:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPSsc-0008LK-Jj for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2005 00:45:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPSsc-0000c5-4J for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 18:45:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPSqA-0007vx-Mh for emacs-devel@gnu.org; Tue, 11 Oct 2005 18:43:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPSq8-0007v5-RZ for emacs-devel@gnu.org; Tue, 11 Oct 2005 18:43:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPSq8-0007ux-Hh for emacs-devel@gnu.org; Tue, 11 Oct 2005 18:43:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EPSq8-0000WJ-P0 for emacs-devel@gnu.org; Tue, 11 Oct 2005 18:43:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EPSq7-0007VK-Dv; Tue, 11 Oct 2005 18:43:19 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 11 Oct 2005 10:31:25 -0400) 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:43894 Archived-At: IIRC the problem is what to do when filling foo bar... baz Should it turn into foo bar... baz or foo bar... baz It should be the latter, because that preserves the fact that it counts as a sentence end.