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: Wed, 04 Feb 2009 17:13:36 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: 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 1233735241 11884 80.91.229.12 (4 Feb 2009 08:14:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2009 08:14:01 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 04 09:15: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 1LUcug-0001Op-14 for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2009 09:15:14 +0100 Original-Received: from localhost ([127.0.0.1]:51512 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUctN-0000MS-5i for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2009 03:13:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUctI-0000M6-C6 for emacs-devel@gnu.org; Wed, 04 Feb 2009 03:13:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUctG-0000Ls-S9 for emacs-devel@gnu.org; Wed, 04 Feb 2009 03:13:47 -0500 Original-Received: from [199.232.76.173] (port=51691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUctG-0000Lp-LS for emacs-devel@gnu.org; Wed, 04 Feb 2009 03:13:46 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:39462) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LUctE-00033v-HB; Wed, 04 Feb 2009 03:13:44 -0500 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2] helo=mathmail.math.s.chiba-u.ac.jp) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUctB-00081u-5K; Wed, 04 Feb 2009 03:13:41 -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 8EF332C4A; Wed, 4 Feb 2009 17:13:36 +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-kernel: by mx20.gnu.org: NetBSD 3.0 (DF) 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:108721 Archived-At: >>>>> On Wed, 04 Feb 2009 02:04:46 -0500, Richard M Stallman said: > 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? I tried that with my Carbon+AppKit port first, but I abandoned it in the very early development stage. Because I'm relatively new to Cocoa, there might be some way I don't know yet. Anyway, I'm not 100% sure. If Adrian or someone else can find the way, that'll be fine. > 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? Although almost all the GUI portion of Carbon will be deprecated, that's not extended to the whole Carbon. That's why I created the Carbon+AppKit port from the Carbon port by only replacing its GUI implementation (src/mactoolbox.c) with some Cocoa counterpart (src/macappkit.m). YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp