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 Date: Sat, 13 Dec 2003 17:48:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <6480-Sat13Dec2003174809+0200-eliz@elta.co.il> References: <87ekvahjnr.fsf@mail.jurta.org> <200312121424.hBCEO6V06218@f7.net> <874qw5k973.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071330648 16523 80.91.224.253 (13 Dec 2003 15:50:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Dec 2003 15:50:48 +0000 (UTC) Cc: emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Dec 13 16:50:45 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 1AVC2X-0002aH-00 for ; Sat, 13 Dec 2003 16:50:45 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVC2W-0008PK-00 for ; Sat, 13 Dec 2003 16:50:44 +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 1AVCzo-0004fy-FZ for emacs-devel@quimby.gnus.org; Sat, 13 Dec 2003 11:52:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVCzb-0004TS-5P for emacs-devel@gnu.org; Sat, 13 Dec 2003 11:51:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVCz1-0003Em-7G for emacs-devel@gnu.org; Sat, 13 Dec 2003 11:51:43 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVCz0-0003B3-93 for emacs-devel@gnu.org; Sat, 13 Dec 2003 11:51:10 -0500 Original-Received: from zaretski ([80.230.158.217]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CBI23716; Sat, 13 Dec 2003 17:49:34 +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: <874qw5k973.fsf@mail.jurta.org> (message from Juri Linkov on Fri, 12 Dec 2003 23:38:56 +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:18670 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18670 > From: Juri Linkov > Date: Fri, 12 Dec 2003 23:38:56 +0200 > > However, if there is need to go to anchors by selecting their names > from a completion list, then possible solution is either to implement > an additional command with an anchor completion list or to add anchor > names to a completion list of the `Info-index' command because > in fact anchors are more like index items than node names. I disagree with the latter suggestion. Info-index should provide completion for index entries; adding anchor names would not add any useful possible completions, since anchor names are just tags, not meaningful phrases.