Re: windows-like menu behavior in unix

marklar <[email protected]> Sun, 13 Nov 2005 23:09:54 -0500
Newsgroups gmane.emacs.xemacs.general
Message-ID <[email protected]>
On Sun, 13 Nov 2005 17:14:27 -0900, Tim Johnson wrote:

> Hello Marklar:
> 
>   Do you mean accelerate-menu?
> 
<snip>
>     (global-set-key [(hyper ?m)] 'accelerate-menu)
>     (global-set-key [(hyper ?m)] 'tmm-menubar)
This appears to have no effect.  
(setq menu-accelerator-enabled t) turns on the menu shortcuts, but
as I described, that's not what I want.

When I figure out the solution, I will be sure to post.
I sure hope that it's not a windows-only hack.
Is that even possible in the xemacs code base?  Are there things in elisp
that are non-portable?

Marklar