From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: filling bug in text-mode Date: Mon, 10 Oct 2005 15:44:54 +0200 (CEST) Message-ID: <20051010.154454.236669084.wl@gnu.org> References: <8764s7i93p.fsf@jurta.org> <87psqdhq7n.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128952317 21198 80.91.229.2 (10 Oct 2005 13:51:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2005 13:51:57 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 15:51:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOy2N-0001Uf-Fx for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 15:49:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOy2M-0006of-OO for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 09:49:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOy1B-0006RD-SC for emacs-devel@gnu.org; Mon, 10 Oct 2005 09:48:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOy1A-0006Qc-B2 for emacs-devel@gnu.org; Mon, 10 Oct 2005 09:48:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOy1A-0006QR-3G for emacs-devel@gnu.org; Mon, 10 Oct 2005 09:48:40 -0400 Original-Received: from [212.227.126.188] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EOy18-0001GY-Dz; Mon, 10 Oct 2005 09:48:38 -0400 Original-Received: from p54AF9D65.dip0.t-ipconnect.de [84.175.157.101] (helo=rigel.site) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML29c-1EOy140IZ8-00062v; Mon, 10 Oct 2005 15:48:34 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j9ADisFu005616; Mon, 10 Oct 2005 15:44:54 +0200 Original-To: juri@jurta.org In-Reply-To: <87psqdhq7n.fsf@jurta.org> X-Mailer: Mew version 4.2.50 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da 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:43800 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. Thanks! Will you check this in? Werner