From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: August Newsgroups: gmane.emacs.help Subject: Re: How to bind pop up menu to a key? Date: Mon, 21 Feb 2005 21:56:58 +0100 Message-ID: <1109019418.5316.3.camel@c83-250-202-177.bredband.comhem.se> References: <20050221014530.GD19034@SDF.LONESTAR.ORG> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1109020371 24791 80.91.229.2 (21 Feb 2005 21:12:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2005 21:12:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 21 22:12:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3Kr5-00083r-BF for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Feb 2005 22:12:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3L85-0007ce-WF for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Feb 2005 16:30:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3Kyj-0003ck-Ni for help-gnu-emacs@gnu.org; Mon, 21 Feb 2005 16:20:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3KyV-0003XK-Uu for help-gnu-emacs@gnu.org; Mon, 21 Feb 2005 16:20:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3KyT-0003Uh-Af for help-gnu-emacs@gnu.org; Mon, 21 Feb 2005 16:20:13 -0500 Original-Received: from [81.228.10.108] (helo=av9-1-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3Kbi-0008OE-4t for help-gnu-emacs@gnu.org; Mon, 21 Feb 2005 15:56:42 -0500 Original-Received: by av9-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id C5E8437E8A; Mon, 21 Feb 2005 21:56:39 +0100 (CET) Original-Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av9-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id B843D37E7F for ; Mon, 21 Feb 2005 21:56:39 +0100 (CET) Original-Received: from c83-250-202-177.bredband.comhem.se (c83-250-202-177.bredband.comhem.se [83.250.202.177]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 9C2F437E4B for ; Mon, 21 Feb 2005 21:56:39 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <20050221014530.GD19034@SDF.LONESTAR.ORG> X-Mailer: Evolution 2.0.2 (2.0.2-3) 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24224 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24224 On m=C3=A5n, 2005-02-21 at 01:45 +0000, Neon Absentius wrote: > Hello >=20 > I like to turn the menu bar off since most of the time I don't use > it. However now and then --especially when I am trying a new > package-- I like to use the menu for easy reference. When I am in=20 > X I prefer to use the C-mouse3 binding that pop's up a nice menu with > the contents of the menu bar. I hate to leave the keyboard to reach > for the rodent though. Is there some way to bind this to a key?=20 (menu-bar-mode nil) (global-set-key [C-mouse-3] 'mouse-popup-menubar) > Also is it possible to navigate the pop-up menus with the keyboard? Don't know. If you use C-mouse-3 for the menu then you already have your hand on the mouse, so why use the keyboard? --=20 August