emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Semi-unhelpful error message given when trying to (provide 'CUA-mode


From: Jan Djärv
Subject: Re: Semi-unhelpful error message given when trying to (provide 'CUA-mode)
Date: Mon, 29 May 2006 10:48:12 +0200
User-agent: Thunderbird 1.5.0.2 (X11/20060501)



David Kastrup skrev:
Jan Djärv <address@hidden> writes:

David Kastrup skrev:

I just took a look across the fence.  In XEmacs, they have

    `accelerate-menu' is an interactive built-in function
    (accelerate-menu)

    Documentation:
    Make the menubar active.  Menu items can be selected using menu
    accelerators or by actions defined in menu-accelerator-map.

It would probably not be the worst idea to do this via a keybinding
instead of hardwired.  If that is infeasible for some reason or
already done like this, never mind.  I seem to remember from what I
saw in the patch that you did it in some other manner?
You mean that navigation with arrow keys/Return/ESC should not be
hardwired but done with a keybinding?

Oh no, that would be a total mess, I guess.  No, just the F10 key
function should be a keybinding pointing to something like
"accelerate-menu".  Again, if it is already done like this, never
mind.

The function I added is called menu-bar-start.  x-win.el does
(and (fboundp 'menu-bar-start)
     (global-set-key [f10] 'menu-bar-start))

Should we name it accelerate-menu?  Does the XEmacs function take any
parameters?

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]