From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ted Lemon Newsgroups: gmane.emacs.devel Subject: Re: Patch to get Emacs to work on MacOS 10.3 (Panther) Date: Mon, 3 Nov 2003 21:48:58 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <636D6972-0D95-11D8-A8A6-000A95D9C74C@fugue.com> <348CAC5E-0DDF-11D8-A8A6-000A95D9C74C@fugue.com> <20031103.190844.140094165.nand@mac.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067917854 7256 80.91.224.253 (4 Nov 2003 03:50:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 03:50:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Nov 04 04:50:51 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGsDT-0000i1-00 for ; Tue, 04 Nov 2003 04:50:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGsDT-0007F4-00 for ; Tue, 04 Nov 2003 04:50:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGsDO-0006EN-3i for emacs-devel@quimby.gnus.org; Mon, 03 Nov 2003 22:50:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AGsCm-0005Yu-Kj for emacs-devel@gnu.org; Mon, 03 Nov 2003 22:50:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AGsC3-00044i-95 for emacs-devel@gnu.org; Mon, 03 Nov 2003 22:49:53 -0500 Original-Received: from [204.152.186.142] (helo=toccata.fugue.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGsBj-0003Pk-7m for emacs-devel@gnu.org; Mon, 03 Nov 2003 22:49:03 -0500 Original-Received: from [10.0.1.4] (dsl093-187-232.chi2.dsl.speakeasy.net [66.93.187.232]) by toccata.fugue.com (Postfix) with ESMTP id A57D91B2010; Mon, 3 Nov 2003 21:43:08 -0600 (CST) In-Reply-To: <20031103.190844.140094165.nand@mac.com> Original-To: Nozomu Ando X-Mailer: Apple Mail (2.606) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17673 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17673 On Nov 3, 2003, at 4:08 AM, Nozomu Ando wrote: > Yes, always (after 1.5 of Emacs.r). You're right - with version 1.5 of Emacs.r, Emacs does load and run successfully on Panther. Apparently not only the balloon help resource, but the other two resources preceding it, were causing a problem. I am still curious, though, why we need the resource at all, given that there are functions for creating windows in Carbon that don't require resources, and that work correctly. It seems like it would be easier to maintain the code if these functions were used instead of GetNewCWindow, which is deprecated in the Carbon API (at least according to the Panther docs).