From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Pretest next week Date: Tue, 27 Jan 2009 05:28:15 +0200 Message-ID: References: <87y6x4ue2u.fsf@cyd.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1233026907 19321 80.91.229.12 (27 Jan 2009 03:28:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2009 03:28:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 04:29:40 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 1LRedv-0003uR-0V for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 04:29:39 +0100 Original-Received: from localhost ([127.0.0.1]:36380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRecd-0005K7-3G for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2009 22:28:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRecZ-0005K2-83 for emacs-devel@gnu.org; Mon, 26 Jan 2009 22:28:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRecX-0005Jp-3Y for emacs-devel@gnu.org; Mon, 26 Jan 2009 22:28:13 -0500 Original-Received: from [199.232.76.173] (port=44059 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRecW-0005Jm-UV for emacs-devel@gnu.org; Mon, 26 Jan 2009 22:28:12 -0500 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:22315) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRecW-0001BZ-Il for emacs-devel@gnu.org; Mon, 26 Jan 2009 22:28:12 -0500 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KE4003001AX2D00@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Tue, 27 Jan 2009 05:28:29 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.255.234]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KE400JGF1NGLC70@i-mtaout6.012.net.il>; Tue, 27 Jan 2009 05:28:29 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:108285 Archived-At: > Date: Tue, 27 Jan 2009 08:27:33 +0900 > From: YAMAMOTO Mitsuharu > Cc: emacs-devel@gnu.org > > > What is "improper" in how C-g is handled on Cocoa? > > It makes almost all uses of QUIT macro throughout the source code > meaningless. Could you please supply a few more technical details, assuming that I know something about how C-g is supposed to work in Emacs? What doesn't work on Cocoa that works on GNU/Linux and other platforms?