From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: texinfo question about `...' and links - possible enhancement? Date: Thu, 20 Sep 2012 14:19:57 -0700 Message-ID: References: <7BF53B4A92694CC8B66F782A64AE5205@us.oracle.com> <83y5k4xvwt.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348176025 30497 80.91.229.3 (20 Sep 2012 21:20:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2012 21:20:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Eli Zaretskii'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 23:20:29 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TEoAf-0004H0-CP for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 23:20:29 +0200 Original-Received: from localhost ([::1]:43025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEoAa-0008SS-Tf for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 17:20:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEoAT-00089k-6S for emacs-devel@gnu.org; Thu, 20 Sep 2012 17:20:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEoAM-0003ha-Pk for emacs-devel@gnu.org; Thu, 20 Sep 2012 17:20:17 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:38285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEoAE-0003Ns-Ga; Thu, 20 Sep 2012 17:20:02 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q8KLJxkS020359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Sep 2012 21:20:00 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q8KLJxPq025919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Sep 2012 21:19:59 GMT Original-Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q8KLJwwH029586; Thu, 20 Sep 2012 16:19:59 -0500 Original-Received: from dradamslap1 (/130.35.178.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 20 Sep 2012 14:19:58 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <83y5k4xvwt.fsf@gnu.org> Thread-Index: Ac2XcWJOPx8WzZ0+QUqqpUbb4mwb6gABCJlg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153411 Archived-At: > > Another possibility might be to provide such linking > > automatically, based on the presence of such a term in > > the index. In that case, whenever foo is indexed, a > > mention of `foo' in the manual would link to the same > > target location as the foo index entry does. If automatic, > > there should probably be a way to override that > > (turn it off for one or for all occurrences). > > This should be possible in Emacs, assuming it could be fast enough > (indices could be quite long). Juri will come up with a patch within the hour! ;-)