[slime-cvs] CVS update: slime/README
Luke Gorrie
lgorrie at common-lisp.net
Mon Oct 20 15:12:54 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv19419
Modified Files:
README
Log Message:
Updated: works with CMU18e, and with SBCL requires sb-introspect.
Date: Mon Oct 20 11:12:54 2003
Author: lgorrie
Index: slime/README
diff -u slime/README:1.6 slime/README:1.7
--- slime/README:1.6 Wed Oct 15 12:23:44 2003
+++ slime/README Mon Oct 20 11:12:54 2003
@@ -18,10 +18,9 @@
(add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
Make sure your `inferior-lisp-program' is set to a compatible
- version of Lisp. For CMUCL we currently require a post-18e
- snapshot. If you use a non-CMUCL backend, you will need to customize
- the elisp variable `slime-backend' and possibly
- `slime-lisp-binary-extension' too.
+ version of Lisp. For CMUCL we currently require version 18e or
+ later. For SBCL we require the "sb-introspect" contrib, which exist
+ in the current CVS version.
Use `M-x' slime to fire up and connect to an inferior Lisp.
More information about the slime-cvs
mailing list