From: Stefan Kangas Date: Tue, 12 Jul 2022 10:02:51 +0000 (+0200) Subject: Recognize gemini in thing-at-point X-Git-Tag: emacs-29.0.90~1447^2~991 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dc3e003413f10ebc8caf99f1cf54fca97d734cb;p=emacs.git Recognize gemini in thing-at-point * lisp/thingatpt.el (thing-at-point-uri-schemes): Recognize gemini. --- diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index b3dca5890f1..a7c86fb24f0 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -391,6 +391,8 @@ If nil, construct the regexp from `thing-at-point-uri-schemes'.") "telnet://" "tftp://" "tip://" "tn3270://" "udp://" "urn:" "uuid:" "vemmi://" "webcal://" "xri://" "xmlrpc.beep://" "xmlrpc.beeps://" "z39.50r://" "z39.50s://" "xmpp:" + ;; Unofficial + "gemini://" ;; Compatibility "fax:" "man:" "mms://" "mmsh://" "modem:" "prospero:" "snews:" "wais://")