[slime-cvs] CVS slime/doc
CVS User sboukarev
sboukarev at common-lisp.net
Tue Dec 15 17:12:42 UTC 2009
Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv21537/doc
Modified Files:
slime.texi
Log Message:
* contrib/slime-asdf.el (slime-reload-system): New command for reloading
a system without recompiling recursively its dependencies.
REPL shortcut for it is `reload-system'.
* contrib/swank-asdf.lisp (reload-system): New function.
--- /project/slime/cvsroot/slime/doc/slime.texi 2009/12/14 09:06:35 1.89
+++ /project/slime/cvsroot/slime/doc/slime.texi 2009/12/15 17:12:42 1.90
@@ -12,7 +12,7 @@
@set EDITION 3.0-alpha
@set SLIMEVER 3.0-alpha
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/12/14 09:06:35 $}
+ at set UPDATED @code{$Date: 2009/12/15 17:12:42 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -2537,6 +2537,8 @@
@cmditem{slime-load-system NAME}
Compile and load an ASDF system. The default system name is taken
from the first file matching *.asd in the current directory.
+ at cmditem{slime-reload-system NAME}
+Recompile and load an ASDF system without recompiling its dependencies.
@cmditem{slime-open-system NAME &optional LOAD}
Open all files in a system, optionally load it if LOAD is non-nil.
@cmditem{slime-browse-system NAME}
@@ -2555,6 +2557,8 @@
@table @kbd
@item load-system
Compile (as needed) and load an ASDF system.
+ at item reload-system
+Recompile and load an ASDF system.
@item compile-system
Compile (but not load) an ASDF system.
@item force-compile-system
More information about the slime-cvs
mailing list