all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jérémy Compostella" <jeremy.compostella@gmail.com>
To: emacs-devel@gnu.org
Cc: Nicolas Martyanoff <khaelin@gmail.com>
Subject: Re: Global bar to display global information
Date: Sat, 20 Aug 2011 15:20:08 +0200	[thread overview]
Message-ID: <86vctsb4om.fsf@gmail.com> (raw)
In-Reply-To: fwnhb5g2rq4.fsf@boukha.corp

Nicolas Martyanoff <khaelin@gmail.com> writes:

> martin rudalics <rudalics@gmx.at> writes:
>
>>> 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.
>
> I played a bit using your code and got encouraging results; I'll see
> what I can do in the next days, and post on emacs-devel if I make
> something useful.
>
I made some tries on my side. The above three lines of code provides an
interesting result. However, I have one important issue : when using the
minibuffer with more than one line, the "foo" buffer size is increased
and never come back to its original one line size.

Do you get interesting result on your side ?

Jérémy




  reply	other threads:[~2011-08-20 13:20 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
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 [this message]
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=86vctsb4om.fsf@gmail.com \
    --to=jeremy.compostella@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=khaelin@gmail.com \
    /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.