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

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

Aquamacs 2.0.app where's the site-lisp directory located?


From: piscesboy
Subject: Aquamacs 2.0.app where's the site-lisp directory located?
Date: Wed, 08 Dec 2010 15:24:09 -0000
User-agent: G2/1.0

I can't seem to find where to place certain emacs lisp (.el) files
that I normally use in emacs in the Aquamacs.app folder to get
Aquamacs to load them.

This is what my .emacs file looks like:

(add-to-list 'load-path "/opt/local/share/emacs/site-lisp/slime")
(require 'slime-autoloads)

(setq slime-lisp-implementations
     `((clisp ("/opt/local/bin/clisp" "-q"))
        (ccl ("/opt/local/bin/ccl"))
        (sbcl ("/opt/local/bin/sbcl"))))

(add-hook 'lisp-mode-hook
           (lambda ()
             (cond ((not (featurep 'slime))
                    (require 'slime)
                    (normal-mode)))))

(eval-after-load "slime"
   '(slime-setup '(slime-fancy slime-banner)))

(setq common-lisp-hyperspec-root "file:///Library/Application Support/
Lisp/HyperSpec/Hyperspec-7-0/")
(require 'psvn)
(require 'w3m-load)
(require 'w3m)
(setq browse-url-browser-function
        '(("hyperspec" . w3m-browse-url)
        ("." . browse-url-default-macosx-browser)))

(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)


And I have w3m and psvn.el located in /usr/share/emacs/site-lisp where
emacs (on the command line) looks to load it.

Where do I place them within Aquamacs 2.0.app to get it to load
properly?

I tried placing psvn.el and w3m in the /Aquamacs.app/Contents/
Resources/ directory, but it still has trouble loading it.



The previous version of Aquamacs (version 1.6.0) that I used had a
site-lisp directory located in

/Applications/Aquamacs Emacs.app/Contents/Resources/site-lisp/ where I
put all of my .el files for Aquamacs.




reply via email to

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