From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Info viewer: Links to symbol documentation Date: Sat, 25 Apr 2020 13:16:39 +0300 Message-ID: <837dy398fs.fsf@gnu.org> References: <861rogmv4y.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="31192"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: dieter@duenenhof-wilhelm.de (H. Dieter Wilhelm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 25 12:17:36 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jSHsN-000831-W4 for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Apr 2020 12:17:35 +0200 Original-Received: from localhost ([::1]:34034 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSHsM-0003cx-Vr for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Apr 2020 06:17:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33518) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSHre-00033j-J8 for emacs-devel@gnu.org; Sat, 25 Apr 2020 06:16:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51122) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSHre-0003cJ-07; Sat, 25 Apr 2020 06:16:50 -0400 Original-Received: from [176.228.60.248] (port=1640 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jSHrc-0002q6-Hi; Sat, 25 Apr 2020 06:16:49 -0400 In-Reply-To: <861rogmv4y.fsf@duenenhof-wilhelm.de> (dieter@duenenhof-wilhelm.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247760 Archived-At: > From: dieter@duenenhof-wilhelm.de (H. Dieter Wilhelm) > Date: Tue, 21 Apr 2020 22:38:53 +0200 > > I think that info documentation would be even better if there were links > to the function and variable documentation along the line of > help-mode.el. As a proof of concept I extended info.el so that Emacs' > Info viewer exhibits links to most symbol definitions (when they are > `quoted' in the documentation). > > When looking at a few Elisp and Emacs pages the verbosity and redundancy > of these automatic links seems not to be disturbing or too distracting. > > Maybe this draft can be extended so that references to customisation > buffers are working as well (as is asked for in the TODO file)... > > What are your ideas? I think this could be a useful feature, thanks1. What do others think?