[Bordeaux-threads-devel] binding output stream in thread for slime use

Antony lisp.linux at gmail.com
Sun Dec 19 18:11:06 UTC 2010


Thank you very much.
It's clear now and works too.
-Antony


On 12/14/2010 6:35 PM, Vladimir Sedach wrote:
> To get your approach to work you need to do:
>
> (let ((bindings (list (cons '*standard-output* *standard-output*))))
>    (bt:make-thread #'foo :initial-bindings bindings))
>
> That is, the value of *standard-output* needs to be evaluated.
>





More information about the bordeaux-threads-devel mailing list