Re: exists() result sometimes misleading for a command

2016-09-17 Fir de Conversatie Tony Mechelynck
Ah, I see. Under GTK3 I can't anymore tearoff the menus, even manually. Best regards, Tony. On Sun, Sep 18, 2016 at 2:13 AM, James McCoy wrote: > On Sun, Sep 18, 2016 at 01:25:53AM +0200, Tony Mechelynck wrote: >> A few weeks ago, when I was still building with GTK2 (not GTK3) GUI, >> it had pr

Re: exists() result sometimes misleading for a command

2016-09-17 Fir de Conversatie James McCoy
On Sun, Sep 18, 2016 at 01:25:53AM +0200, Tony Mechelynck wrote: > A few weeks ago, when I was still building with GTK2 (not GTK3) GUI, > it had proper tearoff menus, or at least submenus. You can manually tear off the menus, but trying to use the command ":tearoff", even with names of menus that

Re: exists() result sometimes misleading for a command

2016-09-17 Fir de Conversatie Tony Mechelynck
On Fri, Sep 16, 2016 at 11:02 AM, Kazunobu Kuriyama wrote: > 2016-09-15 16:45 GMT+09:00 Kazunobu Kuriyama : >> >> 2016-09-15 7:41 GMT+09:00 Tony Mechelynck : >>> >>> exists() result is sometimes misleading for a command. >>> >>> Example (with GTK3 gvim linked with GTK 3.16.7): >>> :echo exists

Re: exists() result sometimes misleading for a command

2016-09-16 Fir de Conversatie Kazunobu Kuriyama
2016-09-15 16:45 GMT+09:00 Kazunobu Kuriyama : > 2016-09-15 7:41 GMT+09:00 Tony Mechelynck : > >> exists() result is sometimes misleading for a command. >> >> Example (with GTK3 gvim linked with GTK 3.16.7): >> :echo exists(':tearoff') >> 2 >> :tearoff &Help >> E319: Sorry,

Re: exists() result sometimes misleading for a command

2016-09-15 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > exists() result is sometimes misleading for a command. > > Example (with GTK3 gvim linked with GTK 3.16.7): > :echo exists(':tearoff') > 2 > :tearoff &Help > E319: Sorry, the command is not available in this version > > So for example the followi

Re: exists() result sometimes misleading for a command

2016-09-15 Fir de Conversatie Tony Mechelynck
On Thu, Sep 15, 2016 at 11:22 AM, Kazunobu Kuriyama wrote: > 2016-09-15 17:46 GMT+09:00 Tony Mechelynck : >> >> On Thu, Sep 15, 2016 at 9:45 AM, Kazunobu Kuriyama >> wrote: >> > 2016-09-15 7:41 GMT+09:00 Tony Mechelynck >> > : >> >> >> >> exists() result is sometimes misleading for a command. >>

Re: exists() result sometimes misleading for a command

2016-09-15 Fir de Conversatie Kazunobu Kuriyama
2016-09-15 17:46 GMT+09:00 Tony Mechelynck : > On Thu, Sep 15, 2016 at 9:45 AM, Kazunobu Kuriyama > wrote: > > 2016-09-15 7:41 GMT+09:00 Tony Mechelynck > : > >> > >> exists() result is sometimes misleading for a command. > >> > >> Example (with GTK3 gvim linked with GTK 3.16.7): > >> :echo

Re: exists() result sometimes misleading for a command

2016-09-15 Fir de Conversatie Tony Mechelynck
On Thu, Sep 15, 2016 at 9:45 AM, Kazunobu Kuriyama wrote: > 2016-09-15 7:41 GMT+09:00 Tony Mechelynck : >> >> exists() result is sometimes misleading for a command. >> >> Example (with GTK3 gvim linked with GTK 3.16.7): >> :echo exists(':tearoff') >> 2 >> :tearoff &Help >>

Re: exists() result sometimes misleading for a command

2016-09-15 Fir de Conversatie Kazunobu Kuriyama
2016-09-15 7:41 GMT+09:00 Tony Mechelynck : > exists() result is sometimes misleading for a command. > > Example (with GTK3 gvim linked with GTK 3.16.7): > :echo exists(':tearoff') > 2 > :tearoff &Help > E319: Sorry, the command is not available in this version > > So for e

exists() result sometimes misleading for a command

2016-09-14 Fir de Conversatie Tony Mechelynck
exists() result is sometimes misleading for a command. Example (with GTK3 gvim linked with GTK 3.16.7): :echo exists(':tearoff') 2 :tearoff &Help E319: Sorry, the command is not available in this version So for example the following code in my vimrc would produce the exact