From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: post-command-hook Date: Sat, 02 Apr 2011 09:02:13 +0200 Message-ID: <4D96C9F5.6020109@gmx.at> References: <4D95F608.8020501@gmx.at> <87k4fd3kzh.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1301727753 7588 80.91.229.12 (2 Apr 2011 07:02:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2011 07:02:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Antoine Levitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 02 09:02:29 2011 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.69) (envelope-from ) id 1Q5uqq-0005Z2-Vl for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2011 09:02:29 +0200 Original-Received: from localhost ([127.0.0.1]:44604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5uqo-0005Bj-5u for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2011 03:02:26 -0400 Original-Received: from [140.186.70.92] (port=52553 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5uqh-0005BZ-T9 for emacs-devel@gnu.org; Sat, 02 Apr 2011 03:02:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5uqg-0004fb-PC for emacs-devel@gnu.org; Sat, 02 Apr 2011 03:02:19 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:47563) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q5uqg-0004f5-Az for emacs-devel@gnu.org; Sat, 02 Apr 2011 03:02:18 -0400 Original-Received: (qmail invoked by alias); 02 Apr 2011 07:02:15 -0000 Original-Received: from 62-47-53-153.adsl.highway.telekom.at (EHLO [62.47.53.153]) [62.47.53.153] by mail.gmx.net (mp072) with SMTP; 02 Apr 2011 09:02:15 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+NBHJsgleNXJT8yb32s6aQ8e56nDWUpPKWnKTt+3 r17GrBgoGTUw4x User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87k4fd3kzh.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:138054 Archived-At: > Ah, this is probably related to the bug I'm seeing > (http://permalink.gmane.org/gmane.emacs.devel/137894). This setup should > be easier to debug though. > > I think buffer-local post-command-hooks are messed up somehow (the other > code that triggers the bug also uses local hooks), but I can't figure > out the part that introduced it in Juanma and me suppose it's revno:103769 (revid:monnier@iro.umontreal.ca-20110328202635-2t9ij68etiasfyy2). Somewhere in run_hook_with_args, I suppose. Unfortunately, that change also involves some code cleanup so I was not able so far to track this down. Moreover it makes working with the trunk currently impossible for me :-( martin