Re: menu-open

2000-12-06 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, 6 Dec 2000 [EMAIL PROTECTED] wrote: >> Fix problem with LC_NUMERIC, more updates to bind files, fix >> problem with bogus actions in menus, fix problem with menu-open

menu-open

2000-12-06 Thread John Levon
On Wed, 6 Dec 2000 [EMAIL PROTECTED] wrote: > Fix problem with LC_NUMERIC, more updates to bind files, fix problem with bogus >actions in menus, fix problem with menu-open is the menu-open this bug : http://sourceforge.net/bugs/?func=detailbug&bug_id=124359&group_id=15212 c

Re: menu-open problem in all bind files

2000-12-06 Thread Jean-Marc Lasgouttes
>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> All I was trying to do was use C-x C-b to open the Allan> documents menu (a.k.a. buffer list) but the menu code does a Allan> case-sensitive test so didn't realize that "menu-

Re: menu-open problem in all bind files

2000-12-05 Thread Allan Rae
On 5 Dec 2000, Jean-Marc Lasgouttes wrote: > >>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > Allan> We have four options: 1. Edit all entries in all bind files > Allan> that use menu-open to use the menu names in all lowercase >

Re: menu-open problem in all bind files

2000-12-05 Thread Jean-Marc Lasgouttes
>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> We have four options: 1. Edit all entries in all bind files Allan> that use menu-open to use the menu names in all lowercase Allan> letters. 2. Rename all menus in default.ui to start with a Al

Re: menu-open problem in all bind files

2000-12-04 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | 4. As above but do a case insensitive search (IIRC STL provides such an | option) No it does not, but we provide it in lstrings.h Lgb

menu-open problem in all bind files

2000-12-02 Thread Allan Rae
We have four options: 1. Edit all entries in all bind files that use menu-open to use the menu names in all lowercase letters. 2. Rename all menus in default.ui to start with a capital letter. 3. Convert the menu name to all-lowercase in Menubar::Pimpl::openByName so the search is