[slime-devel] Installation Slime with OpenMCL

Marco Baringer mb at bese.it
Thu Apr 22 15:25:03 UTC 2004


jsdey at optonline.net writes:

> Snippit from .emacs
>
> (setq inferior-lisp-program
>      "/Applications/Emacs.app/Contents/Resources/share/emacs/21.3.50/lisp")

this should be the path to openmcl, not emacs' lisp directory. For
example here is the relevant part of my .emacs (macos x 10.2):

[this contains more than you need, but i figure it can't hurt.]

(add-to-list 'load-path "/Users/mb/lisp/slime/")

(setq browse-url-browser-function
      (lambda (url &optional new-window) 
        (message url)
        (do-applescript (concat "tell application \"Safari\" to open location \"" url "\""))))

(setq common-lisp-hyperspec-root
      "file:///Users/mb/lisp/HyperSpec-4-0/HyperSpec/"
      common-lisp-hyperspec-symbol-table
      "/Users/mb/lisp/HyperSpec-4-0/HyperSpec/Data/Symbol-Table.text"
      cltl2-root-url
      "file:///Users/mb/lisp/info/cltl")

(require 'slime)

(setf lisp-indent-function 'common-lisp-indent-function)

;; NB: this is the path to the openmcl executable
(setf inferior-lisp-program "/Users/mb/bin/openmcl")

> System:
>
> Mac OS X v 10.3.3 -- Dual 2 GHz PowerPC G5

lucky you :)

-- 
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
     -Leonard Cohen





More information about the slime-devel mailing list