[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Fri Feb 8 10:37:46 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv1392/Drei
Modified Files:
lisp-syntax-swank.lisp
Log Message:
Let's try not rebinding *standard-output* when asking Swank to compile
stuff for us.
This makes C-c C-c'ing in Climacs much more verbose.
--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp 2008/01/09 22:15:49 1.11
+++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp 2008/02/08 10:37:46 1.12
@@ -61,9 +61,6 @@
(view drei-buffer-view) (buffer-mark mark))
(let* ((view-name (name view))
(buffer-file-name (filepath (buffer view)))
- ;; swank::compile-string-for-emacs binds *compile-verbose* to t
- ;; so we need to do this to avoid scribbles on the pane
- (*standard-output* *debug-io*)
(swank::*buffer-package* package)
(swank::*buffer-readtable* *readtable*))
(let ((result (swank::compile-string-for-emacs
More information about the Mcclim-cvs
mailing list