From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: M-a casts anchored `sentence-end' adrift. Date: Sun, 11 Jan 2009 23:25:12 -0500 Message-ID: References: <20080707090135.GA1901@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231734331 11986 80.91.229.12 (12 Jan 2009 04:25:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2009 04:25:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 12 05:26:42 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LMENr-0004P1-Nq for ged-emacs-devel@m.gmane.org; Mon, 12 Jan 2009 05:26:39 +0100 Original-Received: from localhost ([127.0.0.1]:52683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMEMb-0005a0-HG for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2009 23:25:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMEMX-0005Wo-6m for emacs-devel@gnu.org; Sun, 11 Jan 2009 23:25:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMEMV-0005Td-OQ for emacs-devel@gnu.org; Sun, 11 Jan 2009 23:25:16 -0500 Original-Received: from [199.232.76.173] (port=33434 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMEMV-0005TS-ML for emacs-devel@gnu.org; Sun, 11 Jan 2009 23:25:15 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:56618 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMEMV-0006ce-E3 for emacs-devel@gnu.org; Sun, 11 Jan 2009 23:25:15 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApAFACdVaklMCpxj/2dsb2JhbACBbNBDhW+BbA X-IronPort-AV: E=Sophos;i="4.37,250,1231131600"; d="scan'208";a="32159884" Original-Received: from 76-10-156-99.dsl.teksavvy.com (HELO ceviche.home) ([76.10.156.99]) by ironport2-out.teksavvy.com with ESMTP; 11 Jan 2009 23:25:14 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id EDA93B4031; Sun, 11 Jan 2009 23:25:12 -0500 (EST) In-Reply-To: <20080707090135.GA1901@muc.de> (Alan Mackenzie's message of "Mon, 7 Jul 2008 09:01:35 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107795 Archived-At: > The specification of sentence-end doesn't preclude anchoring a > "full-stop" at BOL (or even EOL). Therefore, there is a bug. The > following patch fixes it. I'm not sure it's a big deal, but it seems safe, so I installed it, even if belatedly. Stefan