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.