[slime-devel] Re: Newbie problems w/slime

Tobias C. Rittweiler tcr at freebits.de
Mon Sep 15 18:20:13 UTC 2008


Jeffrey Berger <jeff at 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.




More information about the slime-devel mailing list