From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v Date: Mon, 28 Jul 2008 16:28:38 -0700 Message-ID: <200807282328.m6SNScpc012745@sallyv1.ics.uci.edu> References: <20080728224640.GB894@orion.lan> <200807282259.m6SMxLOj027630@sallyv1.ics.uci.edu> <20080728231851.GC894@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217287940 7792 80.91.229.12 (28 Jul 2008 23:32:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2008 23:32:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Emanuele Giaquinta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 29 01:33:09 2008 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 1KNcDE-0002vF-HI for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 01:33:08 +0200 Original-Received: from localhost ([127.0.0.1]:54585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNcCK-0008JR-Ex for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2008 19:32:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNcCF-0008JM-Vu for emacs-devel@gnu.org; Mon, 28 Jul 2008 19:32:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNcCD-0008Ii-JL for emacs-devel@gnu.org; Mon, 28 Jul 2008 19:32:06 -0400 Original-Received: from [199.232.76.173] (port=54332 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNcCD-0008If-CX for emacs-devel@gnu.org; Mon, 28 Jul 2008 19:32:05 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:38698) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KNcCC-0006RT-TN for emacs-devel@gnu.org; Mon, 28 Jul 2008 19:32:05 -0400 X-ICS-MailScanner-Watermark: 1217892519.16501@DGliiUYXihfW3qfmg9sZ1w Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m6SNScpc012745; Mon, 28 Jul 2008 16:28:38 -0700 (PDT) In-Reply-To: <20080728231851.GC894@orion.lan> (Emanuele Giaquinta's message of "Tue, 29 Jul 2008 01:18:51 +0200") Original-Lines: 17 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.521, required 5, autolearn=disabled, ALL_TRUSTED -1.44, URIBL_BLACK 1.96) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:101662 Archived-At: Emanuele Giaquinta writes: > On Mon, Jul 28, 2008 at 03:59:21PM -0700, Dan Nicolaescu wrote: > > > Unfortunately that is not what the code in configure.in said: > > > > /* TODO: These are used for the Carbon port only. */ > > #undef MAC_OS > > #undef MAC_OSX > > > > What is the right conditional there? > > I think the right conditional is to check only MAC_OSX (defined in > s/darwin.h), that code is required by unexmacosx.c. MAC_OSX is only define if !HAVE_NS, so that wouldn't be quite right either.