emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Global bar to display global information


From: Juri Linkov
Subject: Re: Global bar to display global information
Date: Wed, 17 Aug 2011 12:27:35 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

> With current trunk you can try (experimentally)
>
> (display-buffer
>  (get-buffer-create "foo")
>  '((use-side-window bottom 0) (pop-up-window-set-height . 1)))

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]