From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.bugs Subject: bug#60190: 29.0.50; Improve `Info-goto-node-web' Date: Mon, 19 Dec 2022 20:24:00 +0100 Message-ID: <877cynci3z.fsf@mbork.pl> References: <87a63jdi8r.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36709"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.1.0; emacs 29.0.50 Cc: "60190@debbugs.gnu.org" <60190@debbugs.gnu.org> To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 19 20:25:15 2022 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 1p7LlD-0009JI-2B for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 19 Dec 2022 20:25:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p7Ll2-00050t-9R; Mon, 19 Dec 2022 14:25:04 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7Ll0-00050V-Vf for bug-gnu-emacs@gnu.org; Mon, 19 Dec 2022 14:25:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p7Ll0-0001xN-Nj for bug-gnu-emacs@gnu.org; Mon, 19 Dec 2022 14:25:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p7Ll0-0006TO-4V for bug-gnu-emacs@gnu.org; Mon, 19 Dec 2022 14:25:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Marcin Borkowski Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Dec 2022 19:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60190 X-GNU-PR-Package: emacs Original-Received: via spool by 60190-submit@debbugs.gnu.org id=B60190.167147784724862 (code B ref 60190); Mon, 19 Dec 2022 19:25:02 +0000 Original-Received: (at 60190) by debbugs.gnu.org; 19 Dec 2022 19:24:07 +0000 Original-Received: from localhost ([127.0.0.1]:39955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7Lk7-0006Sw-0k for submit@debbugs.gnu.org; Mon, 19 Dec 2022 14:24:07 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:58758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7Lk5-0006Sq-6N for 60190@debbugs.gnu.org; Mon, 19 Dec 2022 14:24:05 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id F005F7F7ABC; Mon, 19 Dec 2022 20:24:03 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JEafW50D3Clt; Mon, 19 Dec 2022 20:24:00 +0100 (CET) Original-Received: from localhost (83.21.33.16.ipv4.supernova.orange.pl [83.21.33.16]) by mail.mojserwer.eu (Postfix) with ESMTPSA id B8DF37F7AAC; Mon, 19 Dec 2022 20:24:00 +0100 (CET) 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:251458 Archived-At: On 2022-12-19, at 18:23, Drew Adams wrote: >> I am extremely happy because of `Info-goto-node-web', but it would be >> even better if two changes were made. >>=20 >> 1. It could work in "An Introduction to Programming in Emacs Lisp" and >> Org mode manual, too. >>=20 >> 2. It could put the URL on the kill ring when called with a prefix >> argument. > > FWIW: > > The command is originally from Info+ (see bug #44895). Interesting, though not surprising. > There, a prefix arg reverses the effect of the current > value of option `browse-url-new-window-flag', which > decides whether a new browser window is used instead > of the current one. Out of curiosity =E2=80=93 is it possible to decide that when calling e.g. Firefox? (Frankly, I'm not sure why I would want a separate window when ff has tabs, but maybe some people do use windows...) > And maybe the option should cover not only this > command but also commands that read a URL - IOW, > maybe it should be a general user preference > whether to add URLs (that you choose interactively) > to the kill-ring. Not sure about this =E2=80=93 why put a URL I _type_ into the kill ring? T= hough I agree that if the URL is somehow generated, this may be very useful. For instance, if I had a function which could open DevDocs pages, copying their URLs to the kill ring (or in this case, the system clipboard) could make it easier to send their links to my teammates (something I do fairly often). Best, --=20 Marcin Borkowski http://mbork.pl