[slime-cvs] CVS slime
CVS User trittweiler
trittweiler at common-lisp.net
Sun Jan 3 15:46:44 UTC 2010
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv7891
Modified Files:
ChangeLog swank.lisp
Log Message:
* swank.lisp (with-swank-protocol-error-handler): Remove debugging
bits.
--- /project/slime/cvsroot/slime/ChangeLog 2010/01/03 14:22:22 1.1950
+++ /project/slime/cvsroot/slime/ChangeLog 2010/01/03 15:46:44 1.1951
@@ -1,5 +1,10 @@
2010-01-03 Tobias C. Rittweiler <tcr at freebits.de>
+ * swank.lisp (with-swank-protocol-error-handler): Remove debugging
+ bits.
+
+2010-01-03 Tobias C. Rittweiler <tcr at freebits.de>
+
* slime.el (slime-next-read-or-lose): Call `debug' with the error
condition, so we can see what actually caused the losage.
--- /project/slime/cvsroot/slime/swank.lisp 2009/12/22 09:31:15 1.681
+++ /project/slime/cvsroot/slime/swank.lisp 2010/01/03 15:46:44 1.682
@@ -359,11 +359,7 @@
(handler-case
(handler-bind ((swank-protocol-error
(lambda (condition)
- (format t "~&+++ SWANK-PROTOCOL-ERROR: ~S ~S~%"
- *debug-on-swank-protocol-error*
- condition)
(when *debug-on-swank-protocol-error*
- (format t "~&+++ INVOKE-DEFAULT-DEBUGGER +++ ~S~%" condition)
(invoke-default-debugger condition)))))
(progn , at body))
(swank-protocol-error (condition)
More information about the slime-cvs
mailing list