From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: drshapeless via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#55779: 29.0.50; child frame Date: Sat, 04 Jun 2022 11:10:14 +0800 Message-ID: References: <87wndybdo1.fsf@drshapeless.com> <87leue59fd.fsf@yahoo.com> <87ee06vtds.fsf@drshapeless.com> <87ee063piv.fsf@yahoo.com> <875ylhx0cb.fsf@drshapeless.com> <878rqd44ax.fsf@yahoo.com> Reply-To: drshapeless Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38824"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 55779@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jun 04 05:11:24 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nxKCC-0009v0-5L for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 04 Jun 2022 05:11:24 +0200 Original-Received: from localhost ([::1]:37508 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxKCA-0001GJ-KU for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 03 Jun 2022 23:11:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxKBy-0001G7-Kx for bug-gnu-emacs@gnu.org; Fri, 03 Jun 2022 23:11:10 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35178) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nxKBq-0007xL-1f for bug-gnu-emacs@gnu.org; Fri, 03 Jun 2022 23:11:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nxKBp-0006pR-MI for bug-gnu-emacs@gnu.org; Fri, 03 Jun 2022 23:11:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87wndybdo1.fsf@drshapeless.com> Resent-From: drshapeless Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Jun 2022 03:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55779 X-GNU-PR-Package: emacs Original-Received: via spool by 55779-submit@debbugs.gnu.org id=B55779.165431222726208 (code B ref 55779); Sat, 04 Jun 2022 03:11:01 +0000 Original-Received: (at 55779) by debbugs.gnu.org; 4 Jun 2022 03:10:27 +0000 Original-Received: from localhost ([127.0.0.1]:57308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxKBH-0006oe-Jc for submit@debbugs.gnu.org; Fri, 03 Jun 2022 23:10:27 -0400 Original-Received: from drshapeless.com ([173.199.127.49]:46964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxKBE-0006oQ-V7 for 55779@debbugs.gnu.org; Fri, 03 Jun 2022 23:10:26 -0400 Original-Received: from mac.local (unknown [218.255.234.70]) by drshapeless.com (Postfix) with ESMTPSA id 62B492635; Fri, 3 Jun 2022 23:10:18 -0400 (EDT) xIn-Reply-To: <878rqd44ax.fsf@yahoo.com> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:233633 Archived-At: Po Lu writes: > drshapeless writes: > >> I have commented out 2 calls in xfns.c and 1 call in xterm.c. But the >> issue persists. A bit more detailed observation is that, the size of the >> blocking overlay (just call it overlay now) is related to the last >> completion child frame. >> >> For example, if the last child frame was 3-line tall, if the next child >> frame is 5-line tall, only the first 3 lines are blocked. >> >> And still, this behaviour cannot be observed other than building with >> gtk. > > I'm lost. What happens if you set `x-gtk-resize-child-frames' to > `hide'? I have tried this one even before sending the bug report, did not help. The bug should be something related to gtk related commit in master but not in 28.1 release. But I could not located it.