GNU bug report logs - #64812
29.1; Setting the default face height on startup only sometimes resizes the frame

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Jim Porter <jporterbugs@HIDDEN>; merged with #64809; dated Sun, 23 Jul 2023 20:37:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Merged 64809 64812. Request was from Eli Zaretskii <eliz@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 64812 <at> debbugs.gnu.org:


Received: (at 64812) by debbugs.gnu.org; 24 Jul 2023 11:28:46 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jul 24 07:28:46 2023
Received: from localhost ([127.0.0.1]:41922 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qNtjv-0005HS-12
	for submit <at> debbugs.gnu.org; Mon, 24 Jul 2023 07:28:46 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:40656)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>)
 id 1qNtjt-0005HD-LG; Mon, 24 Jul 2023 07:28:34 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1qNtjo-00021s-EH; Mon, 24 Jul 2023 07:28:28 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=yOJXbhnSyQQ2Z+zPwzQ0E0VTCH/7+xbwyBPqUtiSC98=; b=jxh0N8twxwwf
 6alW5hO9RpihN/TXgv5CwPW+MZ7V5MBJmInn+M/7A1VoqImd4PD8zWFxTVVunBi/ppYvQZIZtbZGd
 tGHfoQee4R9+xujR62PmvkHJG8pPIAjtbpG3XIBdYYMi/FutQLZOH5dgiFdMi/9bEYsR9SWpKO0G0
 2y38UdO3A8hOV/Cyr3r5ABGCxzRnWzG+9+H6kiLJMCSiHPFCorZiT9EqP0x9jc+elUBHcETzfIYLz
 vaYoBFWst0cvtML8KMmgwUjYtWjor72COXRCR5VFxdzHCCO37DpBdkEZVlrn0idxuoiOg0wlHqR7Y
 +UH2YDMtPWk/P+/0zAXU/Q==;
Received: from [87.69.77.57] (helo=home-c4e4a596f7)
 by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1qNtjn-0003w3-Tu; Mon, 24 Jul 2023 07:28:28 -0400
Date: Mon, 24 Jul 2023 14:29:11 +0300
Message-Id: <83zg3lsg3c.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Jim Porter <jporterbugs@HIDDEN>
In-Reply-To: <23c75747-a891-08d1-433f-c3b66ac2c285@HIDDEN> (message from
 Jim Porter on Sun, 23 Jul 2023 13:36:30 -0700)
Subject: Re: bug#64812: 29.1;
 Setting the default face height on startup only sometimes resizes the
 frame
References: <23c75747-a891-08d1-433f-c3b66ac2c285@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 64812
Cc: 64812 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

merge 64812 64809
thanks

> Date: Sun, 23 Jul 2023 13:36:30 -0700
> From: Jim Porter <jporterbugs@HIDDEN>
> 
> Normally, when starting Emacs and setting the default face size, Emacs 
> will resize the frame so it still has the same number of columns. On 
> 29.1, this sometimes works that way, but other times the frame pops back 
> to its original pixel size. To see this in action, try running the 
> following:
> 
> emacs -Q --eval "(progn (tool-bar-mode -1) (menu-bar-mode -1) 
> (set-face-attribute 'default nil :height 90))"
> 
> You might need to try this a few times before the bug happens. (The 
> 'tool-bar-mode' and 'menu-bar-mode' calls above might not be strictly 
> necessary, but they seem to make the issue happen more frequently for 
> me.) Even when it does work, I notice that the frame's size bounces back 
> and forth a couple of times before settling.
> 
> When I test this on 28.2, the frame starts out at its initial size, and 
> then shrinks exactly once to the new, slightly smaller size.
> 
> I'm seeing this on a GNU/Linux system using X with the default 
> configuration, building revision 906ecf442c43da98e6b8c7488f549691901690e9.
> 
> (Sorry for only noticing this when testing the release candidate; I 
> normally run the development version of Emacs in a terminal, so I didn't 
> encounter this issue until doing some final tests of the RC. It's also 
> possible there's just something messed up on my system, though Emacs 
> 28.2 does behave properly...)

This is a duplicate; merged.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#64812; Package emacs. Full text available.

Message received at 64812 <at> debbugs.gnu.org:


Received: (at 64812) by debbugs.gnu.org; 24 Jul 2023 10:27:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jul 24 06:27:51 2023
Received: from localhost ([127.0.0.1]:41844 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qNsn9-0003bg-0M
	for submit <at> debbugs.gnu.org; Mon, 24 Jul 2023 06:27:51 -0400
Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]:60426)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <rpluim@HIDDEN>) id 1qNsn6-0003bS-2K
 for 64812 <at> debbugs.gnu.org; Mon, 24 Jul 2023 06:27:48 -0400
