From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Unbalanced change hooks (part 2) [Documentation fix still remaining] Date: Tue, 09 Aug 2016 19:42:23 +0300 Message-ID: <83oa51hp1s.fsf@gnu.org> References: <83fuqnm6og.fsf@gnu.org> <83eg67m3aq.fsf@gnu.org> <20160808143614.GA7208@acm.fritz.box> <83mvkni7xf.fsf@gnu.org> <20160808165449.GB7208@acm.fritz.box> <83d1lji3ih.fsf@gnu.org> <20160808184223.GC7208@acm.fritz.box> <838tw7hyk2.fsf@gnu.org> <20160808195459.GD7208@acm.fritz.box> <83tweugeu9.fsf@gnu.org> <20160809163814.GD4893@acm.fritz.box> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1470761704 28254 195.159.176.226 (9 Aug 2016 16:55:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 9 Aug 2016 16:55:04 +0000 (UTC) Cc: ofv@wanadoo.es, rcopley@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 09 18:54:58 2016 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 1bXAIr-0007AK-Oa for ged-emacs-devel@m.gmane.org; Tue, 09 Aug 2016 18:54:57 +0200 Original-Received: from localhost ([::1]:36717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXAIo-0000fI-G0 for ged-emacs-devel@m.gmane.org; Tue, 09 Aug 2016 12:54:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXA79-000530-2b for emacs-devel@gnu.org; Tue, 09 Aug 2016 12:42:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXA74-0005pz-O6 for emacs-devel@gnu.org; Tue, 09 Aug 2016 12:42:51 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXA74-0005pu-KU; Tue, 09 Aug 2016 12:42:46 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2351 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bXA6w-0005P5-Ah; Tue, 09 Aug 2016 12:42:38 -0400 In-reply-to: <20160809163814.GD4893@acm.fritz.box> (message from Alan Mackenzie on Tue, 9 Aug 2016 16:38:14 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:206509 Archived-At: > Date: Tue, 9 Aug 2016 16:38:14 +0000 > Cc: ofv@wanadoo.es, rcopley@gmail.com, rms@gnu.org, emacs-devel@gnu.org > From: Alan Mackenzie > > > > No, but the following does. It looks kind of simple, given the problems > > > we've been through. Maybe this one is the solution: > > > LGTM, thanks. Feel free to install, and close this issue. > > DONE. Thanks. > However there's still the inaccuracy in the Elisp documentation for > before-change-functions. In particular there's the bit in "Change Hooks" > that says: > > This variable holds a list of functions to call before _ANY_ buffer > modification. > > , which is grossly misleading, at best. > > Should I open another bug report for this, or are you just going to be > fixing it anyway (or giving me the info so that I can fix it)? I will fix it.