[slime-devel] backtrace write-string to wrong stream

Willem Broekema metawilm at gmail.com
Fri Oct 10 23:26:26 UTC 2008


(For some reason a previous copy of this mail did not make it to the list.)
Some backtrace output ended up in the REPL buffer.

- Willem

--- swank.lisp  03 Oct 2008 16:45:57 +0200      1.597
+++ swank.lisp  04 Oct 2008 12:43:27 +0200
@@ -120,7 +120,7 @@
                            (#\return (write-string "\\r" stream))
                            (t (write-char c stream))))
                    (write-char #\" stream))
-                   (t (write-string string)))))
+                   (t (write-string string stream)))))
      (set-pprint-dispatch 'string  #'escape-string 0 table)
      table)))




More information about the slime-devel mailing list