From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Emacs with X11 on Mac OS X Date: Mon, 26 Aug 2002 19:05:33 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: References: <15722.44597.628298.597724@hurricane.OCF.Berkeley.EDU> <15722.50173.878115.93312@hurricane.OCF.Berkeley.EDU> Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1030410466 18446 127.0.0.1 (27 Aug 2002 01:07:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 27 Aug 2002 01:07:46 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jUpd-0004nG-00 for ; Tue, 27 Aug 2002 03:07:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17jVKh-0003dN-00 for ; Tue, 27 Aug 2002 03:39:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jUqu-00055E-00; Mon, 26 Aug 2002 21:09:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jUpF-00053C-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 21:07:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jUpD-00052z-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 21:07:21 -0400 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd2mo1so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jUpD-00052v-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 21:07:19 -0400 Original-Received: from pd6mr4so.prod.shaw.ca (pd6mr4so-qfe3.prod.shaw.ca [10.0.141.219]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1H003M99PAXK@l-daemon> for emacs-devel@gnu.org; Mon, 26 Aug 2002 19:05:34 -0600 (MDT) Original-Received: from pn2ml1so.prod.shaw.ca (pn2ml1so-qfe0.prod.shaw.ca [10.0.121.145]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1H00LGQ9NXR1@l-daemon> for emacs-devel@gnu.org; Mon, 26 Aug 2002 19:04:45 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1H0078S9P97I@l-daemon> for emacs-devel@gnu.org; Mon, 26 Aug 2002 19:05:34 -0600 (MDT) In-Reply-To: Original-To: tfb@ocf.berkeley.edu Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6952 I also made the mistake of changing the test for `#ifdef MAC_OSX' on line 797 of emacs.c to `#ifdef HAVE_CARBON'. This should be changed back. Now everything should be fixed in the CVS repository. Sorry about the confusion.