Hi, Am 15.05.2011 um 09:31 schrieb Wei Hsu:
> Meikel, what are the commands to start an external repl and tie it > with nailgun? Start the external repl via eg. java -cp <your-classpath-here-including-the-vimclojure-jar> clojure.main -r. Or via lein repl, if you use leiningen. Then enter the following commands: (require 'vimclojure.nails) (vimclojure.nails/start-server-thread) > Can I interact with nailgun with both the external repl > and the vim repl? Yes. That's perfectly possible. There is no such thing as separation of repls. If you do a change in a namespace, you will see it in both repls. I can't tell though, whether that fixes your original problem. Sincerely Meikel -- 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