Function: ido-find-file-other-frame
ido-find-file-other-frame is an autoloaded, interactive and
byte-compiled function defined in ido.el.gz.
Signature
(ido-find-file-other-frame)
Documentation
Switch to another file and show it in another frame.
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-find-file-other-frame ()
"Switch to another file and show it in another frame.
The file name is selected interactively by typing a substring.
For details of keybindings, see `ido-find-file'."
(interactive)
(ido-file-internal 'other-frame 'find-file-other-frame))