From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tyler Spivey Newsgroups: gmane.emacs.help Subject: Getting the command that a certain menu function runs? Date: Tue, 14 Oct 2008 07:54:39 -0700 Message-ID: <87ljwrfcr4.fsf@pcdesk.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224042141 19071 80.91.229.12 (15 Oct 2008 03:42:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 03:42:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 05:43:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KpxI9-0005U7-9m for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 05:43:21 +0200 Original-Received: from localhost ([127.0.0.1]:55090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpxH4-0008RM-Im for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Oct 2008 23:42:14 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe02.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:Cksn4ibfbFOaSsKA7+l1h8bR8c4= Original-Lines: 6 Original-NNTP-Posting-Host: 70.68.146.221 Original-X-Complaints-To: internet.abuse@sjrb.ca Original-X-Trace: newsfe02.iad 1223996076 70.68.146.221 (Tue, 14 Oct 2008 14:54:36 UTC) Original-NNTP-Posting-Date: Tue, 14 Oct 2008 14:54:36 UTC Original-Xref: news.stanford.edu gnu.emacs.help:163424 X-Mailman-Approved-At: Tue, 14 Oct 2008 23:41:59 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58788 Archived-At: 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).