Function: ibuffer-do-view-other-frame

ibuffer-do-view-other-frame is an interactive and byte-compiled function defined in ibuffer.el.gz.

Signature

(ibuffer-do-view-other-frame)

Documentation

View each of the marked buffers in a separate frame.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defun ibuffer-do-view-other-frame ()
  "View each of the marked buffers in a separate frame."
  (interactive)
  (ibuffer-do-view t))