Thanks Tobias and Zach (off list).
Yep, the "quote" was the problem. I did a cut and past from a web browser to start things off. Next time, I'll be more careful.
-J
Tobias C. Rittweiler wrote:
Jeffrey Berger jeff@clockwork.net writes:
Am attempting to set up an sbcl lisp environment in emacs and getting undefined symbol error for load-path.
Here's my .emacs file:
cat .emacs (setq inferior-lisp-program "/usr/local/bin/sbcl") (add-to-list ’load-path "/usr/share/emacs/22.1/site-lisp/slime") (require ’slime) (slime-setup)
Your quotes above are not ASCII ' apostrophes. You can use `M-x describe-char' to gather information about the character at point.
-T.
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel