From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Mini-window glitch with GTK Date: Mon, 21 Jan 2013 18:29:27 +0100 Message-ID: References: <50FCE181.8060401@yandex.ru> <834niapi7s.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1358791797 12448 80.91.229.3 (21 Jan 2013 18:09:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2013 18:09:57 +0000 (UTC) Cc: dmantipov@yandex.ru, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 21 19:10:15 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TxLp1-0003T2-7N for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 19:10:15 +0100 Original-Received: from localhost ([::1]:56044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxLok-0004KK-4e for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 13:09:58 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxLoh-0004K3-98 for emacs-devel@gnu.org; Mon, 21 Jan 2013 13:09:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxLog-0007ua-4j for emacs-devel@gnu.org; Mon, 21 Jan 2013 13:09:55 -0500 Original-Received: from mail-la0-f49.google.com ([209.85.215.49]:56214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxLBY-0005qj-Su; Mon, 21 Jan 2013 12:29:29 -0500 Original-Received: by mail-la0-f49.google.com with SMTP id fs13so177816lab.8 for ; Mon, 21 Jan 2013 09:29:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=R1iEgBfkie4K0gz64ta6H8i+G6N6n3IqKncjITd6WZ0=; b=yhwDjl0b+asx3GxIFP5TEHwDQqYuWdG8YHbVZ9r0IllJeaQmBMhop31ZOYWL5y+hpg WCpUm/PBB8ZXAHJtBFXu2yI/7o3U3JgEIWvrlKYh3o9vRDEVnSJ08tTXTp+FFTgty512 KaBjzOavMmzwlBLGtHq9H8si0umrR11O79NJifzJxkZGsSu0+XbEPCpvVQQD0HYtSEqE 5IJvcUfx1jBMGPPQcuRE9TUqF/Bn/dbuGTDy3EXkd5Cw+8McZa4EmPREot8LxMigaXr7 yE568wvw9LDSd+F1zSsyTYDjMod/GEQx29MJmEQHJqL3pmBjzm9a/DeCltbHGphByTiv Npbw== X-Received: by 10.112.40.197 with SMTP id z5mr7645074lbk.14.1358789367452; Mon, 21 Jan 2013 09:29:27 -0800 (PST) Original-Received: by 10.114.92.68 with HTTP; Mon, 21 Jan 2013 09:29:27 -0800 (PST) In-Reply-To: <834niapi7s.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.49 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:156553 Archived-At: >> > On Fedora 18 with GTK 3.6.4, height of the minibuffer window looks too large >> > immediately after startup (screenshot 1), but shrinks to normal after first >> > input comes (screenshot 2). The problem is easily visible with ./src/emacs >> > -Q, >> > but doesn't appear with ./src/emacs -Q --execute '(tool-bar-mode 0)'. >> >> This same problem occurs on MS-Windows. When the frame is maximized, >> the remnant vertical space is put at the very bottom, instead of using >> it to show more content on the main window(s). > > I don't think it's the same problem, because this one doesn't go away > when you type something into the minibuffer, as in Dmitry's recipe. > > What you see here is normal division of the screen real estate between > windows in Emacs. This is how it was coded. OK. Anyway, there are better ways to use that extra space. IMO it should be given to the main window(s). BTW, I filed a bug report about this: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7004 -- Dani Moncayo