I'm currently trying to get SBCL working with CM running with Slime/Aquamacs.
Mac OS 10.4

Following Rick's instructions in the html pages in the CM package, excepting 
that I'm putting cm, clm, slime etc in /Applications/lisp/ rather than /usr etc.

I've added the following to my .emacs file

(add-to-list 'load-path "/Applications/lisp/slime-2.0/")
(add-to-list 'load-path "/Applications/lisp/cm/")
(load "etc/xemacs/cm.el")
(enable-cm-commands)

and restarted Aquamacs

M-x cm

results in:
(load "/Applications/lisp/slime-2.0/swank-loader.lisp" :verbose t)
(swank:start-server "/tmp/slime.775" :external-format :iso-latin-1-unix)

[Error  ]  No executable found.
Aborting.

Process inferior-lisp exited abnormally with code 1


Reply via email to