From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Mini-window glitch with GTK Date: Mon, 21 Jan 2013 17:08:26 +0400 Message-ID: <50FD3DCA.3010004@yandex.ru> References: <50FCE181.8060401@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358773712 29212 80.91.229.3 (21 Jan 2013 13:08:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2013 13:08:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 21 14:08:51 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 1TxH7L-0008WA-46 for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 14:08:51 +0100 Original-Received: from localhost ([::1]:44790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxH74-0008BA-1L for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 08:08:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxH71-00089t-CZ for emacs-devel@gnu.org; Mon, 21 Jan 2013 08:08:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxH70-0007ot-4F for emacs-devel@gnu.org; Mon, 21 Jan 2013 08:08:31 -0500 Original-Received: from forward7.mail.yandex.net ([2a02:6b8:0:202::2]:40036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxH6z-0007oh-Kn for emacs-devel@gnu.org; Mon, 21 Jan 2013 08:08:30 -0500 Original-Received: from smtp6.mail.yandex.net (smtp6.mail.yandex.net [77.88.61.56]) by forward7.mail.yandex.net (Yandex) with ESMTP id 7EDF31C0F3A for ; Mon, 21 Jan 2013 17:08:27 +0400 (MSK) Original-Received: from smtp6.mail.yandex.net (localhost [127.0.0.1]) by smtp6.mail.yandex.net (Yandex) with ESMTP id 5FAA716404BD for ; Mon, 21 Jan 2013 17:08:27 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp6.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 8QGOdv3h-8RGabmLt; Mon, 21 Jan 2013 17:08:27 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1358773707; bh=HiF5PyOUpfm3INq2WLKjq1r3oMk+6IjTLwNBGjIpZIs=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=wicP8FGpCUYwrKFqROZnotY5VcZpxt8uUWGnwjvb9SSWRnkxd51NzKLtMFLPj9K+X 5/u6ZL7k7MBPBZEH2dmIhv8vksiLx+0H4CBilR0tpmSX27yEI3+qDRujtycCbHTKUV f7o6wUGzu299VFqaHFgyJXoCW/z8Z62OPMkBfVKU= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <50FCE181.8060401@yandex.ru> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:6b8:0:202::2 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:156537 Archived-At: On 01/21/2013 10:34 AM, Dmitry Antipov wrote: > 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)'. ...and there is no similar problem when --with-x-toolkit=no, --with-x-toolkit=lucid, --with-x-toolkit=motif or --with-x-toolkit=gtk2 (version 2.24.13) is used. Dmitry