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: What are invisible frames for? Date: Thu, 22 Apr 2021 17:13:15 +0300 Message-ID: <83bla6pfus.fsf@gnu.org> References: <87v98eo264.fsf@md5i.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18621"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Michael Welsh Duggan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 22 16:15:00 2021 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 1lZa6d-0004d4-HP for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Apr 2021 16:14:59 +0200 Original-Received: from localhost ([::1]:42444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZa6c-0006Ia-Ka for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Apr 2021 10:14:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZa5B-0005Cr-5z for emacs-devel@gnu.org; Thu, 22 Apr 2021 10:13:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49904) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZa5A-00089B-8h; Thu, 22 Apr 2021 10:13:28 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2111 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lZa58-0000K6-K4; Thu, 22 Apr 2021 10:13:27 -0400 In-Reply-To: <87v98eo264.fsf@md5i.com> (message from Michael Welsh Duggan on Thu, 22 Apr 2021 09:54:11 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:268280 Archived-At: > From: Michael Welsh Duggan > Date: Thu, 22 Apr 2021 09:54:11 -0400 > Cc: Alan Mackenzie , emacs-devel@gnu.org > > I know that "emacs --daemon" creates a frame that isn't displayed. No, that's the frame created by temacs during the build. The daemon simply doesn't delete it, unlike any other Emacs session.