Variable: ido-slow-ftp-hosts
ido-slow-ftp-hosts is a customizable variable defined in ido.el.gz.
Value
nil
Documentation
List of slow FTP hosts where Ido prompting should not be used.
If an FTP host is on this list, Ido automatically switches to the non-Ido
equivalent function, e.g. find-file rather than ido-find-file.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-slow-ftp-hosts nil
"List of slow FTP hosts where Ido prompting should not be used.
If an FTP host is on this list, Ido automatically switches to the non-Ido
equivalent function, e.g. `find-file' rather than `ido-find-file'."
:type '(repeat string))