GNU bug report logs -
#65627
28.2; erc-button-url-regexp does not recognise gophers://
Previous Next
Reported by: Troels Henriksen <athas <at> sigkill.dk>
Date: Wed, 30 Aug 2023 16:36:02 UTC
Severity: normal
Found in version 28.2
Fixed in version 29.2
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65627 in the body.
You can then email your comments to 65627 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65627
; Package
emacs
.
(Wed, 30 Aug 2023 16:36:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Troels Henriksen <athas <at> sigkill.dk>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 30 Aug 2023 16:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The regex in
browse-url-button-regexp
does not recognise the gophers:// protocol. Similarly to https://,
gophers:// is an encrypted variant of the venerable Gopher protocol.
The gophers protocol is supported in curl and other programs that build
on libcurl, and while I can customize `browse-url-button-regexp` myself,
I think it would be useful for all Emacs users if Emacs recognised
gophers:// directly.
A fix is simple: just add 's?' after 'gopher' in the regexp.
Reply sent
to
Stefan Kangas <stefankangas <at> gmail.com>
:
You have taken responsibility.
(Wed, 30 Aug 2023 19:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Troels Henriksen <athas <at> sigkill.dk>
:
bug acknowledged by developer.
(Wed, 30 Aug 2023 19:03:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65627-done <at> debbugs.gnu.org (full text, mbox):
Version: 29.2
> The regex in
>
> browse-url-button-regexp
>
> does not recognise the gophers:// protocol. Similarly to https://,
> gophers:// is an encrypted variant of the venerable Gopher protocol.
> The gophers protocol is supported in curl and other programs that build
> on libcurl, and while I can customize `browse-url-button-regexp` myself,
> I think it would be useful for all Emacs users if Emacs recognised
> gophers:// directly.
>
> A fix is simple: just add 's?' after 'gopher' in the regexp.
Thanks for the bug report.
I see that it is supported by libcurl, here: https://curl.se/libcurl/
There is also FTPS, which we don't have in our regexp.
So I've now fixed this on the master branch (commit 9e2d5a013c9), and
I'm closing this bug.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 28 Sep 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 226 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.