[slime-cvs] CVS slime/doc
CVS User sboukarev
sboukarev at common-lisp.net
Wed Oct 21 13:38:33 UTC 2009
Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv16081/doc
Modified Files:
slime.texi
Log Message:
* doc/slime.texi (ASDF): Document new commands.
--- /project/slime/cvsroot/slime/doc/slime.texi 2009/10/19 23:14:44 1.83
+++ /project/slime/cvsroot/slime/doc/slime.texi 2009/10/21 13:38:33 1.84
@@ -12,7 +12,7 @@
@set EDITION 3.0-alpha
@set SLIMEVER 3.0-alpha
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/10/19 23:14:44 $}
+ at set UPDATED @code{$Date: 2009/10/21 13:38:33 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -2520,6 +2520,10 @@
@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-open-system NAME &optional LOAD}
+Open all files in a system, optionally load it if LOAD is non-nil.
+ at cmditem{slime-browse-system NAME &optional LOAD}
+Browse files in a system using Dired, optionally load it if LOAD is non-nil.
@end table
The package also installs some new REPL shortcuts (@pxref{Shortcuts}):
@@ -2533,6 +2537,10 @@
Recompile (but not load) an ASDF system.
@item force-load-system
Recompile and load an ASDF system.
+ at item open-system
+Open all files in a system.
+ at item browse-system
+Browse files in a system using Dired.
@end table
@node Banner
More information about the slime-cvs
mailing list