Variable: eshell-cmpl-remote-file-ignore
eshell-cmpl-remote-file-ignore is a customizable variable defined in
em-cmpl.el.gz.
Value
nil
Documentation
Whether to ignore remote file names.
Its value is assigned to pcomplete-remote-file-ignore locally after eshell starts.
This variable was added, or its default value changed, in Emacs 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-remote-file-ignore nil
(eshell-cmpl--custom-variable-docstring 'pcomplete-remote-file-ignore)
:type (get 'pcomplete-remote-file-ignore 'custom-type)
:version "30.1")