From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.devel Subject: Re: Info-index fails on node-name "~/.cvsrc" Date: Sun, 25 Apr 2004 09:37:36 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200404251337.i3PDba207218@f7.net> References: <8765bohe4i.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1082900631 26325 80.91.224.253 (25 Apr 2004 13:43:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2004 13:43:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 25 15:43:41 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BHjv3-00028T-00 for ; Sun, 25 Apr 2004 15:43:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BHjv3-00029T-00 for ; Sun, 25 Apr 2004 15:43:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHjrG-0006ow-Lc for emacs-devel@quimby.gnus.org; Sun, 25 Apr 2004 09:39:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHjqE-0006eT-AZ for emacs-devel@gnu.org; Sun, 25 Apr 2004 09:38:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHjpc-00066D-5d for emacs-devel@gnu.org; Sun, 25 Apr 2004 09:38:36 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BHjpb-000642-9C for emacs-devel@gnu.org; Sun, 25 Apr 2004 09:38:03 -0400 Original-Received: from [209.61.216.22] (helo=f7.net) by mx20.gnu.org with esmtp (Exim 4.30) id 1BHjpF-0006zY-1b for emacs-devel@gnu.org; Sun, 25 Apr 2004 09:37:41 -0400 Original-Received: (from karl@localhost) by f7.net (8.11.7-20030920/8.11.7) id i3PDba207218; Sun, 25 Apr 2004 09:37:36 -0400 Original-To: juri@jurta.org In-Reply-To: <8765bohe4i.fsf@mail.jurta.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:22122 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22122 Yes, it is feasible as well as desirable. The following patch does it. Great, thanks! By the way, I implemented a related feature introduced by the latest version of Texinfo: using the line numbers (line NNN) for locating index entries Excellent.