
30 Jun
2009
30 Jun
'09
7:48 p.m.
Stas Boukarev <stassats@gmail.com> writes:
graham@gorgeous.org writes:
*STANDARD-OUTPUT* of functions called from the REPL is going to *inferior-lisp* not to the REPL as it used to. I noticed this when calling DISASSEMBLE; the disassembly appears in the *inferior-lisp* buffer.
This is a known bug, but unfortunately it's still not fixed. As a quick workaround you can evaluate (setf *standard-output* (swank::connection.user-output swank::*emacs-connection*)) at the REPL.
Thanks, that did the trick. Graham