all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: Creating a bottom window?
Date: Thu, 22 Jul 2010 22:15:46 +0200	[thread overview]
Message-ID: <87lj93i87h.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: 64e7785b-1dc5-45b6-b90f-8a87fc76783b@q22g2000yqm.googlegroups.com

Elena <egarrulo@gmail.com> writes:
> how do you create a window as wide as its frame and positioned at the
> bottom, no matter how many windows are there at the moment? I mean, a
> window positioned like the `shrink-fit.el' in this picture:
> http://www.emacswiki.org/emacs/DrewsEmacsWindowCallouts
>
> I've checked the ELisp reference about windows, but it seems you can
> just split existing windows.

If you just want to reproduce the windows show in that picture:

C-x 1 C-x 2 C-x 3


If you want to have automatically a specific  windows at the bottom,
even when you type C-x 1, or C-x 3 in that bottom window, I would
suggest to add code in the window-configuration-change-hook to check
the windows and re-arrange them or re-create the bottom window
everytime it's needed. (See the function window-tree and window-parameters).

Otherwise, you may explore (in emacs sources) the mini-buffer, which
stays at the bottom.


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


  reply	other threads:[~2010-07-22 20:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-22 13:35 Creating a bottom window? Elena
2010-07-22 20:15 ` Pascal J. Bourguignon [this message]
2010-07-23 14:18 ` TheFlyingDutchman
2010-07-23 14:25   ` TheFlyingDutchman
2010-07-23 15:20     ` TheFlyingDutchman
2010-07-23 16:39   ` Pascal J. Bourguignon

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

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

  git send-email \
    --in-reply-to=87lj93i87h.fsf@kuiper.lan.informatimago.com \
    --to=pjb@informatimago.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.