projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae4dcc
)
Recognize gemini in thing-at-point
author
Stefan Kangas
<stefan@marxist.se>
Tue, 12 Jul 2022 10:02:51 +0000
(12:02 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 12 Jul 2022 10:22:57 +0000
(12:22 +0200)
* lisp/thingatpt.el (thing-at-point-uri-schemes): Recognize gemini.
lisp/thingatpt.el
patch
|
blob
|
history
diff --git
a/lisp/thingatpt.el
b/lisp/thingatpt.el
index b3dca5890f1f4d043a6271367303b09e2df606a7..a7c86fb24f016971430d09f3c66819042316e41a 100644
(file)
--- 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://")