Re: bug: commandline not visible after :tabedit in maximized window

2007-02-12 Thread Bram Moolenaar

Vaclav wrote:

 [Bram, sorry for sending to your personal address by accident for the first 
 time]
   What system?  If Unix: what GUI?
 
 Sorry for not mentioning that. I am running the gnome GUI on Linux. I 
 double-checked on a different machine to exclude the influence of the 
 breakindent patch that is also applied. It seems that it works differently 
 with Metacity WM than with the Xfce window manager (running the same program 
 locally is different from running it remotely); also, the machine with 
 Metacity is xinerama-doublehead, which may make some bugs in the WM code 
 show up. I will install a clean version here and try to determine if it is 
 really a vim bug.

I assume you are using GTK then.  If you use GTK + Gnome then try
recompiling Vim without Gnome.  The Gnome libraries introduce some
problems.

The window manager may do things that Vim can't handle.  Whether that's
the fault of the window manager or Vim is hard to decide.

-- 
Nobody will ever need more than 640 kB RAM.
-- Bill Gates, 1983
Windows 98 requires 16 MB RAM.
-- Bill Gates, 1999
Logical conclusion: Nobody will ever need Windows 98.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


Re: bug: commandline not visible after :tabedit in maximized window

2007-02-11 Thread Václav Šmilauer
[Bram, sorry for sending to your personal address by accident for the first 
time]

 What system?  If Unix: what GUI?

Sorry for not mentioning that. I am running the gnome GUI on Linux. I 
double-checked on a different machine to exclude the influence of the 
breakindent patch that is also applied. It seems that it works differently 
with Metacity WM than with the Xfce window manager (running the same program 
locally is different from running it remotely); also, the machine with 
Metacity is xinerama-doublehead, which may make some bugs in the WM code 
show up. I will install a clean version here and try to determine if it is 
really a vim bug.


Regards, Vaclav