[slim-vim] *standard-output*
Brad Beveridge
brad.beveridge at gmail.com
Sun Sep 3 18:42:01 CDT 2006
On 03/09/06, Gregory Kettler <gkettler at gmail.com> wrote:
> >From Brad's announcement or the REPL, over a month ago now:
> "All Swank output that would normally go to *standard-output* now shows
> up in --slim-vim-repl--"
>
> I've only played with it a bit since then (yeah, been a long month).
> The REPL is very welcome, but the above statement doesn't seem to be
> the case for me. I don't know where the output's going, but a simple
> (format t "hello")
> just prints its return value, NIL, in the REPL buffer. Where can I
> find the output?
>
> Thanks for all the work,
> Greg
It should go there :) A couple of things to check
- in slime/swank.el, is *redirect-io* set to t?
- is *use-dedicated-output-stream* set to t?
If that is still not working look at ecl-slime/slime.lisp in dispatch,
there is a commented out format line, put that back in and look at the
output in --sv-debug--. See if there is the string "hello" coming
back from Swank.
Cheers
Brad
More information about the slim-vim
mailing list