splitting off an emacs window into a new frame
Posted
by
user38983
on Super User
See other posts from Super User
or by user38983
Published on 2012-10-01T01:25:30Z
Indexed on
2012/10/01
3:40 UTC
Read the original article
Hit count: 403
emacs
From a frame displaying multiple windows, I'd like to be able to 'break' one of the windows off into another frame, perhaps with a modifier-click on the modeline, where the window would now have its own frame but hold the same buffer and position.
I was wondering if this behavior was available somewhere in the standard library, if there was an extension for it, or perhaps if a small elisp function would work.
© Super User or respective owner