Received: by mail-wr1-x430.google.com with SMTP id
 ffacd0b85a97d-3143ccb0f75so3784593f8f.0
 for <64812 <at> debbugs.gnu.org>; Mon, 24 Jul 2023 03:27:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20221208; t=1690194462; x=1690799262;
 h=content-transfer-encoding:mime-version:message-id:date:references
 :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id
 :reply-to; bh=ghGkYmSLh2gTz4nQ67nh8c7r7UUE1tcFMUPX5Gon+TQ=;
 b=Bpd0+3Bv9Fog1uZ9ycPYmgQZxW8eBRx6E0Nj0om1ibQWdUZUuouM+pJYZklmfjlGaW
 PCONYTQ6NxMMiaVMHozBttit3cDTiGmdGtWYNvK8pb3wEOk5hfSA5mPjehZbrWYKJKjD
 MA8y3eY0u2+8k9Tg5lLKEYdr46HOFWWJlKX7uGy8p5+n301Afma2tRh+l0ZubFh2+1l0
 inafaAa1nkZRfg1RbBoH6SH/G8GYPxGQz0KSKQVGNLffrCC5TgGHkHtc5Y4ih8SNUHkD
 YuVwL9zhwHvCAbuuEcp/Xr074LnS5Ie5er3iaMTAtyA0ty0phtrvCJAoSsGZvE02gtdA
 oJrg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20221208; t=1690194462; x=1690799262;
 h=content-transfer-encoding:mime-version:message-id:date:references
 :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc
 :subject:date:message-id:reply-to;
 bh=ghGkYmSLh2gTz4nQ67nh8c7r7UUE1tcFMUPX5Gon+TQ=;
 b=BJ7+5LKEcZ/j3J0sh5RLZdJkGwjU0jpBXwP3xY4b0zjh9gStHgKkPqeihV6GfrTLYz
 Q2B8ICPfT92DxHzS+0EF4ieEcq19LiP7wM50TV8ETUL0sDAFIxcaQxfr2IrGtqfzCAo/
 ELYW0gxmv5SzmXiXPywFshMWb4nZvIjjkYE1xAFp81+xOIpoEAhAbdfP7d70tmTkCPan
 Yk0n9e2OcKRy3EmnBK8SfmthbM4MDBDWfS5fD6JHMREQrzIY+gZ/Ls/Zz5A2uy0a3lNa
 zNwN3c/pjzv41e1wvE07OeONgc20gs3tGlEHT+3e1MjEuGzbRJ99LhnCtsddnIDBTbG7
 Lt1Q==
X-Gm-Message-State: ABy/qLYQlcaXe3Q4TQZzW38GANVbQgW+mK/s7f+hrv0jdzdCu9n+8GxR
 KX5Cync3eIkAw9VSDAaGh1IdmEHZLnc=
X-Google-Smtp-Source: APBJJlFuHBnBgevCB1ldmhqoNVKIf7OYwRkwcdO/SXCsPo/H5Df2w49ppu3TKCr4SF2QcxI/I4vxhQ==
X-Received: by 2002:adf:edc2:0:b0:314:101c:42ba with SMTP id
 v2-20020adfedc2000000b00314101c42bamr8606237wro.54.1690194461682; 
 Mon, 24 Jul 2023 03:27:41 -0700 (PDT)
Received: from rltb ([2a01:e0a:3f3:fb50:8fe8:ceda:dc5c:9a05])
 by smtp.gmail.com with ESMTPSA id
 bf7-20020a0560001cc700b00317495f88fasm6323762wrb.112.2023.07.24.03.27.40
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Mon, 24 Jul 2023 03:27:41 -0700 (PDT)
From: Robert Pluim <rpluim@HIDDEN>
To: Jim Porter <jporterbugs@HIDDEN>
Subject: Re: bug#64812: 29.1; Setting the default face height on startup
 only sometimes resizes the frame
In-Reply-To: <acf4e8d8-7d74-c822-e3a5-9bbb6b5c10c5@HIDDEN> (Jim Porter's
 message of "Sun, 23 Jul 2023 14:31:22 -0700")
References: <23c75747-a891-08d1-433f-c3b66ac2c285@HIDDEN>
 <acf4e8d8-7d74-c822-e3a5-9bbb6b5c10c5@HIDDEN>
Date: Mon, 24 Jul 2023 12:27:40 +0200
Message-ID: <877cqpli3n.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 64812
Cc: 64812 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

