From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Pretest next week Date: Thu, 05 Feb 2009 09:08:06 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <87y6x4ue2u.fsf@cyd.mit.edu> <87ocxqnnb6.fsf@cyd.mit.edu> <877i4dk1rx.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1233794603 21059 80.91.229.12 (5 Feb 2009 00:43:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 00:43:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 01:44:37 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 1LUsM8-0004iu-JS for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 01:44:36 +0100 Original-Received: from localhost ([127.0.0.1]:48532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUsKp-0001vn-LI for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2009 19:43:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUrzq-00077c-2G for emacs-devel@gnu.org; Wed, 04 Feb 2009 19:21:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUrzg-00072s-OR for emacs-devel@gnu.org; Wed, 04 Feb 2009 19:21:27 -0500 Original-Received: from [199.232.76.173] (port=55300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUrzc-0006xv-4T for emacs-devel@gnu.org; Wed, 04 Feb 2009 19:21:20 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:60157) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUrmr-0000Qz-Mt for emacs-devel@gnu.org; Wed, 04 Feb 2009 19:08:10 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id B64232C4A for ; Thu, 5 Feb 2009 09:08:06 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) 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:108764 Archived-At: >>>>> On Wed, 4 Feb 2009 12:08:55 +0000 (UTC), Adrian Robert said: >> I thought it's shameful for Emacs to include a port that doesn't >> handle C-g properly as a part of its official release. Also, I was >> not suggesting the removal of the port from the whole CVS branches. > I believe it is working 100% now. Please report any specific > failure cases you find through report-emacs-bug > The cost of the implementation has been that are some cases where > menus are not updated when clicked on; specifically, when > ns_read_socket is called asynchronously through handle_async_input > or poll_for_input_1 (depending if SYNC_INPUT is enabled), the menu > update must be deferred. > I believe the effect of this on user experience will be rare to > almost nonexistent in practice, but let's find out empirically. If > it is a problem there are a couple of approaches that could be > tried, but I'd rather prioritize other issues for now unless it > proves to be a problem in actual use. What happens if read_socket_hook is called from the QUIT macro in the context of process filters or idle timers? YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp