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
> Allan> letters. 2. Rename all menus in default.ui to start with a
> Allan> capital letter. 3. Convert the menu name to all-lowercase in
> Allan> Menubar::Pimpl::openByName so the search is done comparing
> Allan> all-lowercase to all-lowercase. 4. As above but do a case
> Allan> insensitive search (IIRC STL provides such an option)
> 
> Allan> Some of the menu-open commands probably use the wrong names or
> Allan> try to open menus that no longer exist.
> 
> I remove all the menu-related stuff from ??_menus.bind files. Does it
> answer your question? If something still does not work, then we have a
> bug.

That would be option 5.  The surgical fix -- when in doubt cut it out!
All I was trying to do was use C-x C-b to open the documents menu
(a.k.a. buffer list) but the menu code does a case-sensitive test so
didn't realize that "menu-open Documents" should have been "menu-open
documents".

I was just polling for which option or other alternative to use.
So what happens now?

Allan. (ARRae)

Reply via email to