Hi, On Oct 20, 5:42 am, eyeris <drewpvo...@gmail.com> 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 BufRead,Bufnewfile *.clj setl lisp This actually breaks VC's indenting. Don't do it. > The ng client is executable. Yet when I open a .clj file, echo > b:vimclojure_namespace I get two errors: > > E121: Undefined variable: b:vimclojure_namespace > E15: Invalid expression: b:vimclojure_namespace Is there some error in ":messages" output? Is the server started? What is the output, when you invoke the ng client manually like that: "ng de.kotka.vimclojure.NamespaceOfFile < file_in_question.clj"? > VimClojure shouldn't be so hard to get working. This is my third time > setting it up (once on Windows, once on two versions of Debian) and it > never works according to the directions. I'm really sorry about that, but I don't know what do about it. I do my very best to make the installation as easy as possible. Justin Johnson also works on a Windows installer. I don't know, what's so hard about the installation. My suspicion is, that Vim is a major factor here. It has so many options, which can interfere really badly, eg. shellslash on Windows. I can't test all combinations of options. Also an often encountered problem: Whitespace in all sorts of filenames. Please avoid whitespace in filenames. Windows tries really hard to make correct quoting impossible. I installed VC on Mac, Windows and Debian and worked everywhere out of the box... Sincerely, Meikel PS: Please use the vimclojure group for purely VC questions. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---