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.help Subject: Re: Running Emacs in an MSYS2 shell (or terminal?) Date: Wed, 26 Jan 2022 19:32:06 +0200 Message-ID: <83sftaflnt.fsf@gnu.org> References: <86fspbydoi.fsf@duenenhof-wilhelm.de> <8635la97eb.fsf@gnu.org> <86v8y6wi63.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36531"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 26 18:53:38 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nCmUC-0009Ju-Ld for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 26 Jan 2022 18:53:36 +0100 Original-Received: from localhost ([::1]:36374 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nCmUB-0000Vv-FV for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 26 Jan 2022 12:53:35 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45236) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCm9Y-0003k5-9s for help-gnu-emacs@gnu.org; Wed, 26 Jan 2022 12:32:16 -0500 Original-Received: from [2001:470:142:3::e] (port=37790 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 1nCm9X-0004ey-Vw for help-gnu-emacs@gnu.org; Wed, 26 Jan 2022 12:32:16 -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=e/ovxfvie37tFeFy1cfXIfI1OalPKB08DNDO3/pZrJQ=; b=CsFMi8JIQSDP j9iB7GT0Pq7iCc/J8d5YiGyEA2RbdZ9CwzCcrO2T8/ZbDy/ub3hEy+E7etG3BNJYVPKErwgQ6ncqA IOmpAlDbWXXGBcV1tvWeZQGJJW3NtTi1PhB8yUHY/uTDQNEX98CxvX19KlJfOeT8FaDH820hDYl+4 p96BGoDO8MDBmyKi3bWDaohV612hP325OxMi9k7DpBX6GGkpfHXP5uBK/7kOU+6L1G1x8RTZzX69n i4NxII8XaO+Aq4vGyc5RgdB0RX2AVIJ9J7Df3UI2kYvcGlcCfQgkjWK3bRvsd43ArJLfoc/owODxD BTB7FYlnhAy01RIHoTyxvA==; Original-Received: from [87.69.77.57] (port=4465 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 1nCm9X-0004EQ-5o for help-gnu-emacs@gnu.org; Wed, 26 Jan 2022 12:32:15 -0500 In-Reply-To: <86v8y6wi63.fsf@duenenhof-wilhelm.de> (dieter@duenenhof-wilhelm.de) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135538 Archived-At: > From: "H. Dieter Wilhelm" > Date: Wed, 26 Jan 2022 17:55:32 +0100 > Cc: help-gnu-emacs@gnu.org > > Unfortunately, for the more important use case, "emacsclient.exe -nw > test.txt", or the like, a new frame - outside of the "defterm" window - > is always opening up. It is not clear to me what did you expect to happen with emacsclient invocation with the -nw switch. Emacs on MS-Windows cannot create a new console window, nor can it "attach" to an existing console window. Moreover, it cannot have both TTY and GUI frames in the same session. With these limitations, does anything look out of order in the behavior that you see?