I had the same problem with the Vim Repl, but rebuilding Gorilla fixed the problem.
Build instructions are in the README, but to paraphase: $ cd /path/to/gorilla-1.1.1 $ vi local.properties $ cat local.properties clojure.jar=/path/to/clojure.jar clojure-contrib.jar=/path/to/clojure-contrib.jar $ ant clean jar (re-start Gorilla) Now pressing Enter at the Vim Repl sends to the socket Repl, and the value is returned. Note that control-Enter doesn't evaluate the input. This seems to be the reverse of what the screen-cast says (where control-Enter evaluates and Enter does not), but this behaviour seems better. Environment: clojure r1312, contrib r1312, gorilla 1.1.1, MacVim 7.2, Mac OS X 10.5.6 Thanks for a great plugin Meikel! -Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---