Variable: ido-read-file-name-non-ido

ido-read-file-name-non-ido is a customizable variable defined in ido.el.gz.

Value

(tramp-rename-these-files tramp-rename-files)

Documentation

List of commands which shall not read file names the Ido way.

When ido-everywhere(var)/ido-everywhere(fun) is non-nil, the commands in this list will read the file name using normal read-file-name style.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-read-file-name-non-ido '()
  "List of commands which shall not read file names the Ido way.
When `ido-everywhere' is non-nil, the commands in this list will read
the file name using normal `read-file-name' style."
  :type '(repeat symbol))