I am learning common lisp now. I want to use slime in emacs, but when I press M-x slime it says [No match]
Initially I download the CVS snapshot and put this in my .emacs file
(setq inferior-lisp-program "/opt/local/bin/sbcl") ; your Lisp system
(add-to-list ’load-path "~/.slime") ; your SLIME directory
(require ’slime)
(slime-setup)
Then I set up again followed this tread Setting the SLIME in emacs
But the problem did not disappear.
Also, M-x run-lisp does not work. When I tried to do so, buffer displayed "Searching for program: No such file or directory, lisp"