whenever I try M-x slime or M-x run-lisp
thanks if anyone can help
Have you added lines like these to your .emacs file?
(setq inferior-lisp-program "the path to your Lisp system")
(add-to-list 'load-path "the path of your `slime' directory")
(require 'slime)
(slime-setup)
If you don't feel attached to an existing Emacs on your machine, you
might check out the "Lisp in a Box" project at:
http://common-lisp.net/project/lispbox/
I haven't tried it personally, but it looks like they have a nice
installation system for setting up Emacs + SLIME + one of several Lisp
packages.
Cheers,
David
"David Bindel" <dbi...@eecs.berkeley.edu> wrote in message
news:dfa2bd$2m28$1...@agate.berkeley.edu...
Have you tried to run the Lisp program from a shell?
David
I definately recommend getting the lisp-in-a-box.
It was very easy to be up and running right away.