From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steven Tamm Newsgroups: gmane.emacs.devel Subject: Re: problem with self-contained emacs Date: Wed, 14 Apr 2004 13:53:56 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <4074C928.2070801@mac.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081978759 27270 80.91.224.253 (14 Apr 2004 21:39:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2004 21:39:19 +0000 (UTC) Cc: emacs-devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 14 23:39:10 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDs6A-0002tw-00 for ; Wed, 14 Apr 2004 23:39:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDs69-0007oT-00 for ; Wed, 14 Apr 2004 23:39:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDrxx-0008K8-N1 for emacs-devel@quimby.gnus.org; Wed, 14 Apr 2004 17:30:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDreb-0002HB-4E for emacs-devel@gnu.org; Wed, 14 Apr 2004 17:10:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDrVM-0007tc-97 for emacs-devel@gnu.org; Wed, 14 Apr 2004 17:01:40 -0400 Original-Received: from [17.250.248.47] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDrOX-0005Og-Js for emacs-devel@gnu.org; Wed, 14 Apr 2004 16:54:05 -0400 Original-Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i3EKs3F2003590 for ; Wed, 14 Apr 2004 13:54:04 -0700 (PDT) Original-Received: from [10.0.1.201] (c-24-5-11-73.client.comcast.net [24.5.11.73]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id i3EKrxIR025637; Wed, 14 Apr 2004 13:54:00 -0700 (PDT) In-Reply-To: <4074C928.2070801@mac.com> Original-To: Jordan Breeding X-Mailer: Apple Mail (2.613) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:21640 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21640 Sorry for the late reply, I was out of the country. Does anyone else have an idea about this. I know the problem is related to init_mac_osx_environment (sp?) and other people have gotten it to work. Thanks, -Steven On Apr 7, 2004, at 8:38 PM, Jordan Breeding wrote: > Hello, > > I am building emacs from cvs. If I set self_contained=yes in the > make-package script everything seems to go fine during the build. Then > I can check the Emacs.app package and it has everything include, > however, when I launch the resulting app from the finder or from the > command line `/Application/Emacs.app/Contents/MacOS/Emacs` (I think > that > is it, you get the point...) Emacs complains that it can't find > /usr/local/share/emacs/21.3.50/{lisp,leim,site-lisp}. It still seems > to > find the version included in itself from the self_contained=yes, > because > syntax hilighting and other things still work. Is there a way to fix > it > so that self contained Emacs.app doesn't look anywhere else for default > files (I also load files from other places but those are taken care of > via add directories to the load list with my .emacs file)? > > Jordan > >