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: Native compilation on Windows, was Re: Bootstrap Compilation Speed Date: Tue, 25 Jan 2022 21:56:12 +0200 Message-ID: <835yq7io83.fsf@gnu.org> References: <86h7a25nz7.fsf@duenenhof-wilhelm.de> <878rve85yy.fsf@russet.org.uk> <86a6fu3xb2.fsf@duenenhof-wilhelm.de> <87tue1j8x0.fsf@russet.org.uk> <86wniw3kdq.fsf@duenenhof-wilhelm.de> <83tue0u8sh.fsf@gnu.org> <86sftk3evj.fsf@duenenhof-wilhelm.de> <86k0ev3jvj.fsf@duenenhof-wilhelm.de> <86bl07361o.fsf@duenenhof-wilhelm.de> <8635li3mog.fsf@duenenhof-wilhelm.de> <86y23a10fy.fsf@duenenhof-wilhelm.de> <83h79xpob1.fsf@gnu.org> <86tudx1h4z.fsf@duenenhof-wilhelm.de> <83v8ydnvle.fsf@gnu.org> <86lez828ta.fsf@duenenhof-wilhelm.de> <83ee50oo9u.fsf@gnu.org> <86a6fo12re.fsf@duenenhof-wilhelm.de> <864k5ry4yq.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6073"; mail-complaints-to="usenet@ciao.gmane.io" Cc: corwin@bru.st, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: "H. Dieter Wilhelm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 25 20:58:56 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 1nCRxu-0001Ga-Rc for ged-emacs-devel@m.gmane-mx.org; Tue, 25 Jan 2022 20:58:55 +0100 Original-Received: from localhost ([::1]:56636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nCRxt-0005a2-F6 for ged-emacs-devel@m.gmane-mx.org; Tue, 25 Jan 2022 14:58:53 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCRvc-00030U-6N for emacs-devel@gnu.org; Tue, 25 Jan 2022 14:56:33 -0500 Original-Received: from [2001:470:142:3::e] (port=43752 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCRvZ-0005fd-QG; Tue, 25 Jan 2022 14:56:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=7UIaXC9HJ6Y8+qycE+4Ok737dbO5CK2pz+ynATzl/Lc=; b=M0GeTB4yFsI2 jKdK+cSqHaVhPMPSvTi7RHEbmZT/a5FSD5a4Nib7cNa0PxIjzxyhYVh0l3tkZ2COOOliKDsr4jvb3 WZx//NMXIXFccKCczfGgoZhCaEbO+1V8b+r9l/C68fDx+ZnYhTKt0GgPxsHRcFQxIpvacsx/3cix0 RKYYnvR657pVybsKquYtuSexcebLNR8DX3/yKpBUhZhta41CBLQJESpncnYVKmhAGiNGe6KEUkuz8 MBNY3ZGGXD70nY42Hx/WddNFsu1If0KSa1XT0+y5vh7Odak+yhJq6qQuJ+7QOfXlB87kapPY8MUd8 51utqlXvVboHXMaiwGYRYQ==; Original-Received: from [87.69.77.57] (port=4709 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCRvS-00088t-Qv; Tue, 25 Jan 2022 14:56:29 -0500 In-Reply-To: <864k5ry4yq.fsf@duenenhof-wilhelm.de> (dieter@duenenhof-wilhelm.de) 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:285387 Archived-At: > From: "H. Dieter Wilhelm" > Cc: corwin@bru.st, emacs-devel@gnu.org, phillip.lord@russet.org.uk > Date: Tue, 25 Jan 2022 20:45:33 +0100 > > When using the executables to open files, it seems, emacsclientw.exe is > to emacsclient.exe what runemacs.exe is to emacs.exe (with the former no > additional terminal windows are popping up :-) ). Not exactly. emacsclientw is the no-wait variant of emacsclient, not a don't-show-console variant. IOW, emacsclientw is appropriate for using from GUI programs that don't (and cannot) wait for Emacs.