From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Key bindings proposal Date: Fri, 27 Aug 2010 00:23:33 +0100 Organization: JURTA Message-ID: <87pqx53qmi.fsf@mail.jurta.org> References: <19534.1494.627000.357123@gargle.gargle.HOWL> <19537.40472.267000.563053@gargle.gargle.HOWL> <87tymlv41y.fsf@mail.jurta.org> <8D701A9E7D444011925CB68BF0883D2B@us.oracle.com> <87hbikdss4.fsf@mail.jurta.org> <87iq2yzvpo.fsf@mail.jurta.org> <871v9m6490.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282865863 31321 80.91.229.12 (26 Aug 2010 23:37:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Aug 2010 23:37:43 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 27 01:37:42 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oom0r-0004Mk-1s for ged-emacs-devel@m.gmane.org; Fri, 27 Aug 2010 01:37:41 +0200 Original-Received: from localhost ([127.0.0.1]:58034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oom0q-0003wL-Dq for ged-emacs-devel@m.gmane.org; Thu, 26 Aug 2010 19:37:40 -0400 Original-Received: from [140.186.70.92] (port=35965 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oom0Y-0003qv-1k for emacs-devel@gnu.org; Thu, 26 Aug 2010 19:37:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oom0T-0007OA-3x for emacs-devel@gnu.org; Thu, 26 Aug 2010 19:37:21 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:47286) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oom0S-0007O2-Vr for emacs-devel@gnu.org; Thu, 26 Aug 2010 19:37:17 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 83C8F6E8055; Thu, 26 Aug 2010 16:37:16 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 7F204451C15B; Thu, 26 Aug 2010 16:37:13 -0700 (PDT) In-Reply-To: <871v9m6490.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Thu, 26 Aug 2010 01:34:03 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129269 Archived-At: > > Does XEmacs bind a key (or key sequences) to access the top-level > > menu? I mean something like or Alt-F (for File menu)? > > Yes. The actual behavior depends on two customizable variables. > > `menu-accelerator-enabled' > > Whether menu accelerator keys can cause the menubar to become > active. If `menu-force' or `menu-fallback', then menu accelerator > keys can be used to activate the top level menu. Once the menubar > becomes active, the accelerator keys can be used regardless of the > value of this variable. Thanks for the information. Shouldn't this be part of CUA mode? If the CUA standard defines this functionality then probably it should be enabled with CUA mode.