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: Pretest next week Date: Wed, 28 Jan 2009 21:12:48 -0500 Message-ID: References: <87y6x4ue2u.fsf@cyd.mit.edu> <87mydjv4bd.fsf@cyd.mit.edu> <08054F25-1F90-4795-9FFE-01363F6900CE@gmail.com> <497E6D32.9000707@gnu.org> <87tz7kawln.fsf@cyd.mit.edu> <4980268C.9020104@gnu.org> <3765D6BE-634B-4D1E-AF8B-7822957F88C7@gmail.com> <6634D95E-39A0-410C-8F28-065D997D5208@gmail.com> <871vunjgqe.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 1233195184 25060 80.91.229.12 (29 Jan 2009 02:13:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2009 02:13:04 +0000 (UTC) Cc: Adrian Robert , Jason Rumney , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 03:14:18 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 1LSMQ5-0007Qh-02 for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 03:14:17 +0100 Original-Received: from localhost ([127.0.0.1]:45121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSMOm-0008DY-QB for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2009 21:12:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSMOg-0008Bt-NH for emacs-devel@gnu.org; Wed, 28 Jan 2009 21:12:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSMOg-0008BF-6O for emacs-devel@gnu.org; Wed, 28 Jan 2009 21:12:50 -0500 Original-Received: from [199.232.76.173] (port=35074 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSMOf-0008B7-Qv for emacs-devel@gnu.org; Wed, 28 Jan 2009 21:12:49 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:11689) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSMOe-0001yC-Ud; Wed, 28 Jan 2009 21:12:49 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhIFAHufgEnO+LLC/2dsb2JhbACBbslGhUcGgjw X-IronPort-AV: E=Sophos;i="4.37,340,1231131600"; d="scan'208";a="32958299" Original-Received: from 206-248-178-194.dsl.teksavvy.com (HELO pastel.home) ([206.248.178.194]) by ironport2-out.teksavvy.com with ESMTP; 28 Jan 2009 21:12:48 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 32BFD8120; Wed, 28 Jan 2009 21:12:48 -0500 (EST) In-Reply-To: <871vunjgqe.fsf@cyd.mit.edu> (Chong Yidong's message of "Wed, 28 Jan 2009 15:52:25 -0500") 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:108347 Archived-At: > It's not clear to me whether we want to process pending atimers in the > QUIT macro outside of NS. Do we? I think we do: the non-SYNC_INPUT code processes them directly from the signal handler, AFAICT. Stefan