From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bastien Guerry Newsgroups: gmane.emacs.help Subject: Re: alt and menu bar Date: 06 Mar 2003 16:54:56 +0100 Organization: Ecole normale superieure, Paris, France Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046966261 3011 80.91.224.249 (6 Mar 2003 15:57:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 15:57:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 06 16:57:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qxkW-0000lb-00 for ; Thu, 06 Mar 2003 16:57:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qxie-0004jS-09 for gnu-help-gnu-emacs@m.gmane.org; Thu, 06 Mar 2003 10:55:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!jussieu.fr!ens.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: dec-2.ens.fr Original-X-Trace: nef.ens.fr 1046966096 77662 129.199.160.64 (6 Mar 2003 15:54:56 GMT) Original-X-Complaints-To: abuse@ens.fr Original-NNTP-Posting-Date: 6 Mar 2003 15:54:56 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:110885 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7385 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7385 Hi Javier, "Javier Oviedo" writes: > I would like to use the alt + F, for example, to pull down the "File" menu. > My goal to is generalize this for all menu options in the menu bar for > emacs. Can this be dine? Is so, how? I don't think it is a good idea, since the M-f key is already bound to `forward-word' (a very common command). If you want to browse the menu without the mouse, use instead. regards, -- Bastien