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: martin rudalics
Subject: Re: Global bar to display global information
Date: Sat, 20 Aug 2011 18:01:56 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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

Basically, this problem can be resolved by making the window
fixed-height which would be needed anyway, for example, when resizing
the frame.

But the behavior you observe might hint at a more fundamental problem
with minibuffer resizing.  Can you produce it with (split-window nil -1)
for example?  Here the window goes back to a height of one when the echo
area is temporarily enlarged and goes back to one line.

martin



reply via email to

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