From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Menu-bar flickering on Win10 Date: Wed, 02 Nov 2022 15:07:20 +0100 Message-ID: <868rkt78mf.fsf@gnu.org> References: <86a6598soc.fsf@gnu.org> <83v8nxa41n.fsf@gnu.org> <86cza57a3s.fsf@gnu.org> <83o7tpa2ex.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14585"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 02 15:17:53 2022 Return-path: Envelope-to: ged-emacs-devel@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 1oqEYy-0003cG-OM for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Nov 2022 15:17:52 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqEPE-000462-4O; Wed, 02 Nov 2022 10:07:48 -0400 Original-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 ) id 1oqEPD-000458-4g for emacs-devel@gnu.org; Wed, 02 Nov 2022 10:07:47 -0400 Original-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 ) id 1oqEPC-0002ys-TR for emacs-devel@gnu.org; Wed, 02 Nov 2022 10:07:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=PjK305gpdq7kdA5AGaktKYycSpIvYbUv+c3HeP6xc14=; b=iIlvLXnvqO3YUby3h1jE kIttY/v7cmQ0bNS9Fc0KVt8aSlwLX/6xtxJVi71Sb0/HnFGsyi1I0DQ1jjASwbGSkZbUXthJ3iJmn wqBFESxjY4uaeBgaJzGWrfY9RyjtCCxP8VU9iEzizftJCIZonTHUBzS1ThTjAxPbw/JjyPNtdMiWC ptU5oqrWZJcJ7ID3pfzJaGsWBtqWtdXBaQYFdGznlTkcFeuuxo6dTPo1b6hiJkUXCvgTsUblAHLPx SCBIwmujQXm+c4cJoOSD1o46Q7symappDV0CYal+Sc8jhbdlJa/lZIn5+EQq/yjfL/JbuEjlnR2p7 +nJrZFbx8SVttg==; Original-Received: from p5b326552.dip0.t-ipconnect.de ([91.50.101.82] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqEPB-0002Qg-PG; Wed, 02 Nov 2022 10:07:45 -0400 In-Reply-To: <83o7tpa2ex.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 02 Nov 2022 15:53:10 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299019 Archived-At: Eli Zaretskii writes: > Didn't you say child frames are involved? Yes, corfu uses child frames for completion pop-ups. > If so, there are at least 2 frames, and each frame has at least one > window. Right? I meant that *I* didn't open multiple frames/windows with 'C-x 5 2' and/or 'C-x 2' etc. > I didn't mean to say you are responsible in some way. Thanks, I also didn't get it like that. > Could be. I simply don't know yet. Which is why I suggested to step > through the code. Is there anything else I can provide? Should I open a bug report for this? Best, Arash