15 Mar
2007
15 Mar
'07
1:45 p.m.
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