From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Error displaying a frame modified with (tool-bar-lines . 0) Date: Tue, 25 Mar 2014 16:53:23 +0100 Message-ID: References: <83zjkez3i0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1395763701 16924 80.91.229.3 (25 Mar 2014 16:08:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2014 16:08:21 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 25 17:08:31 2014 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 1WSTtu-0005Ad-GO for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2014 17:08:30 +0100 Original-Received: from localhost ([::1]:42701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSTtt-00057Y-Rd for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2014 12:08:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSTqB-00060t-V4 for emacs-devel@gnu.org; Tue, 25 Mar 2014 12:08:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSTkW-0002R9-J1 for emacs-devel@gnu.org; Tue, 25 Mar 2014 12:02:47 -0400 Original-Received: from mail-yh0-x22c.google.com ([2607:f8b0:4002:c01::22c]:62895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSTfv-0001E9-MC; Tue, 25 Mar 2014 11:54:03 -0400 Original-Received: by mail-yh0-f44.google.com with SMTP id f10so668890yha.17 for ; Tue, 25 Mar 2014 08:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=MfCFQ2jJRVTI8rh4Qhymo01LwsPHcZmipJLXv20guO4=; b=Jaft8MQqxtJPi2d7pwvGTaHCNhNOaqeIKO6eWpad6e8NxMPBXlhevsmVdrjjSTNNLo /hVLelw9RTIzX75vApXv8VHN6Sh9E8Iy5BEGKOX5bqMdIs+kk1tEcot7t8yvUv0QN6QN mWoOTHa/E0vrDViWSREImLmHqspnsTPrCiLz7p2Jop1Xhf7YIwf5FxsB+6OIfK2iFfyM SFBMZTT4jTA5okPGbt6YwRot5KQweZHFKs1Z9aslX3i8T0yWqZUs8BoRuszuDYE+lgwL XfY9/uGlP9ncJuMW4/JBVanK+Sa+6dXc7LsOqW0uZj5lYFVsoHxpZ726EP16RyrZOXT6 M67Q== X-Received: by 10.236.23.71 with SMTP id u47mr2035981yhu.143.1395762843088; Tue, 25 Mar 2014 08:54:03 -0700 (PDT) Original-Received: by 10.170.163.3 with HTTP; Tue, 25 Mar 2014 08:53:23 -0700 (PDT) In-Reply-To: <83zjkez3i0.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22c 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:170968 Archived-At: On Tue, Mar 25, 2014 at 4:45 PM, Eli Zaretskii wrote: > Is this GTK-specific? It's quite possible. > (I don't see the problem on Windows.) bug#14795 is a (mostly, but perhaps not uniquely) Windows problem where (height . X) produces frames of different heights when used in make-frame and modify-frame-parameters. The workaround is to modify the frame height with (tool-bar-lines . 0) and then reset the tool-bar-lines to its original value. And that workaround in frameset.el is what triggers bug#17046. > Did someone try this with Lucid, or without any toolkits? Don't know, but any Lucid or non-tookit users who run trunk and desktop.el are already implicitly testing it. This is the first report we get for this specific problem. J