>>>>> On Sun, 23 Jul 2023 14:31:22 -0700, Jim Porter <jporterbugs@HIDDEN=
> said:

    Jim> On 7/23/2023 1:36 PM, Jim Porter wrote:
    >> Normally, when starting Emacs and setting the default face size,
    >> Emacs will resize the frame so it still has the same number of
    >> columns. On 29.1, this sometimes works that way, but other times the
    >> frame pops back to its original pixel size. To see this in action,
    >> try running the following:
    >> emacs -Q --eval "(progn (tool-bar-mode -1) (menu-bar-mode -1)
    >> (set-face-attribute 'default nil :height 90))"

    Jim> This is likely a dupe of bug#64809, which was filed while I was
    Jim> writing this report up. (I know there's a way to merge bugs via
    Jim> Debbugs commands, but I can't find seem to find documentation on
    Jim> this. Is there a page I could bookmark for the future that describ=
es
    Jim> the various Debbugs commands?)

Zoomer alert! ;-) Why are you looking for a "page", when it=CA=BCs all
right there in "admin/notes/bugtracker" ?

Robert
--=20




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#64812; Package emacs. Full text available.

Message received at 64812 <at> debbugs.gnu.org:


Received: (at 64812) by debbugs.gnu.org; 23 Jul 2023 21:31:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jul 23 17:31:31 2023
Received: from localhost ([127.0.0.1]:41328 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qNgfq-0008H2-Ib
	for submit <at> debbugs.gnu.org; Sun, 23 Jul 2023 17:31:30 -0400
Received: from mail-il1-x132.google.com ([2607:f8b0:4864:20::132]:51557)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <jporterbugs@HIDDEN>) id 1qNgfp-0008Gp-17
 for 64812 <at> debbugs.gnu.org; Sun, 23 Jul 2023 17:31:29 -0400
Received: by mail-il1-x132.google.com with SMTP id
 e9e14a558f8ab-348c9b58870so4069985ab.3
 for <64812 <at> debbugs.gnu.org>; Sun, 23 Jul 2023 14:31:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20221208; t=1690147883; x=1690752683;
 h=content-transfer-encoding:in-reply-to:references:to:from
 :content-language:subject:mime-version:date:message-id:from:to:cc
 :subject:date:message-id:reply-to;
 bh=ciwYlZuF9nrR+YIswr+ss6w8Q/vFQQa5LwJnCpCxJT0=;
 b=IICUFOQjxjLNWFlPsoRdUaOJvnoYurJmP1Hu7nTdN2djDhnmVcuRphL/Es6LqKKyfx
 puZQv5+xm6oUZ+ntzylFitadpxCE2z415ZdkNtgnaprdqAUcMuWeit7NCHs125OTEDyA
 TVrXUcDHAEkKugZlekV6f+1fhhZikKQNewBsiNxarv6of08QGwSG2kxUpVJX2i6GFCMY
 DkfRO8N4eVTJ0PGUBUqxXU4j1qG6dp7abZNzLVxTGpF7pPc5VO7t6zMr3Xq4U7GQKoQi
 nAUJG9KLeJ50ZhGM5sTBg0Tfr40uXNZ0Aokvi4YlMBItyy05AS6NBkgt4R9SRFkSkGdK
 xAZQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20221208; t=1690147883; x=1690752683;
 h=content-transfer-encoding:in-reply-to:references:to:from
 :content-language:subject:mime-version:date:message-id
 :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
 bh=ciwYlZuF9nrR+YIswr+ss6w8Q/vFQQa5LwJnCpCxJT0=;
 b=JIPAsKvLMDV/UpkUf6y0+PzfnSPwYpZr26zXiCK1HyRcyjo8R4e0h4TyaibTFIsP0/
 j9HNqTsnAMdlW2IJSnplQ+Wn81/ccWKpM2UpG/YTTLB5nW+LKXQaeVGf52Y9cnG1AQVZ
 aVpi1btd0XPufu6OpcMIp3lzQc+gZor1L2kWss+tdpMhsqrexAu/XbsC6hIO0pXumA86
 98vItOreg0S9Z/GdiuCCek3vE+eFE7FZR3peP5rxQZwC+rRsXiJDeg+4WxqJLMUQtlrX
 E/toFO4ae1fNounvuy4NpfSnP6BBU/AXLUa2EGJxe4GzOpbKGRGREJc+ttM3/wO2xcdi
 FkUA==
X-Gm-Message-State: ABy/qLZ/+NN27uwPkfV2CQ31lveK+CUbOHZSIvtjCLd+JE9ldLL34KVE
 y0M53kB2gFYpvDAHAQW4KguemLqGp2g=
