[slime-cvs] CVS slime/doc
CVS User trittweiler
trittweiler at common-lisp.net
Thu Dec 17 10:15:18 UTC 2009
Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv1646/doc
Modified Files:
slime.texi
Log Message:
* swank.lisp (with-top-level-restart): Bind local special.
(top-level-restart-p): Check for it; this tells us if where's in
the dynamic extent of with-top-level-restart.
(handle-requests): Use it.
--- /project/slime/cvsroot/slime/doc/slime.texi 2009/12/16 09:24:11 1.91
+++ /project/slime/cvsroot/slime/doc/slime.texi 2009/12/17 10:15:18 1.92
@@ -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/16 09:24:11 $}
+ at set UPDATED @code{$Date: 2009/12/17 10:15:18 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -1841,7 +1841,7 @@
(@pxref{sldb-quit}) in @SLDB{}. For @SLIME{} evaluation requests this
is @emph{unconditionally} bound to a restart that returns to a safe
point. This variable is supposed to customize what @kbd{q} does if an
-application's thread lands into the debuggger (see
+application's thread lands into the debugger (see
@code{SWANK:*GLOBAL-DEBUGGER*}).
@example
(setf swank:*sldb-quit-restart* 'sb-thread:terminate-thread)
More information about the slime-cvs
mailing list