From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 74, Issue 135 Date: Fri, 30 Jan 2009 20:46:55 -0500 Message-ID: References: <87ocxpotng.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233366433 24663 80.91.229.12 (31 Jan 2009 01:47:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2009 01:47:13 +0000 (UTC) Cc: Chong Yidong , Eli Zaretskii , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 31 02:48:26 2009 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.50) id 1LT4y8-0004Jx-Qb for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2009 02:48:25 +0100 Original-Received: from localhost ([127.0.0.1]:37713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LT4wq-0007WA-EW for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 20:47:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LT4wl-0007Ui-PA for emacs-devel@gnu.org; Fri, 30 Jan 2009 20:46:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LT4wk-0007UQ-E0 for emacs-devel@gnu.org; Fri, 30 Jan 2009 20:46:58 -0500 Original-Received: from [199.232.76.173] (port=53625 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LT4wk-0007UN-8e for emacs-devel@gnu.org; Fri, 30 Jan 2009 20:46:58 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:52315) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LT4wi-0000XL-HR; Fri, 30 Jan 2009 20:46:56 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsYEAJ88g0nO+IQk/2dsb2JhbACBbshHhBEGglU X-IronPort-AV: E=Sophos;i="4.37,354,1231131600"; d="scan'208";a="33086239" Original-Received: from 206-248-132-36.dsl.teksavvy.com (HELO pastel.home) ([206.248.132.36]) by ironport2-out.teksavvy.com with ESMTP; 30 Jan 2009 20:46:55 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9B5628229; Fri, 30 Jan 2009 20:46:55 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Fri, 30 Jan 2009 14:14:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108430 Archived-At: > That's not pretty either, but I think that's what's done with > interrupt_input_pending. Actually, interrupt_input_pending (just like pending_atimers) is used even when SYNC_INPUT is not used: it's used to keep track of pending signals that happened during BLOCKINPUT. Stefan