Function: ido-display-file
ido-display-file is an autoloaded, interactive and byte-compiled
function defined in ido.el.gz.
Signature
(ido-display-file)
Documentation
Display a file in another window but don't select it.
The file name is selected interactively by typing a substring.
For details of keybindings, see ido-find-file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
;;;###autoload
(defun ido-display-file ()
"Display a file in another window but don't select it.
The file name is selected interactively by typing a substring.
For details of keybindings, see `ido-find-file'."
(interactive)
(ido-file-internal 'display nil nil nil nil nil 'ignore))