Variable: rst-uri-schemes
rst-uri-schemes is a variable defined in rst.el.gz.
Value
("acap" "cid" "data" "dav" "fax" "file" "ftp" "gopher" "http" "https"
"imap" "ldap" "mailto" "mid" "modem" "news" "nfs" "nntp" "pop"
"prospero" "rtsp" "service" "sip" "tel" "telnet" "tip" "urn" "vemmi"
"wais")
Documentation
Supported URI schemes.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defconst rst-uri-schemes
'("acap" "cid" "data" "dav" "fax" "file" "ftp" "gopher" "http" "https" "imap"
"ldap" "mailto" "mid" "modem" "news" "nfs" "nntp" "pop" "prospero" "rtsp"
"service" "sip" "tel" "telnet" "tip" "urn" "vemmi" "wais")
"Supported URI schemes.")