Hi all,
Newbie to SLIME, but I got it working with CCL. I'm trying to find a way to redirect the trace output to a different buffer.
Currently, and irrespective of having the *slime-trace* buffer open and having tried M-x slime-redirect-trace-output, all the trace output comes up in the REPL.
Thoughts?
Thanks
-- Sergio
2011/5/12 Sergio Pozzetti sergio@pozzetti.com:
Hi all,
Hi Sérgio :)
Newbie to SLIME, but I got it working with CCL. I'm trying to find a way to redirect the trace output to a different buffer.
Currently, and irrespective of having the *slime-trace* buffer open and having tried M-x slime-redirect-trace-output, all the trace output comes up in the REPL.
Thoughts?
From a quick peek at swank.lisp, I suspect that
swank:redirect-trace-output is not setting/binding *trace-output* correctly, or at all. I suggest you take a look at it and file a bug in launchpad.
Best regards,
Paulo Madeira
From a quick peek at swank.lisp, I suspect that swank:redirect-trace-output is not setting/binding *trace-output* correctly, or at all. I suggest you take a look at it and file a bug in launchpad.
(Well look who it is :) ). Will do, thanks!
-- Sergio Pozzetti