[slime-devel] sbcl stream flushing race

Helmut Eller heller at common-lisp.net
Thu Mar 30 05:33:27 UTC 2006


> 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)))



More information about the slime-devel mailing list