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 03:22:11 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <348CAC5E-0DDF-11D8-A8A6-000A95D9C74C@fugue.com> References: <636D6972-0D95-11D8-A8A6-000A95D9C74C@fugue.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 1067851654 1407 80.91.224.253 (3 Nov 2003 09:27:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2003 09:27:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Nov 03 10:27:32 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 1AGazk-0006jQ-00 for ; Mon, 03 Nov 2003 10:27:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGazk-0005jG-00 for ; Mon, 03 Nov 2003 10:27:32 +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 1AGaxb-0004J8-5M for emacs-devel@quimby.gnus.org; Mon, 03 Nov 2003 04:25:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AGaw5-0003Mc-Qm for emacs-devel@gnu.org; Mon, 03 Nov 2003 04:23:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AGavE-0002yd-QA for emacs-devel@gnu.org; Mon, 03 Nov 2003 04:23:23 -0500 Original-Received: from [204.152.186.142] (helo=toccata.fugue.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGauv-0002gn-7I for emacs-devel@gnu.org; Mon, 03 Nov 2003 04:22:33 -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 5052F1B200E for ; Mon, 3 Nov 2003 03:16:41 -0600 (CST) In-Reply-To: Original-To: emacs-devel@gnu.org 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:17663 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17663 On Nov 3, 2003, at 2:28 AM, Nozomu Ando wrote: > Perhaps you have clobbered Emacs.rsrc. > Didn't you see any error message when compiling? I did try that, several different ways, but it didn't work. There is actually a problem building the resource file on 10.3 - Rez doesn't like the balloon help resource. But if I #if out that resource and build a new resource file, Emacs still won't get to displaying a window. With the diffs I provided, it works every time. Is it your experience that Emacs works correctly on Panther without the patch I've provided?