Hello!
I'm writting you because I can't get Emacs, SLIME and
CLISP working together.
Here are my versions number :
Emacs
23.1
SLIME cvs from 20091005
CLISP 2.48
My .emacs file
contains
(add-to-list ’load-path "/usr/share/emacs/site-lisp/
slime/")
(setq
inferior-lisp-program "/usr/bin/clisp")
(require ’slime)
(slime-setup)
When
I type M-x slime on Emacs I get [No Match]…
The paths are good because I've checked them 2 times but I can't find
why it's not working over the internet.
Thank you for helping me