Environment: vimclojure-2.1.2. clojure from git as of a few days ago.

Running the tests in a plain REPL from the command line worked
perfectly!
-=* THANKS GUYS !!! *=-

I wasn't expecting this at all. I thought the REPL in vimclojure
actually supported stdout because this works:
> (def a "abc")
#'user/a
> a
"abc"
> (println a)
abc
nil

I have noticed that mouse paste operations into the vimclojure repl
fail (the pasted text is truncated after a certain number of
characters).
These seem to be indications that stdin/stdout is not handled
perfectly by vimclojure...

Cheers.

--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your 
first post.
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