Variable: ffap-machine-p-known

ffap-machine-p-known is a customizable variable defined in ffap.el.gz.

Value

ping

Documentation

What ffap-machine-p does with hostnames that have a known domain.

Value should be a symbol, one of ping, accept, and reject. See mail-extr.el for the known domains.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-machine-p-known 'ping	; `accept' for higher speed
  "What `ffap-machine-p' does with hostnames that have a known domain.
Value should be a symbol, one of `ping', `accept', and `reject'.
See `mail-extr.el' for the known domains."
  :type '(choice (const ping)
		 (const accept)
		 (const reject))
  :group 'ffap)