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 09:08:26 -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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233151743 3663 80.91.229.12 (28 Jan 2009 14:09:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2009 14:09:03 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org, Jason Rumney To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 28 15:10:15 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 1LSB78-0000wU-4v for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2009 15:09:58 +0100 Original-Received: from localhost ([127.0.0.1]:38777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSB5p-0001uu-U5 for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2009 09:08:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSB5k-0001un-3F for emacs-devel@gnu.org; Wed, 28 Jan 2009 09:08:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSB5i-0001uN-46 for emacs-devel@gnu.org; Wed, 28 Jan 2009 09:08:31 -0500 Original-Received: from [199.232.76.173] (port=54599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSB5h-0001uB-Sr for emacs-devel@gnu.org; Wed, 28 Jan 2009 09:08:29 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:9335 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSB5f-0003Cj-H7; Wed, 28 Jan 2009 09:08:27 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuwEAI/1f0nO+LLC/2dsb2JhbACBbspGhUcGgjw X-IronPort-AV: E=Sophos;i="4.37,338,1231131600"; d="scan'208";a="32919532" 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 09:08:26 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 260958120; Wed, 28 Jan 2009 09:08:26 -0500 (EST) In-Reply-To: <3765D6BE-634B-4D1E-AF8B-7822957F88C7@gmail.com> (Adrian Robert's message of "Wed, 28 Jan 2009 14:19:55 +0200") 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:108327 Archived-At: > might be simpler if there's any way to get the conventional keyboard.c > timer-driven input polling done through the QUIT macro under NS. There is no such thing as a timer-driven polling in the QUIT macro. The polling done via the QUIT macro is "polling for some C var to change", not "polling for some external thingy". Stefan