Function: iswitchb-buffer-other-frame

iswitchb-buffer-other-frame is an interactive and byte-compiled function defined in iswitchb.el.gz.

Signature

(iswitchb-buffer-other-frame)

Documentation

Switch to another buffer and show it in another frame.

The buffer name is selected interactively by typing a substring. For details of keybindings, do C-h f (describe-function) iswitchb.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defun iswitchb-buffer-other-frame ()
  "Switch to another buffer and show it in another frame.
The buffer name is selected interactively by typing a substring.
For details of keybindings, do `\\[describe-function] iswitchb'."
  (interactive)
  (setq iswitchb-method 'otherframe)
  (iswitchb))