On Wed, 29 Mar 2006, Alan Ruttenberg wrote:
Alternately, someone mentioned a ways back some way to ensure all output that would otherwise go to *inferior-lisp* is put instead in the repl. A pointer on how to do that would be helpful.
You could add something like this to your slime-connected-hook:
(set-process-filter (slime-inferior-process) (lambda (process string) (slime-write-string string)))