Just a little message to put this information online. Sorry if it's a
tad off-topic.

If you're look at the following error message while using VimClojure
on MS Windows:

Error detected while processing function
112..vimclojure#ExecuteNail..vimclojure#ExecuteNailWithInput:
line   19:
Couldn't execute Nail! java.lang.Exception: Unexpected command line
arguments at de.kotka.vimclojure.util
$with_command_line_STAR___31.invoke(util.clj:150) at
de.kotka.vimclojure.nails$Repl_nailMain__1659.invoke(nails.clj:196) at
de.kotka.vimclojure.nails.Repl.nailMain(Unknown Source) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25) at
java.lang.reflect.Method.invoke(Method.java:597) at
com.martiansoftware.nailgun.NGSession.run(Unknown Source)

The problem is probably that you have 'shellslash' set. This
influences the behavior of the function shellescape(), which is used
by VimClojure. Resetting this options fixes the problem.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to