From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: paragraph-start in Shell mode and Ielm. Date: Wed, 20 Apr 2005 17:42:35 -0400 Message-ID: References: <200504200139.j3K1dbk12900@raven.dms.auburn.edu> <87d5squngx.fsf-monnier+emacs@gnu.org> <200504200405.j3K458J13554@raven.dms.auburn.edu> <87y8bet6xi.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114036934 12326 80.91.229.2 (20 Apr 2005 22:42:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 22:42:14 +0000 (UTC) Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 21 00:42:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DONtC-000243-SF for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 00:41:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DONxn-0002UG-QW for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 18:46:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DONDt-0000Rk-Um for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:59:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DONDs-0000RE-Of for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:59:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DON9d-0005qZ-Cg for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:54:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DON0X-0004Kp-LT for emacs-devel@gnu.org; Wed, 20 Apr 2005 17:45:17 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DOMxv-0004hP-Ru; Wed, 20 Apr 2005 17:42:35 -0400 Original-To: Stefan Monnier In-reply-to: <87y8bet6xi.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Wed, 20 Apr 2005 00:23:18 -0400) 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:36205 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36205 > The docstring should be updated: it was necessary for paragraph-start to > also match entries matched by paragraph-separate, but it's not the case > any more. > I do not know when this change occurred, but I do not see any mention > in the NEWS. I think the change happened as a side effect of bug-fixes and cleanups. If this change has been made, it is worth mentioning in NEWS. However, if you didn't set out intentionally to make this change, are you sure it has been made completely? Have you checked all the uses of paragraph-start to make sure they really work when paragraph-start does not match separator lines?