unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: esabof@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: How to make a "side-window", in an arbitrary configuration?
Date: Fri, 03 May 2013 08:48:41 +0200	[thread overview]
Message-ID: <51835DC9.4060206@gmx.at> (raw)

 > 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	other threads:[~2013-05-03  6:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03  6:48 martin rudalics [this message]
     [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
  -- 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51835DC9.4060206@gmx.at \
    --to=rudalics@gmx.at \
    --cc=esabof@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).