From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: Mini-window glitch with GTK Date: Mon, 21 Jan 2013 20:30:45 +0800 Organization: The Church of Emacs Message-ID: <20130121203045.5d29336146d22efbe24a2fe5@gmail.com> References: <50FCE181.8060401@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358776335 21407 80.91.229.3 (21 Jan 2013 13:52:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2013 13:52:15 +0000 (UTC) Cc: Emacs development discussions To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 21 14:52:32 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 1TxHnb-0004tH-Dh for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 14:52:31 +0100 Original-Received: from localhost ([::1]:44299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxGXh-0007Lp-5A for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 07:32:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxGWe-0005h4-NX for emacs-devel@gnu.org; Mon, 21 Jan 2013 07:30:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxGWc-0006hN-Me for emacs-devel@gnu.org; Mon, 21 Jan 2013 07:30:56 -0500 Original-Received: from mail-da0-f54.google.com ([209.85.210.54]:55225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxGWc-0006h3-GN for emacs-devel@gnu.org; Mon, 21 Jan 2013 07:30:54 -0500 Original-Received: by mail-da0-f54.google.com with SMTP id n2so2685428dad.13 for ; Mon, 21 Jan 2013 04:30:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=FBV+KCG7wxfHUiOITC46XRStPraKcT5jXBMDG29RZP0=; b=vpffwdZ62XWHs5QXNs+wTSIj4gqCPHVvtq3yoYY6RyZaHD05bhNyu1Z7EVwBwQU0rc OLOogKGsTyHWRPR3oVYLAB128La+gXl7Oy8WMM+yysprsQWNAmkBUkajR7gOvXp/ovxE ro0rYvFSRI53n1ZPxmPiw3kvLyI8rO/T4QyfYBhhFfCRo0EcaCWYexy136qtPjiSe70Y LFHo99qB+HBjQkVhkP/8Dd0/nA3sCzw45pju20GYxYbe51XHRvkT9wjyoCiXAviUYyF7 oFBIf8EwE4264GKBPp8MVHeVGKeZJe37gPk9LwhFz6HKfu2QiLoFNXlnxfjePcWzRGtz OyCA== X-Received: by 10.68.253.1 with SMTP id zw1mr28897735pbc.98.1358771453586; Mon, 21 Jan 2013 04:30:53 -0800 (PST) Original-Received: from Emacs ([124.117.12.115]) by mx.google.com with ESMTPS id v2sm9208409paz.36.2013.01.21.04.30.49 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jan 2013 04:30:52 -0800 (PST) In-Reply-To: <50FCE181.8060401@yandex.ru> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.54 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:156538 Archived-At: Hi, On Mon, 21 Jan 2013 10:34:41 +0400 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)'. I met the same problem on my system, I have reported it as a bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13512 -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao