From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Lisp primitives and their calling of the change hooks Date: Fri, 12 Jan 2018 16:40:19 +0000 Message-ID: <20180112164019.GB4008@ACM> References: <20180107194845.GE22254@ACM> <838td98mqe.fsf@gnu.org> <20180107211055.GF22254@ACM> <837est81bl.fsf@gnu.org> <20180108192415.GA5531@ACM> <83h8rw6oio.fsf@gnu.org> <20180109195357.GA3869@ACM> <83r2qy6bmp.fsf@gnu.org> <20180110182909.GA6175@ACM> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1515775457 26938 195.159.176.226 (12 Jan 2018 16:44:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2018 16:44:17 +0000 (UTC) User-Agent: Mutt/1.7.2 (2016-11-26) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 12 17:44:13 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ea2R0-00061w-DJ for ged-emacs-devel@m.gmane.org; Fri, 12 Jan 2018 17:44:02 +0100 Original-Received: from localhost ([::1]:52074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ea2Sy-0002jk-Gv for ged-emacs-devel@m.gmane.org; Fri, 12 Jan 2018 11:46:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ea2So-0002hm-Tt for emacs-devel@gnu.org; Fri, 12 Jan 2018 11:45:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ea2Sk-0006GQ-0m for emacs-devel@gnu.org; Fri, 12 Jan 2018 11:45:54 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:21493 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ea2Sj-0006Ec-Kb for emacs-devel@gnu.org; Fri, 12 Jan 2018 11:45:49 -0500 Original-Received: (qmail 46163 invoked by uid 3782); 12 Jan 2018 16:45:48 -0000 Original-Received: from acm.muc.de (p548C74A1.dip0.t-ipconnect.de [84.140.116.161]) by colin.muc.de (tmda-ofmipd) with ESMTP; Fri, 12 Jan 2018 17:45:47 +0100 Original-Received: (qmail 15850 invoked by uid 1000); 12 Jan 2018 16:40:19 -0000 Content-Disposition: inline In-Reply-To: <20180110182909.GA6175@ACM> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:221896 Archived-At: Hello, Eli. On Wed, Jan 10, 2018 at 18:29:09 +0000, Alan Mackenzie wrote: > On Tue, Jan 09, 2018 at 22:05:50 +0200, Eli Zaretskii wrote: > > > Date: Tue, 9 Jan 2018 19:53:57 +0000 > > > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > > > From: Alan Mackenzie [ .... ] > OK, a patch, perhaps for the last time. In a call to z-d-r, successful > or not, there will be exactly one b-c-f call and exactly one a-c-f call. > I think, for the failing case, this is neater than having a bare b-c-f > with nothing following it. [ Patch snipped. ] I've committed the patch (which contained the before/after-change-functions calls as agreed) to master. I think we're finished here. :-) -- Alan Mackenzie (Nuremberg, Germany).