Variable: archive-remote-regexp

archive-remote-regexp is a customizable variable defined in arc-mode.el.gz.

Value

"^/[^/:]*[^/:.]:"

Documentation

Regexp recognizing archive files names that are not local.

A non-local file is one whose file name is not proper outside Emacs. A local copy of the archive will be used when updating.

Source Code

;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defcustom archive-remote-regexp "^/[^/:]*[^/:.]:"
  "Regexp recognizing archive files names that are not local.
A non-local file is one whose file name is not proper outside Emacs.
A local copy of the archive will be used when updating."
  :type 'regexp)