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: modification hooks called only once... Date: Fri, 17 Aug 2007 16:18:03 -0400 Message-ID: References: <87y7ganq30.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1187381830 6802 80.91.229.12 (17 Aug 2007 20:17:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2007 20:17:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 17 22:17:05 2007 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 1IM8Fj-0005Uj-Bk for ged-emacs-devel@m.gmane.org; Fri, 17 Aug 2007 22:17:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM8Fi-0004XU-Rm for ged-emacs-devel@m.gmane.org; Fri, 17 Aug 2007 16:17:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IM8D4-0003LU-EG for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:14:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IM8D2-0003KY-BE for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:14:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM8D2-0003KO-87 for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:14:16 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IM8D2-0007ie-1f for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:14:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IM8Gh-0005Zg-4s; Fri, 17 Aug 2007 16:18:03 -0400 In-reply-to: <87y7ganq30.fsf@stupidchicken.com> (message from Chong Yidong on Fri, 17 Aug 2007 11:22:27 -0400) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:76703 Archived-At: > ** bojohan+news@dd.chalmers.se, 1 Aug: n_schumacher@web.de: modification hooks called only once in > Fix is on the trunk: 2007-08-13 change to insdel.c by Stefan Monnier. > http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00457.html > > I am not convinced. Would someone like to argue for this decision? What are you not convinced about: that the fix is correct, or that it has not been put in the branch? That it should not be installed now. One way to find out is to let it sit in the trunk for a while to see if bugs crop up, but if you think the risk is low, sure, let's add it to the branch now. I tend to think we should add it to the branch, as it cleans up a big mess. But I'd like to listen to the arguments against. I just don't consider it decided yet.