From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: Pretest next week Date: Wed, 4 Feb 2009 12:08:55 +0000 (UTC) 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233749359 23268 80.91.229.12 (4 Feb 2009 12:09:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2009 12:09:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 04 13:10:33 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 1LUgaN-0007d0-V8 for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2009 13:10:33 +0100 Original-Received: from localhost ([127.0.0.1]:33724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUgZ4-0002HQ-Kn for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2009 07:09:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUgYz-0002GR-Hz for emacs-devel@gnu.org; Wed, 04 Feb 2009 07:09:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUgYz-0002GA-3E for emacs-devel@gnu.org; Wed, 04 Feb 2009 07:09:05 -0500 Original-Received: from [199.232.76.173] (port=49498 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUgYy-0002G4-Uh for emacs-devel@gnu.org; Wed, 04 Feb 2009 07:09:05 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:41282 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LUgYy-0006K2-Dv for emacs-devel@gnu.org; Wed, 04 Feb 2009 07:09:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LUgYx-0007NC-Mm for emacs-devel@gnu.org; Wed, 04 Feb 2009 12:09:03 +0000 Original-Received: from 85.23.168.193 ([85.23.168.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2009 12:09:03 +0000 Original-Received: from Adrian.B.Robert by 85.23.168.193 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2009 12:09:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 85.23.168.193 (Opera/9.63 (Macintosh; Intel Mac OS X; U; en) Presto/2.1.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108731 Archived-At: YAMAMOTO Mitsuharu math.s.chiba-u.ac.jp> writes: > 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.