From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: adding manual cross-ref links to *Help* Date: Sat, 11 Jun 2011 22:07:45 +0400 Organization: JURTA Message-ID: <8762octf66.fsf@mail.jurta.org> References: <9CE56B14F4964F7A8D872D3553176C61@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1307815794 31793 80.91.229.12 (11 Jun 2011 18:09:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Jun 2011 18:09:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 11 20:09:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QVScz-0003Wh-I9 for ged-emacs-devel@m.gmane.org; Sat, 11 Jun 2011 20:09:45 +0200 Original-Received: from localhost ([::1]:34226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVScy-0003gf-C2 for ged-emacs-devel@m.gmane.org; Sat, 11 Jun 2011 14:09:44 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVScj-0003gT-Q8 for emacs-devel@gnu.org; Sat, 11 Jun 2011 14:09:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVScj-0006qU-4q for emacs-devel@gnu.org; Sat, 11 Jun 2011 14:09:29 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:60724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVSci-0006qG-Ut for emacs-devel@gnu.org; Sat, 11 Jun 2011 14:09:29 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id ECA016E80E0; Sat, 11 Jun 2011 11:09:26 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 0DAAC451C225; Sat, 11 Jun 2011 11:09:25 -0700 (PDT) In-Reply-To: <9CE56B14F4964F7A8D872D3553176C61@us.oracle.com> (Drew Adams's message of "Sat, 11 Jun 2011 08:57:39 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 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:140382 Archived-At: > [Note (esp. to Juri): > Info already has an apropos search and an index menu. But the former includes > hits that are not literal (exact) matches, and the latter is only for a single > manual AFAICT. Adding cross-reference links is easier to do with Help buffer templates that improves `Info-virtual-files'. I'll submit a patch here soon.