From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Info - some notes about customization Date: Sun, 05 Dec 2004 20:31:24 +0200 Organization: JURTA Message-ID: <87mzwstx4z.fsf@jurta.org> References: <075201c4d9a0$9e3d0390$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102271690 14672 80.91.229.6 (5 Dec 2004 18:34:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2004 18:34:50 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 05 19:34:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cb1DY-0007eK-00 for ; Sun, 05 Dec 2004 19:34:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb1NG-0001DT-K3 for ged-emacs-devel@m.gmane.org; Sun, 05 Dec 2004 13:44:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cb1Ms-0001D7-U3 for emacs-devel@gnu.org; Sun, 05 Dec 2004 13:44:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cb1Mr-0001CY-UL for emacs-devel@gnu.org; Sun, 05 Dec 2004 13:44:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb1Mr-0001CH-Ql for emacs-devel@gnu.org; Sun, 05 Dec 2004 13:44:21 -0500 Original-Received: from [194.126.101.102] (helo=MXR-5.estpak.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cb1D6-0000Fh-KT; Sun, 05 Dec 2004 13:34:16 -0500 Original-Received: from mail.neti.ee (80-235-35-192-dsl.mus.estpak.ee [80.235.35.192]) by MXR-5.estpak.ee (Postfix) with ESMTP id 95611E7240; Sun, 5 Dec 2004 20:33:40 +0200 (EET) Original-To: "Lennart Borgman" In-Reply-To: <075201c4d9a0$9e3d0390$0200a8c0@sedrcw11488> (Lennart Borgman's message of "Sat, 4 Dec 2004 01:00:49 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at neti.ee 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: main.gmane.org gmane.emacs.devel:30712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30712 "Lennart Borgman" writes: > On the Info start page in the part "Important General Concepts" I think > "Command Arguments" is a bit misleading. A little bit up there is a node > called "Commands" and those names are too close in my opinion. I would > suggest renaming the first one to "Command Line Options". The node "Command Arguments" can't be renamed because then the standalone Info reader will fail to find this node with its -O, --show-options, --usage option. It looks for the following names: "%s invocation", "Invoking %s", "Preliminaries", /* m4 has Invoking under Preliminaries! */ "Invocation", "Command Arguments",/* Emacs */ "Invoking `%s'", "%s options", "Options", "Option ", /* e.g. "Option Summary" */ "Invoking", "All options", /* tar, paxutils */ "Arguments", "%s cmdline", /* ar */ "%s", /* last resort */ and will find a completely irrelevant node when the "Command Arguments" node becomes renamed to something else. Maybe the node name should be changed in the standalone Info reader as well, but such a change is still not backward compatible. -- Juri Linkov http://www.jurta.org/emacs/