Version 1.0.6 of package Other-Frame-Window has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Other-Frame-Window describes itself as: =============================================================================== Minor mode to enable global prefix keys for other frame/window buffer placement =============================================================================== More at https://elpa.gnu.org/packages/other-frame-window.html ## Summary: other-frame-window provides prefix key sequences to control where a new buffer is created by a subsequent command. With no prefix, the buffer is created where the command decides (nominally the currently selected window). Prefix C-x 7 causes the buffer to appear in another window in the same frame; a window is created if necessary. Prefix C-x 9 causes the buffer to appear in another frame; a frame is created if necessary. Some commands display new buffers in other than the currently selected window, which defeats the purpose of ‘other-frame-window’ in the absence of a prefix. To override that, customize ‘display-buffer-alist’ for those commands. For example, to override ‘gud-gdb’: (add-to-list 'display-buffer-alist (cons "\\*gud" (cons 'display-buffer-same-window nil))) ) ## Recent NEWS: [Not provided 🙁]
