VimClojure: redefine *test-out* just like *out*

2009-10-04 Thread Mike Mazur
Hi, I noticed that output from clojure.test's (run-tests) is not displayed in the VimClojure REPL (launched with LocalLeadersr). I guessed it's because clojure.test/*test-out* is not redefined appropriately (to print to the vim buffer) like *out* is. So I tried the following at the VimClojure

Re: VimClojure: redefine *test-out* just like *out*

2009-10-04 Thread Meikel Brandmeyer
Hi, Am 04.10.2009 um 11:11 schrieb Mike Mazur: Clojure= (binding [*test-out* *out*] (run-tests)) Is the mechanism that configures the *out* stream exposed somehow? Can I tell it to process *test-out* as well? Well. This is exactly the mechanism to process the *test-out*. In the