On 2012-06-17 22:07:44, didimitrov wrote:
>
>
> Hey Eric,
> Thank you for the prompt response. I tried everything that you suggested,
> but even after starting gVim with minimal setup I still got the message.
> This is the screen shot of the message after I set the Log Level to 10.
>
> <
https://lh4.googleusercontent.com/-TOYYcz7cv3k/T96185seXgI/AAAAAAAAACI/McTLhuDSnpI/s1600/tt.jpg>
>
>
>
>
>
>
>
>
>
> My computer's user name contains an & symbol. I am thinking this might be
> breaking the paths somewhere.
That could very well be the problem.
We can test if that's the case by first seeing if you can run any
system command (start vim with the bare environment just to continue
to rule out any other settings/plugins):
> %PATH_TO_YOUR_GVIM%\gvim -u NONE -U NONE --cmd "set nocp"
:echo system('echo test')
If that fails, then you can quit gvim and try changing the value or
your TMP environment variable (run all these in the same dos shell):
> mkdir C:\tmp
> set TMP=C:\tmp
> %PATH_TO_YOUR_GVIM%\gvim -u NONE -U NONE --cmd "set nocp"
:echo system('echo test')
With any luck that last system call will now succeed. If so then we've
confirmed that the '&' in your user name was the problem, and you can
change your system's TMP var globally. I have no idea where in Windows
7 you change environment variables, but on XP it's found in:
Control Panel > System > the "Advanced" tab > the "Environment
Variables" button > the "User Variables for ..." section.
> --
> You received this message because you are subscribed to the Google Groups "eclim-user" group.
> To view this discussion on the web visit
https://groups.google.com/d/msg/eclim-user/-/n36PG-fyeREJ.
> To post to this group, send email to
eclim...@googlegroups.com.
> To unsubscribe from this group, send email to
eclim-user+...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/eclim-user?hl=en.
>
--
eric