From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Q: child frames on ttys Date: Sat, 31 Aug 2024 09:45:57 +0300 Message-ID: <865xrhdwbe.fsf@gnu.org> References: <149ecbf2-7624-4580-8b27-5bd11cc2648a@gutov.dev> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29475"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 31 08:46:35 2024 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 1skHsZ-0007ZP-Kb for ged-emacs-devel@m.gmane-mx.org; Sat, 31 Aug 2024 08:46:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1skHsK-0001pP-Bw; Sat, 31 Aug 2024 02:46:20 -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 1skHs9-0001lb-5z for emacs-devel@gnu.org; Sat, 31 Aug 2024 02:46:10 -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 1skHs8-0002ca-RH; Sat, 31 Aug 2024 02:46:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=JJQhxHCKAah6cPnSF1yMH3FHY3fbmoj0w8WwmQ1i0Qg=; b=HMFtj8OA8GIpoxp9zxGq /6/DGQbLZdtmRfGuLUQoXklPt/9mwPmC/bmQp7gFSoCzHLYsm3aIfew6crH6tfmXKPKYSvPv4FGu5 jrHwgQhqK4hlbKyNzc4TtxiTDcw3/tdcu02VlUXWZmrphuh0cZ1cvKUfNFxJkW5BUbEPpFepFiv56 No+ZWabAtCynDCDovTc72Niv4b8vNfmqII5ZOjBOeb/x5BRAIZiGFXrVXREjSiQHjf0whTzRcmiPq hb0sgM9bpF+4Yis8121oQ48BEbek2okKD9E5hTT/q14RiQvdlsmW23QyTllgwO4qULW8UrtHR4wn5 gCy8HjvMOOUBtQ==; In-Reply-To: <149ecbf2-7624-4580-8b27-5bd11cc2648a@gutov.dev> (message from Dmitry Gutov on Sat, 31 Aug 2024 00:11:10 +0300) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323229 Archived-At: > Date: Sat, 31 Aug 2024 00:11:10 +0300 > From: Dmitry Gutov > > On 17/08/2024 10:24, Gerd Möllmann wrote: > > I'm asking because I'm in the process of switching to tty Emacs on > > macOS, and the only thing I'm missing it seems is child frames, for > > Corfu, Vertico, and Transient, in my case, the latter two via Posframe. > > Off topic (sorry), but I wish someone worked on child frames looking > better under GNOME/Linux. > > When I test it on macOS, it seems regular, but under GNOME it swiftly > blinks once every refresh. Something to do with double buffering, maybe. Do you mean that disabling double-buffering stops the blinking?