unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Juri Linkov <juri@jurta.org>
Cc: "Nicolas Martyanoff" <khaelin@gmail.com>, chad <yandros@MIT.EDU>,
	"Jérémy Compostella" <jeremy.compostella@gmail.com>,
	emacs-devel@gnu.org
Subject: Re: Global bar to display global information
Date: Wed, 17 Aug 2011 11:44:27 +0200	[thread overview]
Message-ID: <4E4B8D7B.2020001@gmx.at> (raw)
In-Reply-To: <87ei0kpeuw.fsf@mail.jurta.org>

 > I tried this code and get funny results: typing `C-x C-b' displays
 > the *Buffer List* buffer in that small 1-line window :)
 >
 > So this window should be marked as dedicated.  A more compact specification
 > to do that could look like:
 >
 >   (display-buffer "*global-mode-line*"
 >                   '(minibuffer . above) (dedicated . t) (height . 1))

Frames don't necessarily have a minibuffer.  So currently this would be
done as

(display-buffer
  (get-buffer-create "*global-mode-line*")
  '((use-side-window bottom 0) (dedicate . t) (pop-up-window-set-height . 1)))

martin



  reply	other threads:[~2011-08-17  9:44 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16 14:33 Global bar to display global information Jérémy Compostella
2011-08-16 15:29 ` Drew Adams
2011-08-16 16:18   ` Óscar Fuentes
2011-08-16 16:40     ` Drew Adams
2011-08-16 17:04       ` Óscar Fuentes
2011-08-16 17:42         ` Drew Adams
2011-08-16 19:23           ` Jérémy Compostella
2011-08-16 19:46             ` chad
2011-08-16 19:48               ` chad
2011-09-25 12:42                 ` Ted Zlatanov
2011-08-16 20:54               ` Jérémy Compostella
2011-08-16 22:32                 ` chad
2011-08-16 22:49                   ` Jérémy Compostella
2011-08-17  7:49                   ` Nicolas Martyanoff
2011-08-17  9:07                     ` martin rudalics
2011-08-17  9:27                       ` Juri Linkov
2011-08-17  9:44                         ` martin rudalics [this message]
2011-08-17 11:41                           ` Jérémy Compostella
2011-08-17 14:05                             ` Stefan Monnier
2011-08-17 15:38                               ` Jérémy Compostella
2011-08-17 11:38                       ` Nicolas Martyanoff
2011-08-20 13:20                         ` Jérémy Compostella
2011-08-20 14:32                           ` Óscar Fuentes
2011-08-20 16:02                             ` martin rudalics
2011-08-20 16:42                               ` Óscar Fuentes
2011-08-21  8:45                                 ` martin rudalics
2011-08-20 16:01                           ` martin rudalics
2011-09-25 12:53                   ` Ted Zlatanov
2011-08-16 20:00           ` Thien-Thi Nguyen
2011-08-16 17:31       ` Stefan Monnier
2011-08-17 20:12         ` Jérémy Compostella
2011-08-18  0:24           ` chad
2011-08-21 15:50         ` Jérémy Compostella
     [not found]           ` <jwvobziezor.fsf-monnier+emacs@gnu.org>
2011-12-30 13:21             ` Jérémy Compostella
2011-12-31 13:13               ` Jérémy Compostella
2012-01-01 22:11                 ` Stefan Monnier
2012-04-24 13:06               ` Stefan Monnier
2012-04-26 18:12                 ` Jérémy Compostella
2012-05-07 16:10               ` Stefan Monnier
2011-09-25 12:50         ` Ted Zlatanov
2011-08-16 17:42     ` joakim
2011-08-16 17:44 ` chad
2011-08-20 18:29 ` Andreas Röhler

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=4E4B8D7B.2020001@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=jeremy.compostella@gmail.com \
    --cc=juri@jurta.org \
    --cc=khaelin@gmail.com \
    --cc=yandros@MIT.EDU \
    /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 public inbox

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

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