as plain URLs, even if they have spaces in them (bug#19556).
(eww): Also interpret things like "en.wikipedia.org/wiki/Free
software" as an URL.
+ (eww): Don't interpret "org/foo" as an URL.
2015-01-10 Daniel Colascione <dancol@dancol.org>
(if (or (string-match "\\`https?:" url)
;; Also try to match "naked" URLs like
;; en.wikipedia.org/wiki/Free software
- (string-match "\\`[a-z._]+/" url)
+ (string-match "\\`[A-Za-z_]+\\.[A-Za-z._]+/" url)
(and (= (length (split-string url)) 1)
(or (and (not (string-match-p "\\`[\"\'].*[\"\']\\'" url))
(> (length (split-string url "[.:]")) 1))