From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Info enhancements (was: Re: HTML as info format) Date: Tue, 02 Dec 2003 19:27:02 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9743-Tue02Dec2003192702+0200-eliz@elta.co.il> References: <200310280126.h9S1Q9N16202@f7.net> <20031028105102.GA7330@dirtyweb.penguinpowered.com> <20031030104238.GA11503@dirtyweb.penguinpowered.com> <87vfps2x9r.fsf@ID-87814.user.dfncis.de> <878ymfdsx9.fsf@mail.jurta.org> <87smk4zuvv.fsf@mail.jurta.org> <87r7znmske.fsf_-_@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070389311 14158 80.91.224.253 (2 Dec 2003 18:21:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2003 18:21:51 +0000 (UTC) Cc: karl@freefriends.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Dec 02 19:21:47 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARF9f-00055D-00 for ; Tue, 02 Dec 2003 19:21:47 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARF9e-0000rj-00 for ; Tue, 02 Dec 2003 19:21:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARG6B-0008LQ-Aa for emacs-devel@quimby.gnus.org; Tue, 02 Dec 2003 14:22:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARFLb-0008BR-Fx for emacs-devel@gnu.org; Tue, 02 Dec 2003 13:34:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARFL3-00081L-Bf for emacs-devel@gnu.org; Tue, 02 Dec 2003 13:34:04 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARFHb-0007Hf-EQ for emacs-devel@gnu.org; Tue, 02 Dec 2003 13:29:59 -0500 Original-Received: from zaretski ([80.230.143.229]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id BZV34171; Tue, 2 Dec 2003 19:28:06 +0200 (IST) Original-To: Juri Linkov X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <87r7znmske.fsf_-_@mail.jurta.org> (message from Juri Linkov on Tue, 02 Dec 2003 12:18:09 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18290 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18290 > From: Juri Linkov > Date: Tue, 02 Dec 2003 12:18:09 +0200 > > Yes, using anchors might be a more clean solution, but it has one > drawback: it will generate too many excessive references in the tag > table for its Info file. And these references will be mixed up with > node names, e.g. in the completion list of `Info-goto-node'. Perhaps there should be a way to tell Info-goto-node to complete on node names only, or maybe we should have two distinct commands, one which considers only nodes, the other which considers all entries in the tag tables.