Function: hycontrol-clone-window-to-new-frame

hycontrol-clone-window-to-new-frame is an autoloaded, interactive and byte-compiled function defined in hycontrol.el.

Signature

(hycontrol-clone-window-to-new-frame)

Documentation

Create a new frame sized to match the selected window with the same buffer.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
;;;###autoload
(defun hycontrol-clone-window-to-new-frame ()
  "Create a new frame sized to match the selected window with the same buffer."
  (interactive)
  (let ((hycontrol-keep-window-flag t))
    (hycontrol-window-to-new-frame)))