Hi!

I'm using Vim, vim-fireplace, `lein repl`, and tools.namespace.

When I run `(tools.namespace.repl/refresh)` from within vim via fireplace, 
it usually (perhaps always) works the first time. Say there is a simple 
error like a misspelled word. The second time I try to run 
`(tools.namespace.repl/refresh)`, I get back the error "nREPL: namespace 
not found". I don't know exactly what causes it. If I search for it on the 
web, most hits are fireplace issues. But it says "nREPL", and maybe 
"namespace not found" can have something to do with tools.namespace 
unloading them while refreshing. If I quit and restart `lein repl`, the 
error disappears the first time I do `(tools.namespace.repl/refresh)`. But 
for the second error after the restart, it comes back, i.e. the exact same 
thing happens as before, only I have managed to fix one more error in my 
code.

Does anyone know what's wrong?

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to