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: Mon, 10 Oct 2005 19:48:12 -0400 Message-ID: References: <20051005.224026.229265335.wl@gnu.org> <878xx5m16r.fsf@jurta.org> <8764s7i93p.fsf@jurta.org> <87psqdhq7n.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128989594 21246 80.91.229.2 (11 Oct 2005 00:13:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 00:13:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 02:13:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EP7kY-000742-BR for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 02:12:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7kX-0007sz-Hw for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 20:12:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EP7QP-0004tr-P8 for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:51:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EP7NP-0003lF-7r for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:48:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7NN-0003kZ-6Z for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:48:13 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EP7NN-0004RC-G2 for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:48:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EP7NM-0003Fq-HE; Mon, 10 Oct 2005 19:48:12 -0400 Original-To: Juri Linkov In-reply-to: <87psqdhq7n.fsf@jurta.org> (message from Juri Linkov on Mon, 10 Oct 2005 09:14:48 +0300) 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:43840 Archived-At: The patch below fixes the bug. It assumes that more than one successive periods should allow breaking even if they are followed by just one space. That's not correct--it SHOULD demand two spaces or a newline, after three periods, just as it does after one period.