From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44895: Add Info-copy-permalink Date: Fri, 27 Nov 2020 13:57:11 +0300 Message-ID: References: <874klbn6g8.5.fsf@jidanni.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13682"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 44895@debbugs.gnu.org, =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 27 12:01:27 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kibVF-0003P5-UV for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Nov 2020 12:01:25 +0100 Original-Received: from localhost ([::1]:38588 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kibVE-0004kd-Vx for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Nov 2020 06:01:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kibUs-0004hN-AF for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 06:01:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60800) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kibUs-0005fV-1K for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 06:01:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kibUs-0001mb-0Z for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 06:01:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Nov 2020 11:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44895 X-GNU-PR-Package: emacs Original-Received: via spool by 44895-submit@debbugs.gnu.org id=B44895.16064748206794 (code B ref 44895); Fri, 27 Nov 2020 11:01:01 +0000 Original-Received: (at 44895) by debbugs.gnu.org; 27 Nov 2020 11:00:20 +0000 Original-Received: from localhost ([127.0.0.1]:44113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kibUC-0001lV-A8 for submit@debbugs.gnu.org; Fri, 27 Nov 2020 06:00:20 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:42707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kibU8-0001lD-PC for 44895@debbugs.gnu.org; Fri, 27 Nov 2020 06:00:19 -0500 Original-Received: from localhost ([::ffff:197.157.0.29]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0010.000000005FC0DC3A.00007F6E; Fri, 27 Nov 2020 11:00:09 +0000 Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:194437 Archived-At: * Stefan Kangas [2020-11-27 13:46]: > Drew Adams writes: > > > If you use Info+ then `G' (`Info-goto-node-web') > > takes you to the Web version of the current node. > > > > It uses function `Info-url-for-node' (also from > > Info+) to get the URL for that. > > I think this looks useful for Emacs itself. A rough attempt at doing > so attached. What Drew said and provided should be built-in into Emacs, and if not for all info files, at least for Emacs based info files. Myself I would even like collecting hyperlinks into a ring to be able to easier give them as reference several of them at once with title and URL, not just URL.