From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.devel Subject: Re: C-l while in menu? Date: Tue, 23 Apr 2002 11:51:31 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200204072343.g37NhIC20114@aztec.santafe.edu> <200204201727.g3KHRD401381@aztec.santafe.edu> <200204220746.g3M7kvY01878@aztec.santafe.edu> <200204220928.g3M9S9H32293@rum.cs.yale.edu> <3CC40A74.5040600@666.com> <3CC52A2F.6010704@666.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1019555752 15355 127.0.0.1 (23 Apr 2002 09:55:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2002 09:55:52 +0000 (UTC) Cc: Pavel =?iso-8859-15?q?Jan=EDk?= , Stefan Monnier , Richard Stallman , gerd@gnu.org, emacs-devel@gnu.org, xemacs-design@xemacs.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zx1c-0003zY-00 for ; Tue, 23 Apr 2002 11:55:52 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zx2k-0007px-00 for ; Tue, 23 Apr 2002 11:57:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zx00-0001Bi-00; Tue, 23 Apr 2002 05:54:12 -0400 Original-Received: from dragon.arsdigita.de ([212.84.246.66] helo=florida.arsdigita.de) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zwxl-0000dh-00; Tue, 23 Apr 2002 05:51:53 -0400 Original-Received: from hniksic by florida.arsdigita.de with local (Exim 3.35 #1 (Debian)) id 16zwxQ-000266-00; Tue, 23 Apr 2002 11:51:32 +0200 Original-To: Ben Wing X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h (Ben Wing's message of "Tue, 23 Apr 2002 02:32:31 -0700") Original-Lines: 17 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i686-pc-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3086 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3086 Ben Wing writes: > what i meant to say [more nicely!] was that although we certainly > should provide f10 as a way to get to the menus, (global-set-key 'f10 'accelerate-menu) > Pavel Jan=EDk wrote: [...] >>I was not talking about accelerators. I know how to use them in >>XEmacs. But I do not know if there is a key binding to pop-up the >>first menu in the menubar. We would like Emacs to be compatible if >>XEmacs if it has that feature. I do not use XEmacs so I'm asking: >>does XEmacs have that feature? If so, what is the keybinding? Yes; it's not bound to a key by default. The name of the command is `accelerate-menu', so if you wish to be compatible, use that.