comparison lisp/ffap.el @ 29115:4d1a63ff990f

(ffap-url-regexp): Add `https'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 23 May 2000 15:27:21 +0000
parents 7e3e0c11f5b6
children 9906c04b247b
comparison
equal deleted inserted replaced
29114:75934a6b869c 29115:4d1a63ff990f
162 ;; This regexp is not exhaustive, it just matches common cases. 162 ;; This regexp is not exhaustive, it just matches common cases.
163 (concat 163 (concat
164 "\\`\\(" 164 "\\`\\("
165 "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok 165 "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok
166 "\\|" 166 "\\|"
167 "\\(ftp\\|http\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host 167 "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host
168 "\\)." ; require one more character 168 "\\)." ; require one more character
169 ) 169 )
170 "Regexp matching URL's. nil to disable URL features in ffap.") 170 "Regexp matching URL's. nil to disable URL features in ffap.")
171 171
172 (defcustom ffap-foo-at-bar-prefix "mailto" 172 (defcustom ffap-foo-at-bar-prefix "mailto"