Peter Seibel peter@javamonkey.com writes:
For now I offer another ~/.swank.lisp workaround:
(setq swank::*globally-redirect-io* t)
Thanks. I'll give it a whirl.
Whirled. No go. Calls to PRINT still send their output to *inferior-lisp*.
I've hopefully fixed this properly in CVS. You should be able to remove both of those ~/.swank.lisp lines and every process with an ancestor created via Emacs should use Emacs for I/O and debugging.
Works for me on Linux in 6.2 at least.
-Luke