From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: emacs 24 randomly hanging Date: Fri, 24 Feb 2012 01:42:09 +0800 Message-ID: <87boopv43y.fsf@gnu.org> 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> <20120223140302.2DED8209BC@saturn.ch.ristopher.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1330018954 18988 80.91.229.3 (23 Feb 2012 17:42:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2012 17:42:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 23 18:42:31 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 1S0cgV-0007Ki-KU for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 18:42:27 +0100 Original-Received: from localhost ([::1]:47458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0cgU-0007fR-P6 for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2012 12:42:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0cgS-0007f3-9X for emacs-devel@gnu.org; Thu, 23 Feb 2012 12:42:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0cgM-0002AL-He for emacs-devel@gnu.org; Thu, 23 Feb 2012 12:42:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0cgM-0002AH-GF for emacs-devel@gnu.org; Thu, 23 Feb 2012 12:42:18 -0500 Original-Received: from bb116-14-103-36.singnet.com.sg ([116.14.103.36]:49663 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1S0cgL-00013C-OH for emacs-devel@gnu.org; Thu, 23 Feb 2012 12:42:18 -0500 In-Reply-To: <20120223140302.2DED8209BC@saturn.ch.ristopher.com> (Christopher Schmidt's message of "Thu, 23 Feb 2012 15:03:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:148731 Archived-At: Christopher Schmidt writes: > I think your patch is buggy - window-configuration-change-hook is not > called at all. Forgot to initialize a global. Should be fixed now, thanks.