[slime-cvs] CVS slime/doc
CVS User sboukarev
sboukarev at common-lisp.net
Tue Mar 2 12:39:21 UTC 2010
Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv31035/doc
Modified Files:
slime.texi
Log Message:
* doc/slime.texi (Compilation): Update.
--- /project/slime/cvsroot/slime/doc/slime.texi 2010/02/01 14:51:26 1.96
+++ /project/slime/cvsroot/slime/doc/slime.texi 2010/03/02 12:39:21 1.97
@@ -12,7 +12,7 @@
@set EDITION 3.0-alpha
@set SLIMEVER 3.0-alpha
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2010/02/01 14:51:26 $}
+ at set UPDATED @code{$Date: 2010/03/02 12:39:21 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -866,8 +866,9 @@
give some feedback which part was chosen.
With (positive) prefix argument the form is compiled with maximal
-debug settings (@kbd{C-u C-c C-c}). With negative prefix argument it is compiled for
-speed (@kbd{M-- C-c C-c}).
+debug settings (@kbd{C-u C-c C-c}). With negative prefix argument it is compiled for
+speed (@kbd{M-- C-c C-c}). If a numeric argument is passed set debug or speed settings
+to it depending on its sign.
The code for the region is executed after compilation. In principle,
the command writes the region to a file, compiles that file, and loads
@@ -879,6 +880,11 @@
whether the compilation failed: occasionally you may end up in the
debugger during the load step.
+With (positive) prefix argument the file is compiled with maximal
+debug settings (@kbd{C-u C-c C-k}). With negative prefix argument it is compiled for
+speed (@kbd{M-- C-c C-k}). If a numeric argument is passed set debug or speed settings
+to it depending on its sign.
+
@kbditem{C-c M-k, slime-compile-file}
Compile (but don't load) the current buffer's source file.
More information about the slime-cvs
mailing list