unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* 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

* Re: How to make a "side-window", in an arbitrary configuration?
       [not found] <mailman.25023.1367525353.855.help-gnu-emacs@gnu.org>
@ 2013-05-02 20:30 ` Pascal J. Bourguignon
  0 siblings, 0 replies; 4+ messages in thread
From: Pascal J. Bourguignon @ 2013-05-02 20:30 UTC (permalink / raw)
  To: help-gnu-emacs

E Sabof <esabof@gmail.com> writes:

> 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 |
> -----

C-x 1 C-x 2 C-x 3 C-x o C-x b RET C-x o C-x b RET


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* 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

* Re: How to make a "side-window", in an arbitrary configuration?
       [not found] ` <mailman.25036.1367563729.855.help-gnu-emacs@gnu.org>
@ 2013-05-03  8:18   ` esabof
  0 siblings, 0 replies; 4+ messages in thread
From: esabof @ 2013-05-03  8:18 UTC (permalink / raw)
  To: help-gnu-emacs

> (split-window (frame-root-window))
> 
> 
> 
> or
> 
> 
> 
> (split-window (window-parent))
> 
> 
> 
> martin

That works, thanks.

Evgeni


^ 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 --
2013-05-02 20:09 How to make a "side-window", in an arbitrary configuration? E Sabof
     [not found] ` <mailman.25036.1367563729.855.help-gnu-emacs@gnu.org>
2013-05-03  8:18   ` esabof
     [not found] <mailman.25023.1367525353.855.help-gnu-emacs@gnu.org>
2013-05-02 20:30 ` Pascal J. Bourguignon
  -- strict thread matches above, loose matches on Subject: below --
2013-05-03  6:48 martin rudalics

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).