X-Google-Smtp-Source: APBJJlFMFpC04l4fjV/X5Nat3y3A6CgrKW36Fh2KxeegbEhdl2GCHlvd8A51R0iHoSvdYT9wvFZ2EQ==
X-Received: by 2002:a05:6e02:1bce:b0:348:7ace:d2dc with SMTP id
 x14-20020a056e021bce00b003487aced2dcmr6964659ilv.20.1690147883322; 
 Sun, 23 Jul 2023 14:31:23 -0700 (PDT)
Received: from [192.168.1.2] (cpe-76-168-148-233.socal.res.rr.com.
 [76.168.148.233]) by smtp.googlemail.com with ESMTPSA id
 i5-20020a170902c94500b001b809082a69sm7351029pla.235.2023.07.23.14.31.22
 for <64812 <at> debbugs.gnu.org>
 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128);
 Sun, 23 Jul 2023 14:31:22 -0700 (PDT)
Message-ID: <acf4e8d8-7d74-c822-e3a5-9bbb6b5c10c5@HIDDEN>
Date: Sun, 23 Jul 2023 14:31:22 -0700
MIME-Version: 1.0
Subject: Re: bug#64812: 29.1; Setting the default face height on startup only
 sometimes resizes the frame
Content-Language: en-US
From: Jim Porter <jporterbugs@HIDDEN>
To: 64812 <at> debbugs.gnu.org
References: <23c75747-a891-08d1-433f-c3b66ac2c285@HIDDEN>
In-Reply-To: <23c75747-a891-08d1-433f-c3b66ac2c285@HIDDEN>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 64812
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

On 7/23/2023 1:36 PM, Jim Porter wrote:
> Normally, when starting Emacs and setting the default face size, Emacs 
> will resize the frame so it still has the same number of columns. On 
> 29.1, this sometimes works that way, but other times the frame pops back 
> to its original pixel size. To see this in action, try running the 
> following:
> 
> emacs -Q --eval "(progn (tool-bar-mode -1) (menu-bar-mode -1) 
> (set-face-attribute 'default nil :height 90))"

This is likely a dupe of bug#64809, which was filed while I was writing 
this report up. (I know there's a way to merge bugs via Debbugs 
commands, but I can't find seem to find documentation on this. Is there 
a page I could bookmark for the future that describes the various 
Debbugs commands?)




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#64812; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 23 Jul 2023 20:36:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jul 23 16:36:48 2023
Received: from localhost ([127.0.0.1]:41302 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qNfot-0006nN-8m
	for submit <at> debbugs.gnu.org; Sun, 23 Jul 2023 16:36:48 -0400
Received: from lists.gnu.org ([2001:470:142::17]:41810)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <jporterbugs@HIDDEN>) id 1qNfoo-0006n1-Hb
 for submit <at> debbugs.gnu.org; Sun, 23 Jul 2023 16:36:45 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <jporterbugs@HIDDEN>)
 id 1qNfoi-0004Q3-Vr
 for bug-gnu-emacs@HIDDEN; Sun, 23 Jul 2023 16:36:36 -0400
Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <jporterbugs@HIDDEN>)
 id 1qNfoh-00047l-Fy
 for bug-gnu-emacs@HIDDEN; Sun, 23 Jul 2023 16:36:36 -0400
