[slime-devel] prob with emacs+slime+macos
Pedro
pedrosl at gmail.com
Thu Mar 15 13:45:26 UTC 2007
Hi,
I'm using MacOS 10.4, and I'm trying to setup Aquamacs+slime+cmucl to
get lisp working.
Aquamacs is in my Applications folder.
slime and cmucl are inside /usr/local/
This is what my ~/.emacs file has:
(setq inferior-lisp-program "/usr/local/cmucl/bin/lisp")
(add-to-list 'load-path "/usr/local/slime/")
(require 'slime)
(slime-setup :autodoc t)
however, when I start Aquamacs, do M-x and type slime I get this message:
"Process inferior-lisp bus error"
why?
Thanks
More information about the slime-devel
mailing list