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