help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Getting the command that a certain menu function runs?


From: Joost Diepenmaat
Subject: Re: Getting the command that a certain menu function runs?
Date: Tue, 14 Oct 2008 17:38:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Tyler Spivey <tspivey@nospampcdesk.net> writes:

> Hello. I would like to know how to find the function that is executed by
> a menu command on the menubar. describe-key isn't working for me, since
> I don't use a mouse, and f10/m-` just describes the function for opening
> the menubar. For example, in gnus, I would like to find the M-x
> equivalent of Post>Send a message (mail or news).

I'm working on a replacement for tmm-menu, at
http://github.com/joodie/iswitch-menu/tree/master

If you're willing to use that, you can find the last chosen entry by
doing 

M-x describe-variable <RET> iswitch-menu-last-chosen <RET>

(a 3-element list, where the last element is the command executed)


-- 
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/


reply via email to

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