From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: Pretest next week Date: Wed, 04 Feb 2009 02:04:46 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1233731242 2404 80.91.229.12 (4 Feb 2009 07:07:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2009 07:07:22 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 04 08:08:36 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 1LUbsC-0001id-6B for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2009 08:08:36 +0100 Original-Received: from localhost ([127.0.0.1]:55820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUbqt-0000jW-Cu for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2009 02:07:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUbqG-0000XB-8y for emacs-devel@gnu.org; Wed, 04 Feb 2009 02:06:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUbqF-0000Wg-Bh for emacs-devel@gnu.org; Wed, 04 Feb 2009 02:06:35 -0500 Original-Received: from [199.232.76.173] (port=36992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUbqF-0000WZ-6U for emacs-devel@gnu.org; Wed, 04 Feb 2009 02:06:35 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44468) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUbqE-0006x3-Rv for emacs-devel@gnu.org; Wed, 04 Feb 2009 02:06:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LUboU-0001mn-4a; Wed, 04 Feb 2009 02:04:46 -0500 In-reply-to: (message from YAMAMOTO Mitsuharu on Tue, 03 Feb 2009 10:56:05 +0900) 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:108718 Archived-At: What I would do can be found in my Carbon+AppKit port (*) for Emacs 22. But that's not an "NextStep" port Is there ANY way to make the Cocoa port handle C-g correctly on NextStep? in the sense that it heavily relies on Carbon on which the Cocoa event system is implemented. ISTR that the Mac support we had in Emacs 22 was based on Carbon, and that we removed it because the interfaces it used were no longer supported. But now you're saying that what you would do is use those interfaces. I don't know how to reconcile these too. Did I misunderstand part of this?