]> git.eshelyaron.com Git - emacs.git/commit
browse-url-button-regexp: Recognize gemini: links
authorDaniel Fleischer <danflscr@gmail.com>
Thu, 2 Dec 2021 08:11:21 +0000 (09:11 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 2 Dec 2021 08:11:21 +0000 (09:11 +0100)
commitd353c08d2bf25ea8e42ae4664c3a276d549937b5
tree050257f51c822010ef7ec439724b9c4ecc2df04e
parent20ab7e07afef7a878565bac97f63bafe5f9d6e04
browse-url-button-regexp: Recognize gemini: links

Gemini is a relatively new text-based web protocol, similar to
gopher. There's the "elpher" package to browse gopher and gemini
pages. Adding it to the regexp will make Emacs be aware of gemini links,
e.g. in ERC.

* lisp/net/browse-url.el (browse-url-button-regexp): Add support
for the gemini: URL type.
lisp/net/browse-url.el