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.