From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Akib Azmain Turja Newsgroups: gmane.emacs.devel Subject: Re: Implementing child frames on terminal Date: Fri, 15 Jul 2022 16:28:55 +0600 Message-ID: <87fsj2brfc.fsf@disroot.org> References: <87czfxu7be.fsf@disroot.org> <874k19tya1.fsf@disroot.org> <83h759lb6f.fsf@gnu.org> <87tu99s860.fsf@disroot.org> <838rqklurd.fsf@gnu.org> <87tu7n10hr.fsf@disroot.org> <83r12qxyxf.fsf@gnu.org> <87wnciv48c.fsf@yahoo.com> <83czeaxwwm.fsf@gnu.org> <87o7xuv3l1.fsf@yahoo.com> <83a69exvni.fsf@gnu.org> <831quoutim.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="23017"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , luangruo@yahoo.com, emacs-devel@gnu.org, ibluefocus@outlook.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 15 12:30:10 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 1oCIaH-0005ns-RX for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Jul 2022 12:30:09 +0200 Original-Received: from localhost ([::1]:41636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oCIaG-00079L-Ic for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Jul 2022 06:30:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCIZN-0006Sx-PZ for emacs-devel@gnu.org; Fri, 15 Jul 2022 06:29:14 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:46868) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCIZL-0001Yu-VF; Fri, 15 Jul 2022 06:29:13 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2604740DB0; Fri, 15 Jul 2022 12:29:08 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id yKdOR7xgOIsJ; Fri, 15 Jul 2022 12:29:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1657880946; bh=L+TUCcO1LxKa0zkt6Qz1x1EyqN/9bCXQ0cvDre3Dnr8=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=YFti/wdiG/65LLoHGt9nT6GAR+MK+nlVivqFBpeyernVdn7j+FazMMDzaTzIY0dlw 0rkx5+wc6CA3rY96tHgOVMA+9GH4LzkxXdyQNdvuIXW4xu9fexQCFIbE7u2HR2d0GB 1JS7x9N/CbPJO6quRO+3HLDLJFUfsCYTE+4XtTsScRaIZfX0m7xDoZlsEs5VyaRD46 1fTUKdY/jrynm6NyWc4K+i8uVUcNF++hGbOBA1hbPF1R20/QZ8dNmI9upFTLzfPtgA 5+u2zATfJlkL8uhfcrH/GUbjQfdxlQ2PzCU6PPNB8bTAL44yEHh3QQVDQh6g1JJUCl qZU8ckX768fKA== In-Reply-To: (Stefan Monnier's message of "Thu, 14 Jul 2022 10:03:08 -0400") Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=knopi.disroot.org 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, 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-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" Xref: news.gmane.io gmane.emacs.devel:292185 Archived-At: Stefan Monnier writes: >> (I also don't think child frames are the right basis for implementing >> such popups: they will look ugly. Emacs frames are not suited for >> emulating GUI dialog widgets.) > > AFAIK that's the main use of child frames, tho, and the main motivation > for implementing child frames in ttys (to replace things like `popon.el`). > > > Stefan > Exactly. <#secure method=pgpmime mode=sign> -- Akib Azmain Turja Find me on Mastodon at @akib@hostux.social. This message is signed by me with my GnuPG key. It's fingerprint is: 7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5