Variable: hpath:url-hostnames-regexp

hpath:url-hostnames-regexp is a variable defined in hpath.el.

Value

"\\(www\\|s?ftp\\|telnet\\|news\\|nntp\\)"

Documentation

Regexp group of hostnames that contains the Url access protocol to use.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defvar hpath:url-hostnames-regexp  "\\(www\\|s?ftp\\|telnet\\|news\\|nntp\\)"
  "Regexp group of hostnames that contains the Url access protocol to use.")