Chris Mueller skribis:

> Hola.  I just upgraded from ubuntu 8.04 to 9.04, and have some fresh odd
> behavior...
>
>
> In gnome terminal...
> cmueller.cmueller-ubu.~>time vim -u NONE -U NONE -c q
>
> real    0m0.028s
> user    0m0.016s
> sys    0m0.008s
> cmueller.cmueller-ubu.~>time vim -X -u NONE -U NONE -c q
>
> real    0m0.017s
> user    0m0.012s
> sys    0m0.000s
>
> Thats fine... In a "tilda" terminal...
>
> cmueller.cmueller-ubu.scripts>time vim -u NONE -U NONE -c q
>
> real    0m6.030s
> user    0m0.008s
> sys     0m0.008s
> cmueller.cmueller-ubu.scripts>time vim -X -u NONE -U NONE -c q
>
> real    0m0.018s
> user    0m0.012s
> sys     0m0.008s
>
>
> Anyone know What would cause this? I could just alias vim to always start
> with -X.. but that rubs me as a dirty solution...
>
> Thanks,
>     Chris

Maybe your DISPLAY environment variable is not properly set
(which would cause Vim to timeout when trying to connect to
the X server).

What happens when you try to run other X applications, such as
xclock or xload?

-- Dominique

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to