[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Thu Jan 8 16:20:14 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv24082
Modified Files:
ChangeLog swank-loader.lisp
Log Message:
Some updates for the manual
--- /project/slime/cvsroot/slime/ChangeLog 2009/01/08 16:13:33 1.1655
+++ /project/slime/cvsroot/slime/ChangeLog 2009/01/08 16:20:14 1.1656
@@ -7,7 +7,7 @@
* swank-backend.lisp (swank-compile-string): Pass the
buffer-file-name to Lisp, not only the directory.
Update callers accordingly.
- ([test] arglist): Update arglist.
+ * slime.el ([test] arglist): Update arglist.
2009-01-08 Helmut Eller <heller at common-lisp.net>
--- /project/slime/cvsroot/slime/swank-loader.lisp 2009/01/02 16:43:21 1.89
+++ /project/slime/cvsroot/slime/swank-loader.lisp 2009/01/08 16:20:14 1.90
@@ -228,6 +228,12 @@
(funcall (q "swank::init")))
(defun init (&key delete reload load-contribs (setup t))
+ "Load SWANK and initialize some global variables.
+If DELETE is true, delete any existing SWANK packages.
+If RELOAD is true, reload SWANK, even if the SWANK package already exists.
+If LOAD-CONTRIBS is true, load all contribs
+If SETUP is true, load user init files and initialize some
+global variabes in SWANK."
(when (and delete (find-package :swank))
(mapc #'delete-package '(:swank :swank-io-package :swank-backend)))
(cond ((or (not (find-package :swank)) reload)
More information about the slime-cvs
mailing list