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: Sat, 08 Oct 2005 18:57:08 -0400 Message-ID: References: <20051005.224026.229265335.wl@gnu.org> <878xx5m16r.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 1128812357 22842 80.91.229.2 (8 Oct 2005 22:59:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2005 22:59:17 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 09 00:59:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EONdr-0005dF-FW for ged-emacs-devel@m.gmane.org; Sun, 09 Oct 2005 00:58:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EONdq-0006uA-Uo for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2005 18:58:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EONcs-0006Lx-Vv for emacs-devel@gnu.org; Sat, 08 Oct 2005 18:57:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EONcr-0006Kr-Qz for emacs-devel@gnu.org; Sat, 08 Oct 2005 18:57:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EONcr-0006KM-FQ for emacs-devel@gnu.org; Sat, 08 Oct 2005 18:57:09 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EONcr-0003hI-PT for emacs-devel@gnu.org; Sat, 08 Oct 2005 18:57:09 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EONcq-0000yG-H1; Sat, 08 Oct 2005 18:57:08 -0400 Original-To: Juri Linkov In-reply-to: <878xx5m16r.fsf@jurta.org> (message from Juri Linkov on Sat, 08 Oct 2005 00:52:52 +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:43710 Archived-At: One solution is to fix the regexp in `sentence-end' to match three periods. I think that is the correct fix, because the sentence commands _should_ stop after three periods (when followed by two spaces or a newline). It is a bug if they don't stop there.