Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2010-12-03 Thread H Xu
On 12/04/2010 01:45 AM, H Xu wrote: On Thu, Oct 28, 2010 at 4:58 PM, George Hawkins wrote: Hi there -- I'm using the standard yum installed Gvim on a normal Fedora 13 system running Gnome. For whatever reason I quite like the Windows Gvim arrangement where clicking the right mouse button bri

Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2010-12-04 Thread Bram Moolenaar
Hong Xu wrote: > I think I have fixed this problem. The attachment is the patch. The > reason is that when gtk_menu_popup is called, its last parameter is > not passed in the correct time stamp but GDK_CURRENT_TIME. I fixed > this by adding a global varible, which is ugly, I think. Is there a > b

Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2010-12-04 Thread H Xu
On 12/04/2010 11:09 PM, Bram Moolenaar wrote: Hong Xu wrote: I think I have fixed this problem. The attachment is the patch. The reason is that when gtk_menu_popup is called, its last parameter is not passed in the correct time stamp but GDK_CURRENT_TIME. I fixed this by adding a global varibl

Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2010-12-05 Thread Bram Moolenaar
Hong Xu wrote: > >> I think I have fixed this problem. The attachment is the patch. The > >> reason is that when gtk_menu_popup is called, its last parameter is > >> not passed in the correct time stamp but GDK_CURRENT_TIME. I fixed > >> this by adding a global varible, which is ugly, I think. Is

RE: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2010-12-05 Thread H Xu
Xu Cc: vim_dev@googlegroups.com Subject: Re: Fedora 13 Gvim popup pops down unless you hold right mouse down? Hong Xu wrote: > >> I think I have fixed this problem. The attachment is the patch. The > >> reason is that when gtk_menu_popup is called, its last parameter is > &g

Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2011-02-02 Thread H Xu
On Sat, Dec 4, 2010 at 11:09 PM, Bram Moolenaar wrote: > > Hong Xu wrote: > >> I think I have fixed this problem. The attachment is the patch. The >> reason is that when gtk_menu_popup is called, its last parameter is >> not passed in the correct time stamp but GDK_CURRENT_TIME. I fixed >> this by

Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2011-02-02 Thread H Xu
On Sat, Dec 4, 2010 at 11:09 PM, Bram Moolenaar wrote: > > Hong Xu wrote: > >> I think I have fixed this problem. The attachment is the patch. The >> reason is that when gtk_menu_popup is called, its last parameter is >> not passed in the correct time stamp but GDK_CURRENT_TIME. I fixed >> this by

Re: Fedora 13 Gvim popup pops down unless you hold right mouse down?

2011-02-03 Thread Bram Moolenaar
Hong Xu wrote: > >> I think I have fixed this problem. The attachment is the patch. The > >> reason is that when gtk_menu_popup is called, its last parameter is > >> not passed in the correct time stamp but GDK_CURRENT_TIME. I fixed > >> this by adding a global varible, which is ugly, I think. Is