From: Stefan Kangas Date: Fri, 29 Jul 2022 08:45:40 +0000 (+0200) Subject: * lisp/ffap.el (ffap-url-regexp): Add gemini. X-Git-Tag: emacs-29.0.90~1447^2~654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc79bb6ffc90d68b450b8be88ce5c69429fcc275;p=emacs.git * lisp/ffap.el (ffap-url-regexp): Add gemini. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index ffed9f9759d..9ed17125de4 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -185,7 +185,7 @@ Note this name may be omitted if it equals the default "\\(" "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok "\\|" - "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host + "\\(ftp\\|https?\\|telnet\\|gopher\\|gemini\\|www\\|wais\\)://" ; needs host "\\)") "Regexp matching the beginning of a URI, for ffap. If the value is nil, disable URL-matching features in ffap.")