Variable: ffap-rfs-regexp

ffap-rfs-regexp is a customizable variable defined in ffap.el.gz.

Value

"\\`/\\(afs\\|net\\)/."

Documentation

Matching file names are treated as remote. Use nil to disable.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-rfs-regexp
  ;; Remote file access built into file system?  HP rfa or Andrew afs:
  "\\`/\\(afs\\|net\\)/."
  ;; afs only: (and (file-exists-p "/afs") "\\`/afs/.")
  "Matching file names are treated as remote.  Use nil to disable."
  :type 'regexp
  :group 'ffap)