From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: pick last item in an Info menu Date: Thu, 18 Aug 2005 03:13:48 +0800 Message-ID: <87iry4wf4j.fsf@jidanni.org> References: <8764u94sr4.fsf@jidanni.org> <87iry953yd.fsf@jurta.org> <877jem4051.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1124321479 30082 80.91.229.2 (17 Aug 2005 23:31:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Aug 2005 23:31:19 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 18 01:31:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E5XMA-00032u-IP for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Aug 2005 01:30:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5XPf-000382-0b for geb-bug-gnu-emacs@m.gmane.org; Wed, 17 Aug 2005 19:33:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E5XOf-0002qK-I7 for bug-gnu-emacs@gnu.org; Wed, 17 Aug 2005 19:32:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E5XOZ-0002mZ-6B for bug-gnu-emacs@gnu.org; Wed, 17 Aug 2005 19:32:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5XOY-0002lp-RL for bug-gnu-emacs@gnu.org; Wed, 17 Aug 2005 19:32:30 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E5Xa7-0004rF-Aa for bug-gnu-emacs@gnu.org; Wed, 17 Aug 2005 19:44:27 -0400 Original-Received: from tc218-187-22-225.dialup.dynamic.apol.com.tw ([218.187.22.225]:1891 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:AES256-SHA:256) (Exim 4.52 #0) id 1E5XKF-0009Y0-Rv by authid with plain for ; Thu, 18 Aug 2005 04:58:04 +0530 Original-To: bug-gnu-emacs@gnu.org 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:12760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12760 jl> `0' or `M-1 0' goes through the last menu item jl> `M-2 0' goes through the penultimate menu item jl> `M-3 0' goes through the third menu item from the end Sounds unfamiliar. ESC - 1, ESC - 2, ESC - 3 sounds more familiar perhaps. (escape minus one = three strokes. M-- 1 I suppose.) rms> I don't think it is useful enough to be worth documenting even in a rms> doc string. It is cleaner to recommend that the person go to the rms> desired menu item and type RET. Well no fair having a key to go to the third item, another to got to the fourth item, but none to go to the last item.