Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • As far as I can tell layout.el does a similar thing as winner: (re)storing the window configuration of the complete frame, not storing the complete config and restoring it into an existing window. The function you wrote on the other hand are indeed not the general solutions I'm looking for. They solve my second example, which was not meant as the concrete problem but only an example. I'm looking for a solution that works in the general case. Commented Oct 2, 2014 at 12:00
  • Still digging, and I think the general solution could be switch-to-buffer-other-frame if 'from' is a frame and 'to' is another frame Commented Oct 2, 2014 at 12:45