From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Problem with just-installed Emacs on Mac OS X Date: Fri, 25 Feb 2005 12:03:26 +0100 Message-ID: <9c4023a1f6c092f8e6cee3ec22815c35@Web.DE> References: <81056ed0f775080cabf6f0980d170037@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109330939 8199 80.91.229.2 (25 Feb 2005 11:28:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2005 11:28:59 +0000 (UTC) Cc: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 25 12:28:58 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4deN-0001ZL-0R for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 12:28:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4dw6-0008Ty-Jo for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 06:47:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4dW3-00085F-DG for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 06:20:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4dVz-000849-BE for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 06:20:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4dVv-00080k-Qx for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 06:20:09 -0500 Original-Received: from [217.72.192.209] (helo=smtp05.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D4dFp-0007lj-Sf for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 06:03:30 -0500 Original-Received: from [80.184.129.230] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.103 #192) id 1D4dFo-0005sn-00; Fri, 25 Feb 2005 12:03:28 +0100 In-Reply-To: <81056ed0f775080cabf6f0980d170037@mac.com> Original-To: Kubovy Michael X-Mailer: Apple Mail (2.619.2) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24338 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24338 Am 25.02.2005 um 03:21 schrieb Kubovy Michael: > (if (boundp (quote darwinp)) nil (load-local-site-start > "/Applications/Emacs.app/Contents/Resources/site-lisp")) > (unless (boundp (quote darwinp)) (load-local-site-start > "/Applications/Emacs.app/Contents/Resources/site-lisp")) > eval-buffer(# nil "~/.emacs" nil t) > load-with-code-conversion("/Users/mk9y/.emacs" "~/.emacs" t t) > load("~/.emacs" t t) This Carbon Emacs seems to be a bit mis-configured, probably --prefix was not correctly set. When Emacs launches it finds your .emacs sees that it has load files from the directory /Applications/Emacs.app/Contents/Resources/site-lisp, that's *inside* the Carbon Emacs bundle, but this directory is not there (it's probably at it's usual place /usr/local/share/emacs/21.3.50/site-lisp or /usr/local/share/emacs/site-lisp). There are a few ways to correct this: ./configure ... --prefix=/Applications/Emacs.app/Contents/Resources ln -s /usr/local/share/emacs/21.3.50/site-lisp /Applications/Emacs.app/Contents/Resources (you would need a few more of them!) copy or move the misplaced software into the Carbon Emacs bundle I'd recommend to re-configure and re-compile and re-install! If you do all this in Emacs you'll have buffers with logs of all this to check was has happened and what was installed where. There is also: ------------------------------- Info -------------------------------- List Post: List Archives: -- Greetings Pete For some reason, this fortune reminds everyone of Marvin Zelkowitz.