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.bugs Subject: bug#41133: 28.0.50; Respect browse-url user options in shr/eww Date: Sat, 09 May 2020 16:42:04 +0300 Message-ID: <83a72hfcnn.fsf@gnu.org> References: <87wo5njkbq.fsf@tcd.ie> <83368bj5jl.fsf@gnu.org> <873689utkw.fsf@tcd.ie> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="41061"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, 41133@debbugs.gnu.org, tsdh@gnu.org To: "Basil L. Contovounesios" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 09 15:43:10 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 1jXPkz-000AWi-EJ for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 09 May 2020 15:43:09 +0200 Original-Received: from localhost ([::1]:54470 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXPkx-0005ap-Ka for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 09 May 2020 09:43:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50398) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXPks-0005ai-2Q for bug-gnu-emacs@gnu.org; Sat, 09 May 2020 09:43:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35426) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jXPkr-00019N-Q0 for bug-gnu-emacs@gnu.org; Sat, 09 May 2020 09:43:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jXPkr-000827-ON for bug-gnu-emacs@gnu.org; Sat, 09 May 2020 09:43:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 May 2020 13:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41133 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 41133-submit@debbugs.gnu.org id=B41133.158903174330824 (code B ref 41133); Sat, 09 May 2020 13:43:01 +0000 Original-Received: (at 41133) by debbugs.gnu.org; 9 May 2020 13:42:23 +0000 Original-Received: from localhost ([127.0.0.1]:46972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXPkF-000816-2o for submit@debbugs.gnu.org; Sat, 09 May 2020 09:42:23 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXPkD-00080r-9t for 41133@debbugs.gnu.org; Sat, 09 May 2020 09:42:21 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52156) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXPk7-0000pw-LV; Sat, 09 May 2020 09:42:15 -0400 Original-Received: from [176.228.60.248] (port=3464 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jXPk6-0000PP-F1; Sat, 09 May 2020 09:42:14 -0400 In-Reply-To: <873689utkw.fsf@tcd.ie> (contovob@tcd.ie) 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:179969 Archived-At: > From: "Basil L. Contovounesios" > Cc: 41133@debbugs.gnu.org, larsi@gnus.org, tsdh@gnu.org > Date: Sat, 09 May 2020 14:27:27 +0100 > > > This would need a NEWS entry. > > Right. How's the following? Thanks. > ++++ > +*** The command 'shr-browse-url' now supports custom mailto handlers. > +Clicking on or otherwise following a 'mailto:' link in a HTML buffer > +rendered by SHR previously invoked the command 'browse-url-mailto'. > +This is still the case by default, but which function is invoked can > +now be customized via the user options 'browse-url-mailto-function' > +and 'browse-url-handlers'. I'd rephrase the last sentence like this: This is still the case by default, but if you customized 'browse-url-mailto-function' to call some other function, it will now be called instead of the default. Also, the "+++" means the change is documented in some manual, but no changes for the manual are part of the patch, so I guess you meant "---" instead. > +** EWW > + > ++++ > +*** The command 'eww-follow-link' now supports custom mailto handlers. > +Clicking on or otherwise following a 'mailto:' link in an EWW buffer > +previously invoked the command 'browse-url-mailto'. This is still the > +case by default, but which function is invoked can now be customized > +via the user options 'browse-url-mailto-function' and > +'browse-url-handlers'. Maybe we should point to the SHR entry instead of repeating almost the same text.