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: 08 Dec 2003 08:48:31 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <878ylrbbk4.fsf@mail.jurta.org> <200312051426.hB5EQeZ11287@f7.net> <87ekvjuuj8.fsf@mail.jurta.org> <200312051802.hB5I2EC04476@raven.dms.auburn.edu> <200312052233.hB5MXsv07577@raven.dms.auburn.edu> <87ptf2omam.fsf@mail.jurta.org> <200312070219.hB72Jfu10270@raven.dms.auburn.edu> <200312070231.hB72Vgv10283@raven.dms.auburn.edu> <87ekvgilfm.fsf@mail.jurta.org> <4038-Sun07Dec2003203237+0200-eliz@elta.co.il> <200312071857.hB7Ivks11511@raven.dms.auburn.edu> <871xrg2zue.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070866069 25676 80.91.224.253 (8 Dec 2003 06:47:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2003 06:47:49 +0000 (UTC) Cc: emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Dec 08 07:47:46 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 1ATFBK-0006V8-00 for ; Mon, 08 Dec 2003 07:47:46 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATFBK-0002J0-00 for ; Mon, 08 Dec 2003 07:47:46 +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 1ATG8M-0001xq-Lj for emacs-devel@quimby.gnus.org; Mon, 08 Dec 2003 02:48:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ATG8F-0001wh-Fs for emacs-devel@gnu.org; Mon, 08 Dec 2003 02:48:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ATG7j-0001ez-L0 for emacs-devel@gnu.org; Mon, 08 Dec 2003 02:48:38 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1ATG7i-0001cc-Nv; Mon, 08 Dec 2003 02:48:07 -0500 Original-To: Juri Linkov In-reply-to: <871xrg2zue.fsf@mail.jurta.org> (message from Juri Linkov on Sun, 07 Dec 2003 21:27:05 +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:18540 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18540 > From: Juri Linkov > Date: Sun, 07 Dec 2003 21:27:05 +0200 > > Yes, the stand-alone reader handles this somehow interestingly. > A completion list always has only one unique name, but if point is > somewhere above the first reference with this name in Info node then > after selecting a reference name from a completion list it goes to the > node from the first reference. If point is somewhere below the second > reference with the same name then it goes to the second node. If > point is between first and second reference with the same name then it > goes to the closest node. IIRC, it simply chooses the reference that is closest to point, for some definition of ``closest''. (Since a reference spans more than a single character, the precise definition of ``closest'' is somewhat vague; I needed some simple heuristics to get reasonable results.)