all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Nicolas Martyanoff <khaelin@gmail.com>
Cc: 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:07:09 +0200	[thread overview]
Message-ID: <4E4B84BD.9000607@gmx.at> (raw)
In-Reply-To: <fwn1uwk4gwh.fsf@boukha.corp>

 > I have no idea about the complexity about adding this feature; there's
 > already a mini-buffer window which behaves in some aspects like a status
 > bar (split-independant width, fixed position, no mode line), so I
 > believe it would be possible to add a status bar just under (or above)
 > the minibuffer without modifying a ton of code.
 >
 > Would someone know if it's possible to do it in emacs lisp, without
 > modifying the C code ? It would make developement much easier.

With current trunk you can try (experimentally)

(display-buffer
  (get-buffer-create "foo")
  '((use-side-window bottom 0) (pop-up-window-set-height . 1)))

How you update the contents of foo is obviously entirely left to you.

martin



  reply	other threads:[~2011-08-17  9:07 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 [this message]
2011-08-17  9:27                       ` Juri Linkov
2011-08-17  9:44                         ` martin rudalics
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

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

  git send-email \
    --in-reply-to=4E4B84BD.9000607@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=jeremy.compostella@gmail.com \
    --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 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.