[slime-cvs] CVS update: slime/doc/slime.texi

Luke Gorrie lgorrie at common-lisp.net
Tue Apr 27 21:25:00 UTC 2004


Update of /project/slime/cvsroot/slime/doc
In directory common-lisp.net:/tmp/cvs-serv11818/doc

Modified Files:
	slime.texi 
Log Message:
(Other configurables): Updated instructions on globally installing
SLDB on *debugger-hook*.

Date: Tue Apr 27 17:25:00 2004
Author: lgorrie

Index: slime/doc/slime.texi
diff -u slime/doc/slime.texi:1.11 slime/doc/slime.texi:1.12
--- slime/doc/slime.texi:1.11	Wed Apr 21 17:51:50 2004
+++ slime/doc/slime.texi	Tue Apr 27 17:25:00 2004
@@ -46,7 +46,7 @@
 @end macro
 
 @set EDITION DRAFT
- at set UPDATED @code{$Id: slime.texi,v 1.11 2004/04/21 21:51:50 heller Exp $}
+ at set UPDATED @code{$Id: slime.texi,v 1.12 2004/04/27 21:25:00 lgorrie Exp $}
 
 @titlepage
 @title SLIME User Manual
@@ -1133,12 +1133,6 @@
 (threads) in your Lisp system. It causes any necessary initialization
 to be performed during Lisp server startup.
 
- at item slime-global-debugger-hook
-Setting this variable to @code{t} causes the @SLDB{}
- at code{*DEBUGGER-HOOK*} to be set globally. This means that @SLDB{}
-will be used for all debugging in the Lisp system. Otherwise it is
-used only when evaluating code via Emacs commands.
-
 @item slime-translate-to-lisp-filename-function
 @itemx slime-translate-from-lisp-filename-function
 These functions can be used to translate filenames between Emacs and
@@ -1240,6 +1234,15 @@
 
 @node Other configurables,  , Communication style, Lisp-side
 @subsection Other configurables
+
+To use the @SLDB{} debugger globally for all debugging in the Lisp
+system you can add this line to your init file:
+
+ at example
+(setq *debugger-hook* #'swank:swank-debugger-hook)
+ at end example
+
+You can also modify these Swank variables:
 
 @table @code
 





More information about the slime-cvs mailing list