[slime-cvs] CVS update: slime/README

Dan Barlow dbarlow at common-lisp.net
Tue Nov 25 00:22:36 UTC 2003


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv4862

Modified Files:
	README 
Log Message:
Minor updates for currency

Date: Mon Nov 24 19:22:36 2003
Author: dbarlow

Index: slime/README
diff -u slime/README:1.8 slime/README:1.9
--- slime/README:1.8	Tue Oct 21 15:29:52 2003
+++ slime/README	Mon Nov 24 19:22:36 2003
@@ -3,13 +3,12 @@
 
   SLIME is the Superior Lisp Interaction Mode for Emacs. It is
   implemented in two main parts: the Emacs Lisp side (slime.el), and
-  the support library for the Common Lisp (swank.lisp for CMUCL,
-  swank-sbcl.lisp, swank-openmcl.lisp for the others)
+  the support library for the Common Lisp (swank.lisp and swank-*.lisp)
 
   For a real description, see the commentary in slime.el.
 
-Quick setup instructions for CMUCL
-----------------------------------------
+Quick setup instructions
+------------------------
 
   In Emacs Lisp:
 
@@ -20,8 +19,8 @@
 
   Make sure your `inferior-lisp-program' is set to a compatible
   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.
+  later. For SBCL we require the "sb-introspect" contrib, for which
+  you need 0.8.5 or later.
 
   Use `M-x' slime to fire up and connect to an inferior Lisp.
 
@@ -53,7 +52,6 @@
   Questions and comments are best directed to the mailing list:
     http://common-lisp.net/mailman/listinfo/slime-devel
 
-  The mailing list archive was once on Gmane, and soon will be again,
-  when they catch up with our change of project hosting provider
+  The mailing list archive is also avalable on Gmane:
     http://news.gmane.org/gmane.lisp.slime.devel
 





More information about the slime-cvs mailing list