From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.devel Subject: Re: emacs 24 randomly hanging Date: Thu, 23 Feb 2012 15:03:41 +0100 Message-ID: <20120223140302.2DED8209BC@saturn.ch.ristopher.com> References: <878vjzz920.fsf@earth.home> <87sji4mpwn.fsf@this.that> <4F43CC35.60407@gmx.at> <8762f0qbam.fsf@this.that> <4F44A6A2.8040701@gmx.at> <87aa4byw66.fsf@gnu.org> <83k43eu91n.fsf@gnu.org> <874nuix9dt.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1330014965 17203 80.91.229.3 (23 Feb 2012 16:36:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2012 16:36:05 +0000 (UTC) Cc: Chong Yidong To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 23 17:36:00 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S0beA-0006mc-DD for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 17:35:58 +0100 Original-Received: from localhost ([::1]:48944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0be9-0006CE-S9 for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 11:35:57 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0ZGW-0005Xr-AX for emacs-devel@gnu.org; Thu, 23 Feb 2012 09:03:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0ZGO-0007uC-KM for emacs-devel@gnu.org; Thu, 23 Feb 2012 09:03:24 -0500 Original-Received: from ristopher.com ([146.185.21.93]:37490 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0ZGE-0007rn-Qv; Thu, 23 Feb 2012 09:03:07 -0500 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id 2DED8209BC; Thu, 23 Feb 2012 14:03:02 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1330005782; bh=zagME1rNgN+Pcu2FisUHMia2M3v+BPKXcI7g3CXAxtA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:MIME-Version: Content-Type:Message-Id; b=iEsjXK7ZVwEPOb7HvwrueYJkyO051TrqtlaMulObwvi8ilUDcQI4Yap0g+d2arlk5 jxuwPiJu7L39gxI0iUHwO/WfFuOjFKz104j7lekL8ByvM6A3NRhl/dJZ0dgxeAJHJR R1Sgxv3rZfQaBJFLfY+hmj/q8znAuUTdKh8nOTjE= In-Reply-To: <874nuix9dt.fsf@gnu.org> (Chong Yidong's message of "Thu, 23 Feb 2012 16:05:18 +0800") Mail-Followup-To: emacs-devel@gnu.org, Chong Yidong X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 146.185.21.93 X-Mailman-Approved-At: Thu, 23 Feb 2012 11:35:55 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148728 Archived-At: Chong Yidong writes: Hi Chong, > I committed a change to inhibit window-configuration-change-hook there. I think your patch is buggy - window-configuration-change-hook is not called at all. recipe: emacs -q eval: (add-hook 'window-configuration-change-hook (lambda () (message "rms"))) C-x 2 There is "rms" message. Christopher