* How to make a "side-window", in an arbitrary configuration?
@ 2013-05-03 6:48 martin rudalics
0 siblings, 0 replies; 4+ messages in thread
From: martin rudalics @ 2013-05-03 6:48 UTC (permalink / raw)
To: esabof; +Cc: help-gnu-emacs
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* How to make a "side-window", in an arbitrary configuration?
@ 2013-05-02 20:09 E Sabof
[not found] ` <mailman.25036.1367563729.855.help-gnu-emacs@gnu.org>
0 siblings, 1 reply; 4+ messages in thread
From: E Sabof @ 2013-05-02 20:09 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 179 bytes --]
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 |
-----
Evgeni
[-- Attachment #2: Type: text/html, Size: 412 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-03 8:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.25023.1367525353.855.help-gnu-emacs@gnu.org>
2013-05-02 20:30 ` How to make a "side-window", in an arbitrary configuration? Pascal J. Bourguignon
2013-05-03 6:48 martin rudalics
-- strict thread matches above, loose matches on Subject: below --
2013-05-02 20:09 E Sabof
[not found] ` <mailman.25036.1367563729.855.help-gnu-emacs@gnu.org>
2013-05-03 8:18 ` esabof
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).