On Mon, May 11, 2009 at 7:13 PM, tarvydas
<tarvy...@visualframeworksinc.com>wrote:

>
> - Where does the output from println go?  I put println's in the proxy
> callbacks, but I don't see the output in the slime repl nor in the
> *Messages* buffer (I know that the callbacks are working, because they
> also alter components of the gui - and that can be seen).
>

Is it in your *inferior-lisp* buffer? If so, you need to run M-x
slime-redirect-inferior-output or (add-hook 'slime-connected-hook
'slime-redirect-inferior-output).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to