From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: inhibit-modification-hooks set to t globally Date: Thu, 25 Sep 2014 17:32:15 +0200 Message-ID: <87ppejzpfk.fsf@geodiff-mac3.ulb.ac.be> References: <8761gd2ffo.fsf@geodiff-mac3.ulb.ac.be> <83egv0x155.fsf@gnu.org> <87iokc0x5l.fsf@geodiff-mac3.ulb.ac.be> <83y4t7vntu.fsf@gnu.org> <87y4t7zq55.fsf@geodiff-mac3.ulb.ac.be> <83ppejvhyl.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411659183 12538 80.91.229.3 (25 Sep 2014 15:33:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2014 15:33:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 25 17:32:55 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XXB2L-00056E-Kx for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Sep 2014 17:32:53 +0200 Original-Received: from localhost ([::1]:40740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXB2L-00084c-8n for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Sep 2014 11:32:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXB26-00084Q-3c for help-gnu-emacs@gnu.org; Thu, 25 Sep 2014 11:32:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXB1n-0005Vu-Uc for help-gnu-emacs@gnu.org; Thu, 25 Sep 2014 11:32:38 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:48364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXB1n-0005SR-Np; Thu, 25 Sep 2014 11:32:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8KAIg0JFSkD4Xx/2dsb2JhbABghDi2LAEBAQEBAQacBAKBGQF7hAMBAQEDAXkFCwsVDCUPAQRJE4gpAQMJCK1ljC8Bh1MBF4YSgi2FL4IwB4RLAQSFEwWWAYk/h1qGR4NlOy+CSgEBAQ Original-Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 25 Sep 2014 17:32:13 +0200 In-Reply-To: <83ppejvhyl.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 25 Sep 2014 18:27:14 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100150 Archived-At: Eli Zaretskii writes: >> From: Nicolas Richard >> I tried these, but testing it with (setq inhibit-modification-hooks t) >> did not give anything in the log file, so I suspect I won't ever catch >> anything. > > What does "print Qt" produce in that build? (gdb) print Qt $3 = 4611686018569228176 > You could put a breakpoint at entry to specbind with commands to > disable the watchpoint, and another one at exit from the function to > re-enable it. Ok, I think I can do that and I will try that when I have some more time. Thanks, -- Nicolas Richard