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: Thu, 21 Apr 2005 11:30:42 -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 1114098636 23615 80.91.229.2 (21 Apr 2005 15:50:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2005 15:50:36 +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 17:50:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOdvm-0007Gu-Lu for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 17:49:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOe0W-0003Fq-K3 for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2005 11:54:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOdul-0000SL-Ub for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:48:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOdul-0000S5-A6 for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:48:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOdul-00078x-4G for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:48:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOdgN-0004LQ-0X for emacs-devel@gnu.org; Thu, 21 Apr 2005 11:33:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DOdda-0005mx-O7; Thu, 21 Apr 2005 11:30:42 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Wed, 20 Apr 2005 18:19:35 -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:36238 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36238 > 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? I did check w.r.t to paragraph.el, refill.el, and fill.el. Don't know about the rest. Could you please do a grep and check any other uses?