(ido-enable-tramp-completion): New defcustom.
authorKim F. Storm <storm@cua.dk>
Sun, 12 Jan 2003 22:27:17 +0000 (22:27 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 12 Jan 2003 22:27:17 +0000 (22:27 +0000)
commitbad111c2d4e7044c5c83af670660f03771632ac3
treec5b456939aca51cd919cd0aebdb07aff2ef5952c
parentafd250cb7306e0227be62f499f29607fc2b8b046
(ido-enable-tramp-completion): New defcustom.
(ido-enter-single-matching-directory): Change default to 'slash.
(ido-is-tramp-root): New defun.
(ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
(ido-may-cache-directory, ido-final-slash, ido-read-internal)
(ido-complete, ido-make-file-list1, ido-make-dir-list1):
Handle tramp completion.
(ido-file-name-all-completions1): New defun for tramp completion.
(ido-file-name-all-completions): Use it.
(ido-set-matches1): Relax matching of text with trailing slash.
(ido-exhibit): Handle tramp completion.
Simplified code using nested cond forms using new `refresh' var.
Fixed handling of /~user/ paths.
lisp/ido.el