From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.bugs Subject: RE: node Menu Bar of Emacs manual Date: Mon, 2 Jul 2007 13:56:20 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183409909 9711 80.91.229.12 (2 Jul 2007 20:58:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2007 20:58:29 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Eli Zaretskii" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 02 22:58:28 2007 connect(): Connection refused Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5Sya-0000aO-6p for geb-bug-gnu-emacs@m.gmane.org; Mon, 02 Jul 2007 22:58:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5SyZ-000799-Ss for geb-bug-gnu-emacs@m.gmane.org; Mon, 02 Jul 2007 16:58:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5SyW-00077Z-Lj for bug-gnu-emacs@gnu.org; Mon, 02 Jul 2007 16:58:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5SyV-00074i-4L for bug-gnu-emacs@gnu.org; Mon, 02 Jul 2007 16:58:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5SyU-00074M-CV for bug-gnu-emacs@gnu.org; Mon, 02 Jul 2007 16:58:22 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I5SyN-0001Pm-Jr; Mon, 02 Jul 2007 16:58:15 -0400 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l62KwCC9007523; Mon, 2 Jul 2007 15:58:12 -0500 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l62INCFp027078; Mon, 2 Jul 2007 14:58:11 -0600 Original-Received: from dhcp-4op11-4op12-west-130-35-178-179.us.oracle.com by acsmt351.oracle.com with ESMTP id 3006956031183409780; Mon, 02 Jul 2007 13:56:20 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16055 Archived-At: > > The node says this: > > > > You can also invoke the first menu bar item by pressing (to run > > the command `menu-bar-open'). You can then navigate the > > menus with the arrow keys. You select an item by pressing and > > cancel menu navigation with . > > > > This doesn't seem to be true (in emacs -Q). `C-h k f10' shows this: > > > > runs the command #[nil "\300\301!\207" > > [w32-send-sys-command 61696] 2 nil nil] > > which is an interactive compiled Lisp function. > > It is bound to . > > (anonymous) > > > > Not documented. > > Did you actually try typing F10? Yes. > If so, are you saying that it didn't work for you? I am not saying that f10 does not work. I am saying that the doc is incorrect or unclear - this is a doc bug report. You did not quote this part of the bug report: > > Furthermore, M-x menu-bar-open is not recognized - there does > > not seem to be such a command. The doc says that f10 is bound to a particular command, and that command does not exist. The doc needs to be corrected.