[slime-cvs] CVS update: slime/ChangeLog

Dan Barlow dbarlow at common-lisp.net
Sat Nov 29 22:15:36 UTC 2003


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

Modified Files:
	ChangeLog 
Log Message:

Date: Sat Nov 29 17:15:36 2003
Author: dbarlow

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.121 slime/ChangeLog:1.122
--- slime/ChangeLog:1.121	Sat Nov 29 03:03:43 2003
+++ slime/ChangeLog	Sat Nov 29 17:15:36 2003
@@ -1,3 +1,15 @@
+2003-11-29  Daniel Barlow  <dan at telent.net>
+
+	* slime.el (slime-idle-state): added :debug as a valid transition
+
+	* swank.lisp (slime-debugger-function): New.  Returns a function
+	suitable for use as the value of *DEBUGGER-HOOK* to install the
+	SLIME debugger globally.  Must be run from the *slime-repl* buffer
+	or somewhere else that the slime streams are visible so that it
+	can capture them.  e.g. for Araneida:
+	PKG> (setf araneida:*restart-on-handler-errors* 
+	           (swank:slime-debugger-fucntion))
+
 2003-11-29  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* slime.el: Some tweaking to the REPL.  slime-repl-input-end-mark
@@ -144,7 +156,7 @@
 
 2003-11-25  Daniel Barlow  <dan at telent.net>
 
-	* swank-sbcl.lisp: delete big chunk of leftover commented-out
+	* swank-sbcl.lisp: delete big chunk of leftover commented-out 
 	code
 
 	* slime.el: arglist command to use slime-read-symbol-name,





More information about the slime-cvs mailing list