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: gnus makes emacs lose response Date: Mon, 18 Sep 2006 10:40:25 -0400 Message-ID: <87u035b5ly.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158590364 13631 80.91.229.2 (18 Sep 2006 14:39:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Sep 2006 14:39:24 +0000 (UTC) Cc: emacs-devel@gnu.org, Leon , "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 18 16:39:22 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPKGi-0003Ov-1F for ged-emacs-devel@m.gmane.org; Mon, 18 Sep 2006 16:38:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPKGh-0005nW-Id for ged-emacs-devel@m.gmane.org; Mon, 18 Sep 2006 10:38:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPKGQ-0005kQ-MG for emacs-devel@gnu.org; Mon, 18 Sep 2006 10:38:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPKGP-0005iX-84 for emacs-devel@gnu.org; Mon, 18 Sep 2006 10:38:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPKGP-0005i8-1j for emacs-devel@gnu.org; Mon, 18 Sep 2006 10:38:25 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPKJG-0003bi-89 for emacs-devel@gnu.org; Mon, 18 Sep 2006 10:41:22 -0400 Original-Received: by cyd (Postfix, from userid 1000) id BF8204E3E3; Mon, 18 Sep 2006 10:40:25 -0400 (EDT) Original-To: Stefan Monnier In-Reply-To: (Stefan Monnier's message of "Sun\, 10 Sep 2006 00\:10\:30 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:59966 Archived-At: Stefan Monnier writes: >> (gdb) p Qnil >> $1 = 137562313 >> (gdb) p Vquit_flag >> $2 = 137562313 >> (gdb) p immediate_quit >> $3 = 0 >> (gdb) p Vinhibit_quit >> $4 = 137562361 > > So inhibit-quit is non-nil, so shouldn't my patch have caught this? Which patch are you referring to here?