Re: Bug in 7.0.178? redir => var makes vim crash (sometimes)

2007-01-06 Thread Bram Moolenaar
Thomas wrote: > The following code makes vim crash sometimes. > > fun! MakeVimCrash() > redir => lets > silent let > redir END > endf > call MakeVimCrash() > > It doesn't crash always. Sometimes I have to call the function twice. > > I now ran a few more tests. It appears that v

GNOME HIG compliance in gvim: button order in close confirmation dialogs (PATCH)

2007-01-06 Thread Edward Catmur
Hi, This patch improves HIG compliance when compiled with FEAT_GUI_GNOME: * Close confirmation dialogs use "Save/Discard/Cancel" instead of "Yes/No/Cancel" * GTK_STOCK_SAVE used for "Save" * Default button placed at end of message dialog, with order passed in set as alternative button order vim_

Re: GNOME HIG compliance in gvim: button order in close confirmation dialogs (PATCH)

2007-01-06 Thread A.J.Mechelynck
Edward Catmur wrote: Hi, This patch improves HIG compliance when compiled with FEAT_GUI_GNOME: * Close confirmation dialogs use "Save/Discard/Cancel" instead of "Yes/No/Cancel" * GTK_STOCK_SAVE used for "Save" * Default button placed at end of message dialog, with order passed in set as alterna

Re: GNOME HIG compliance in gvim: button order in close confirmation dialogs (PATCH)

2007-01-06 Thread Nikolai Weibull
On 1/7/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: > Also attached is a patch to disable guioptions="t" (tearoff menus) when > compiled with FEAT_GUI_GNOME, also for desktop consistency. Hey, wait! Even gvim for Windows has tearoff menus, which is a great feature, available in no other Wind

Re: GNOME HIG compliance in gvim: button order in close confirmation dialogs (PATCH)

2007-01-06 Thread A.J.Mechelynck
Nikolai Weibull wrote: On 1/7/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: > Also attached is a patch to disable guioptions="t" (tearoff menus) when > compiled with FEAT_GUI_GNOME, also for desktop consistency. Hey, wait! Even gvim for Windows has tearoff menus, which is a great feature, av

Re: GNOME HIG compliance in gvim: button order in close confirmation dialogs (PATCH)

2007-01-06 Thread Nikolai Weibull
On 1/7/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Nikolai Weibull wrote: > On 1/7/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: > > > Also attached is a patch to disable guioptions="t" (tearoff menus) when > > > compiled with FEAT_GUI_GNOME, also for desktop consistency. > > Hey, wai