Variable: ffap-url-unwrap-local

ffap-url-unwrap-local is a customizable variable defined in ffap.el.gz.

Value

t

Documentation

If non-nil, convert some URLs to local file names before prompting.

Only "file:" and "ftp:" URLs are converted, and only if they do not specify a host, or the host is either "localhost" or equal to system-name(var)/system-name(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-url-unwrap-local t
  "If non-nil, convert some URLs to local file names before prompting.
Only \"file:\" and \"ftp:\" URLs are converted, and only if they
do not specify a host, or the host is either \"localhost\" or
equal to `system-name'."
  :type 'boolean
  :group 'ffap)