Received: by mail-pg1-x532.google.com with SMTP id
 41be03b00d2f7-55af0a816e4so1743027a12.1
 for <bug-gnu-emacs@HIDDEN>; Sun, 23 Jul 2023 13:36:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20221208; t=1690144593; x=1690749393;
 h=content-transfer-encoding:to:subject:from:content-language
 :mime-version:date:message-id:from:to:cc:subject:date:message-id
 :reply-to; bh=dpYyPZGJyPgVVirEkMt1zMJpKjKee7cDiigeUZhX7p4=;
 b=oMkUx9ZKtDAVJAPbUt9jlvFZNyJAsOBqdaUOUx2Fk0R4zDGZ8XgeCY6uJkWojW3u2r
 n8F/8+eE90BVEW8sNP3p6HaZOt0puVmdekfpdSCu07Noqm+5wq3XcCPE5rj8Y+us8rA9
 0eC31vCx2tmTSR8WC+JW01Aun9onfSI0XIjcXRFl3odrZqSh+TQg5vLyhyUrIqUS74sY
 L9z+kVWBcvVCmK87eGbWyOS94Fm1W3ODPqEUh5jT3yH1nROQs2W1uDMbUcbUSBLdsj2L
 5gLdtRA5s237g0fOsdpHNtWTt2lZgfo3LSYBnQbrvVAgrjCfMgC/fdEvbTkw69YDTvzx
 eTHw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20221208; t=1690144593; x=1690749393;
 h=content-transfer-encoding:to:subject:from:content-language
 :mime-version:date:message-id:x-gm-message-state:from:to:cc:subject
 :date:message-id:reply-to;
 bh=dpYyPZGJyPgVVirEkMt1zMJpKjKee7cDiigeUZhX7p4=;
 b=LiRxMogZWRufZ9VVcODT+qlw6rDruPT7adrekP5vX330sQYea6pcWG/CPW5WbKVFt0
 JkPmMrsgXid5PDqNFQ+bjAEI+x/PJo6trt5lHM9iqPr9N4Gx38UL5+uAhKq2tWXI5vZq
 hWWvhmXeo+c7ZpAF3KSL6GqWPynYjXdgryey5ETQ7If3S708sajp2+CsSTRQ1wOaE4um
 8nLqm++XV2HaWJEwAzp1LHGgP/zymA/NM3MfRi/Dr6aAF8nkNbBvbiXHlgVFBI0IAjUH
 dLI8DhpkrFcggGQR/MT+q2rlaSPMh2jkT03Fjf/M+DSI3T7sNHfBihaJJl2bkmm4KXRL
 MM/Q==
X-Gm-Message-State: ABy/qLZt5p/wSS2JqwO4hWpX1yxkAF2ZoyDKCr+BMcnE7dfv1Wog++e0
 A0wScxzqZCgt2TqocB1JxnmXYO6gVRc=
X-Google-Smtp-Source: APBJJlFLrN4I7MOyznZ5ls/BwOoV8Ocbnvut38R5wVqT9fdXUOwzEVfYzs0Fl3/87TxXL7S+/tWf5g==
X-Received: by 2002:a17:90a:ce01:b0:263:ba18:3bcc with SMTP id
 f1-20020a17090ace0100b00263ba183bccmr4906761pju.46.1690144592668; 
 Sun, 23 Jul 2023 13:36:32 -0700 (PDT)
Received: from [192.168.1.2] (cpe-76-168-148-233.socal.res.rr.com.
 [76.168.148.233]) by smtp.googlemail.com with ESMTPSA id
 b17-20020a17090a8c9100b00264044cca0fsm27761805pjo.1.2023.07.23.13.36.31
 for <bug-gnu-emacs@HIDDEN>
 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128);
 Sun, 23 Jul 2023 13:36:32 -0700 (PDT)
Message-ID: <23c75747-a891-08d1-433f-c3b66ac2c285@HIDDEN>
Date: Sun, 23 Jul 2023 13:36:30 -0700
MIME-Version: 1.0
X-Mozilla-News-Host: news://news.gmane.io:119
Content-Language: en-US
From: Jim Porter <jporterbugs@HIDDEN>
Subject: 29.1; Setting the default face height on startup only sometimes
 resizes the frame
To: bug-gnu-emacs@HIDDEN
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Received-SPF: pass client-ip=2607:f8b0:4864:20::532;
 envelope-from=jporterbugs@HIDDEN; helo=mail-pg1-x532.google.com
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001,
 T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

Normally, when starting Emacs and setting the default face size, Emacs 
will resize the frame so it still has the same number of columns. On 
29.1, this sometimes works that way, but other times the frame pops back 
to its original pixel size. To see this in action, try running the 
following:

emacs -Q --eval "(progn (tool-bar-mode -1) (menu-bar-mode -1) 
(set-face-attribute 'default nil :height 90))"

You might need to try this a few times before the bug happens. (The 
'tool-bar-mode' and 'menu-bar-mode' calls above might not be strictly 
necessary, but they seem to make the issue happen more frequently for 
me.) Even when it does work, I notice that the frame's size bounces back 
and forth a couple of times before settling.

When I test this on 28.2, the frame starts out at its initial size, and 
then shrinks exactly once to the new, slightly smaller size.

I'm seeing this on a GNU/Linux system using X with the default 
configuration, building revision 906ecf442c43da98e6b8c7488f549691901690e9.

(Sorry for only noticing this when testing the release candidate; I 
normally run the development version of Emacs in a terminal, so I didn't 
encounter this issue until doing some final tests of the RC. It's also 
possible there's just something messed up on my system, though Emacs 
28.2 does behave properly...)




Acknowledgement sent to Jim Porter <jporterbugs@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#64812; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 24 Jul 2023 11:30:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.