From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Patch to Date: Fri, 28 Jan 2005 23:17:32 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106972510 20394 80.91.229.6 (29 Jan 2005 04:21:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2005 04:21:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 29 05:21:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cuk7E-0005tb-00 for ; Sat, 29 Jan 2005 05:21:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CukJg-0001yq-7B for ged-emacs-devel@m.gmane.org; Fri, 28 Jan 2005 23:34:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CukIU-000189-AE for emacs-devel@gnu.org; Fri, 28 Jan 2005 23:33:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CukIP-00014H-7G for emacs-devel@gnu.org; Fri, 28 Jan 2005 23:33:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CukIP-00013w-2q for emacs-devel@gnu.org; Fri, 28 Jan 2005 23:33:17 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cuk5Q-0006mP-0n for emacs-devel@gnu.org; Fri, 28 Jan 2005 23:19:52 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cuk3A-0003hF-Nz; Fri, 28 Jan 2005 23:17:32 -0500 Original-To: Francis Litterio In-reply-to: (message from Francis Litterio on Thu, 27 Jan 2005 13:45:17 -0500) 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: main.gmane.org gmane.emacs.devel:32616 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32616 The below patch enables adaptive-fill-mode to properly fill paragraphs that use 'o' as a bullet, like this: o Testing one two three one two three one two three one two three one two three one two three one two three. That result is an improvement, but I wonder if this might also lead to false identification of prefixes in some cases. I can't see, off hand, how that could happen, I just have a concern about it. Does anyone else see such cases? If not, we can try it and see if it causes any problems.