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: Info enhancements Date: Sat, 6 Dec 2003 20:19:41 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200312070219.hB72Jfu10270@raven.dms.auburn.edu> 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> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070764035 19713 80.91.224.253 (7 Dec 2003 02:27:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2003 02:27:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Dec 07 03:27:12 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 1ASodc-0006rT-00 for ; Sun, 07 Dec 2003 03:27:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASodc-0006OK-00 for ; Sun, 07 Dec 2003 03:27:12 +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 1ASpag-0004lR-7h for emacs-devel@quimby.gnus.org; Sat, 06 Dec 2003 22:28:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ASpab-0004lM-VO for emacs-devel@gnu.org; Sat, 06 Dec 2003 22:28:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ASpa4-0004by-VO for emacs-devel@gnu.org; Sat, 06 Dec 2003 22:28:08 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ASpa4-0004bo-HA for emacs-devel@gnu.org; Sat, 06 Dec 2003 22:27:36 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id hB72QLKk014514; Sat, 6 Dec 2003 20:26:21 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id hB72Jfu10270; Sat, 6 Dec 2003 20:19:41 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: juri@jurta.org In-reply-to: <87ptf2omam.fsf@mail.jurta.org> (message from Juri Linkov on Sat, 06 Dec 2003 01:52:01 +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:18489 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18489 Juri Linkov wrote: So currently no references with the same name are allowed in the same Info node. I suppose the purpose of such limitation was to make possible to select a reference from the completion list of all references where names should be unique. But we can remove such limitation by adding a new argument `nodename' to the `Info-follow-reference'. This argument can be transfered from the `Info-try-follow-nearest-node' to explicitly specify a reference under point. Why do you need an extra argument to Info-follow-reference? It seems to me that Info-follow-reference has access to the value of `(point)' and should be able to get things right from that value. Sincerely, Luc.