help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to make a "side-window", in an arbitrary configuration?


From: martin rudalics
Subject: How to make a "side-window", in an arbitrary configuration?
Date: Fri, 03 May 2013 08:48:41 +0200

> Here is the most simple case: suppose I have a window configuration like this:
>
> -----
> | | |
> |a|b|
> | | |
> -----
>
> How do I convert it to this?
>
> -----
> |a|b|
> -----
> | c |
> -----

With Emacs >= 24.1 do either

(split-window (frame-root-window))

or

(split-window (window-parent))

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]