help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with just-installed Emacs on Mac OS X


From: Peter Dyballa
Subject: Re: Problem with just-installed Emacs on Mac OS X
Date: Fri, 25 Feb 2005 12:03:26 +0100


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(#<buffer  *load*> 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: <mailto:macosx-emacs@email.esm.psu.edu>
List Archives: <http://www.esm.psu.edu/mac-tex/MacOSX-Emacs-Digests/>

--
Greetings

  Pete

For some reason, this fortune reminds everyone of Marvin Zelkowitz.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]