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: Thu, 14 Jul 2022 18:07:34 +0600 Message-ID: <87a69b7v95.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> <87k08guqvn.fsf@disroot.org> <83r12otb29.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="15743"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, luangruo@yahoo.com, emacs-devel@gnu.org, ibluefocus@outlook.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 14 14:10:00 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 1oBxfL-0003p7-7Q for ged-emacs-devel@m.gmane-mx.org; Thu, 14 Jul 2022 14:09:59 +0200 Original-Received: from localhost ([::1]:41958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBxfJ-0007u0-QV for ged-emacs-devel@m.gmane-mx.org; Thu, 14 Jul 2022 08:09:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56330) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBxe8-0007Dg-1A for emacs-devel@gnu.org; Thu, 14 Jul 2022 08:08:44 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:57096) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBxe5-0007ni-U0; Thu, 14 Jul 2022 08:08:43 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 53C0740DAD; Thu, 14 Jul 2022 14:08:39 +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 gSWFkmrsRPHN; Thu, 14 Jul 2022 14:08:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1657800473; bh=hXqbPoH4ZZQe+GLtmjt7NihaykznIsuMf+uSXk/LM8M=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=SnBIwbzDZBTeANxlVDsiiiFoO8bAYawRJMT94jUK3pG1tIRgkRU4MB2sWmsq7iLFK QUKOalfRPVxp+YQsTBaRpqsI/5TQKlQiF3RQOSHaIGrLy7E5pri0aQAz05SMFeZ5Sm EJHDIRM+c8fOwytdpF3q6KbnzNbtAQ09Ci+SQwLe3j6/KD9CsXdiJiA/9O5mRyOJyQ wIqsp/DCGZjA/kKSVfi1SJdhONhp4ANsUqVi0xw6rwuMNJYEGyG90iop5aO3beuk0P 8Cop3KzKbifmGKp+gpF6GMejY/g6cBC4HCyuuB47sX7/7TL7XKsSaA9imDjWJtxpR+ RUCYI4AAKSIgw== In-Reply-To: <83r12otb29.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 14 Jul 2022 10:20:30 +0300") 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:292140 Archived-At: Eli Zaretskii writes: >> From: Akib Azmain Turja >> Cc: luangruo@yahoo.com, emacs-devel@gnu.org, ibluefocus@outlook.com >> Date: Thu, 14 Jul 2022 12:53:32 +0600 >> >> > (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.) >> >> What? Completion popup is a misuse of child frame? Then what its >> supposed to do? > > What is "it" in this case? > Child frame. What child frame is supposed to do? <#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