Re: b:vimclojure_namespace does not exist

2009-10-20 Thread Meikel Brandmeyer
Hi, On Oct 20, 5:42 am, eyeris wrote: > I've installed the latest VimClojure. I've added to my .vimrc: > > let g:clj_want_gorilla = 1 > let vimclojure#NailgunClient = ".../path/to/ng" > au BufRead,Bufnewfile *.clj setfiletype clojure This is not necessary. This is done by VC itself. > au BufR

Re: b:vimclojure_namespace does not exist

2009-10-20 Thread Meikel Brandmeyer
Hi, you are missing clojure classpath. Please make sure to include clojure and contrib in your classpath. Sincerely Meikel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: b:vimclojure_namespace does not exist

2009-10-19 Thread Alex Osborne
I'm not really a vim user, but I just tried this out as I was curious to see what vimclojure was like. It sounds like the nailgun server can't find clojure.jar, try checking the classpath you're using to launch the server. I get the exact same error if I set a bad classpath on purpose. eyeri

Re: b:vimclojure_namespace does not exist

2009-10-19 Thread eyeris
After further investigation, I've determined that it is silently catching an exception in autoload/vimclojure.vim in vimclojure#InitBuffer() around line 668. Commenting out the try/catch/endtry lines gives me the error: "~/devel/xlsmerge/src/xlsmerge/gui.clj" 186L, 6430C Error detected while proc

b:vimclojure_namespace does not exist

2009-10-19 Thread eyeris
I've installed the latest VimClojure. I've added to my .vimrc: let g:clj_want_gorilla = 1 let vimclojure#NailgunClient = ".../path/to/ng" au BufRead,Bufnewfile *.clj setfiletype clojure au BufRead,Bufnewfile *.clj setl lisp The ng client is executable. Yet when I open a .clj file, echo b:vimcloj