From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: #defines and MacOS X Date: Fri, 28 Oct 2005 10:36:17 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130494933 2273 80.91.229.2 (28 Oct 2005 10:22:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 10:22:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 12:22:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVRLf-0000qN-Mq for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 12:20:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVRLd-0002VK-CO for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 06:20:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVPje-0002ce-PK for emacs-devel@gnu.org; Fri, 28 Oct 2005 04:37:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVPjZ-0002bP-WB for emacs-devel@gnu.org; Fri, 28 Oct 2005 04:37:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVPjX-0002at-8l for emacs-devel@gnu.org; Fri, 28 Oct 2005 04:37:07 -0400 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVPjX-0002Ey-4a for emacs-devel@gnu.org; Fri, 28 Oct 2005 04:37:07 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id D1C3947FF10; Fri, 28 Oct 2005 10:37:05 +0200 (CEST) Original-To: Adrian Robert In-Reply-To: (Adrian Robert's message of "Thu, 27 Oct 2005 13:18:31 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:45016 Archived-At: Adrian Robert writes: > Meanwhile, I already updated the Nextstep port to avoid this problem > using: > > HAVE_NS > GNUSTEP > COCOA These should at least include MAC_ somewhere to indicate that they are specific to the MAC port, e.g HAVE_MAC_NEXTSTEP MAC_GNUSTEP MAC_COCOA > MAC_OS_8, MAC_OS_9 Ok > DARWIN Should be MAC_DARWIN > MAC_TOOLBOX Ok > CLASSIC > CARBON > HAVE_CARBON_EVENTS Should be MAC_CLASSIC MAC_CARBON HAVE_MAC_CARBON_EVENTS > Whatever is agreed upon, I'm willing to generate the patches for both > HEAD and the unicode-2 branch. Others will have to decide whether it is ok to do so now. Personally, I think it should wait until after releasing 22.x -- also on the unicode-2 branch to ease merging of patches between the branches.