From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Divergence in menu appearance between Emacs Info and standalone Info Date: Wed, 4 Jun 2003 11:55:06 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200306041655.h54Gt6C26152@eel.dms.auburn.edu> References: <200306041404.h54E4SO30552@f7.net> <200306041501.h54F1Tq3025762@rum.cs.yale.edu> <200306041531.h54FV9Qs025989@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054747456 968 80.91.224.249 (4 Jun 2003 17:24:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2003 17:24:16 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 04 19:24:14 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Nbyi-00009y-00 for ; Wed, 04 Jun 2003 19:23:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NcGO-0005jt-00 for ; Wed, 04 Jun 2003 19:41:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Nbvr-000350-IJ for emacs-devel@quimby.gnus.org; Wed, 04 Jun 2003 13:20:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NbcR-0005pH-7y for emacs-devel@gnu.org; Wed, 04 Jun 2003 13:00:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NbaW-00057X-RQ for emacs-devel@gnu.org; Wed, 04 Jun 2003 12:58:13 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NbXS-0003r5-SA for emacs-devel@gnu.org; Wed, 04 Jun 2003 12:55:02 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h54Gsxoc012303; Wed, 4 Jun 2003 11:54:59 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h54Gt6C26152; Wed, 4 Jun 2003 11:55:06 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200306041531.h54FV9Qs025989@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Original-cc: karl@freefriends.org Original-cc: eliz@elta.co.il Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14698 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14698 Stefan Monnier wrote: I never claimed it was true, if you read what I wrote. I'm genuinely asking how important it is. I'm by far the most sophisticated user of `info' among the few people I know around here and I never use `g' other than to visit a particular info *file* (which is why I added completion inside the (...) ;-). The `g' command, in combination with the `c' command, is, in as far as I know, the most effective way of referring somebody else to a particular node. I noticed the following problem: C-h C-i C-h C-m: First line of "Advanced commands": q Quit Info: reselect previously selected buffer. The exact same line already appears earlier. Moreover, `q' is not an advanced command (at least not by my standards). Moreover the `c' command is nowhere mentioned. I propose to replace this line with: c Put name of current info node in the kill ring. I could commit this change if one would want me to do so. Sincerely, Luc.