From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Commands with more than one keybinding in menus Date: Tue, 13 Aug 2013 11:33:32 +0200 Message-ID: <87ob92lytv.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376386449 5058 80.91.229.3 (13 Aug 2013 09:34:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2013 09:34:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 13 11:34:11 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V9AzS-0001Lb-AP for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 11:34:10 +0200 Original-Received: from localhost ([::1]:35579 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9AzR-0004Mx-UY for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 05:34:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9AzB-0004Mc-B6 for help-gnu-emacs@gnu.org; Tue, 13 Aug 2013 05:34:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9Az3-0008Rg-Vn for help-gnu-emacs@gnu.org; Tue, 13 Aug 2013 05:33:53 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:43619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9Az3-0008RO-Q4 for help-gnu-emacs@gnu.org; Tue, 13 Aug 2013 05:33:45 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V9Az2-00010R-4L for help-gnu-emacs@gnu.org; Tue, 13 Aug 2013 11:33:44 +0200 Original-Received: from e178190142.adsl.alicedsl.de ([85.178.190.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Aug 2013 11:33:44 +0200 Original-Received: from tjolitz by e178190142.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Aug 2013 11:33:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178190142.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:2CbzmFi2qsqRlTi6xNMhomzaojs= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92834 Archived-At: Hi List, if a command that should appear in the menu for a mode has more than one keybinding - how do I specify which binding shows up in the menu? As an example, say command `demote' of 'my-mode' is bind to 'C-c C-c >' and 'C-M-', and I want the latter binding to appear in the menu entry of 'my-mode'. Is that a matter of definition order - the binding last defined in the mode's library is shown - or is there a way to specify the displayed binding in the menu-map definition? -- cheers, Thorsten