From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Mini-window glitch with GTK Date: Mon, 21 Jan 2013 19:24:10 +0200 Message-ID: <8338xuphz9.fsf@gnu.org> References: <50FCE181.8060401@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1358789066 18805 80.91.229.3 (21 Jan 2013 17:24:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2013 17:24:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 21 18:24:45 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 1TxL6x-0002KU-8Y for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 18:24:43 +0100 Original-Received: from localhost ([::1]:34091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxL6g-0005sc-3Z for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 12:24:26 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxL6c-0005sV-Jx for emacs-devel@gnu.org; Mon, 21 Jan 2013 12:24:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxL6b-0004CD-2o for emacs-devel@gnu.org; Mon, 21 Jan 2013 12:24:22 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:58633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxL6a-0004Bs-L0 for emacs-devel@gnu.org; Mon, 21 Jan 2013 12:24:20 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MGZ00G00K6BRW00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 21 Jan 2013 19:23:58 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MGZ00GX6KBURN10@a-mtaout23.012.net.il>; Mon, 21 Jan 2013 19:23:54 +0200 (IST) In-reply-to: <50FCE181.8060401@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:156548 Archived-At: > Date: Mon, 21 Jan 2013 10:34:41 +0400 > From: Dmitry Antipov > > 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)'. When it does happen, do you see the frame resize when you type C-x C-f (or something else that causes minibuffer input)? If the frame does not resize, does that mean the mode line moves down?