From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Global bar to display global information Date: Sat, 20 Aug 2011 18:01:56 +0200 Message-ID: <4E4FDA74.4020300@gmx.at> References: <87hb5he3dy.fsf@wanadoo.es> <87d3g5e19j.fsf@wanadoo.es> <22B4DB0E3E1C427EAB8A52C8C3B833A1@us.oracle.com> <76E2C4F0-D344-436E-8D77-30B8C75548FB@mit.edu> <4E4B84BD.9000607@gmx.at> <86vctsb4om.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1313856135 20943 80.91.229.12 (20 Aug 2011 16:02:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Aug 2011 16:02:15 +0000 (UTC) Cc: Nicolas Martyanoff , emacs-devel@gnu.org To: =?UTF-8?B?SsOpcsOpbXkgQ29tcG9zdGVsbGE=?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 20 18:02:09 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qunzs-0001Pa-Bm for ged-emacs-devel@m.gmane.org; Sat, 20 Aug 2011 18:02:08 +0200 Original-Received: from localhost ([::1]:59873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qunzq-0008A1-Vk for ged-emacs-devel@m.gmane.org; Sat, 20 Aug 2011 12:02:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qunzo-00089w-Ec for emacs-devel@gnu.org; Sat, 20 Aug 2011 12:02:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qunzn-0003kr-Hu for emacs-devel@gnu.org; Sat, 20 Aug 2011 12:02:04 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:35693) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qunzn-0003k6-4D for emacs-devel@gnu.org; Sat, 20 Aug 2011 12:02:03 -0400 Original-Received: (qmail invoked by alias); 20 Aug 2011 16:01:58 -0000 Original-Received: from 62-47-54-122.adsl.highway.telekom.at (EHLO [62.47.54.122]) [62.47.54.122] by mail.gmx.net (mp013) with SMTP; 20 Aug 2011 18:01:58 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+GzUodTUWGVWyK3B6RuyrQVlZfY3r9THuy8F44Fd otU3r2Atf8AqHk User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <86vctsb4om.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143460 Archived-At: > 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