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: Terminal emulator in Windows Date: Tue, 10 Jan 2023 22:15:39 +0600 Message-ID: <877cxunz6c.fsf@disroot.org> References: <87bkn6hkwa.fsf@disroot.org> <83a62qo72p.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9115"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 10 17:50:01 2023 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 1pFHp2-0001bo-Cf for ged-emacs-devel@m.gmane-mx.org; Tue, 10 Jan 2023 17:50:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pFHIK-0000WF-CE; Tue, 10 Jan 2023 11:16:12 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFHIH-0000Vl-6t for emacs-devel@gnu.org; Tue, 10 Jan 2023 11:16:09 -0500 Original-Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFHIC-0007xM-EQ; Tue, 10 Jan 2023 11:16:08 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4F0C640EA8; Tue, 10 Jan 2023 17:16:01 +0100 (CET) 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 ESMTP id 9w7NQwO9oIwl; Tue, 10 Jan 2023 17:16:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1673367360; bh=u+CwqbUPY7k/V+IAdfiRHnRq8icUVGEgvFaULvLoLXY=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=l4e4IAWrNwCa+b8lJwcTPNW13X1bhrRjnqH/cNGtVJwp2pLZBR9YEykWZhQ2BeYKP bOhNq+Sa9P7iFv+Ha1KmfOiGW9LR5uRYPu8rLnRcboIcwjp+IdV+sIzo6vlMkSG1YP swfTNg+UwlsLibrHGswsvdG23vk8w5FdTIy5oj1ete20OT+jJGn9yerUwQaSg8aeqt nPdWA1IE1qbBGD/wU0WvceqrP484KTTSyYCcWVOxmXfndCKjHfYfOeHFIRuql1vbr3 l9cSu5AxWv4AzXOEkUtButye5PcRlu+oeuUe4IfwTdymHUqcXBiZb/nMuLH5p9eyJf IIMxcloIcq7aQ== In-Reply-To: <83a62qo72p.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 10 Jan 2023 15:25:02 +0200") 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 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302317 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Eli Zaretskii writes: >> From: Akib Azmain Turja >> Date: Tue, 10 Jan 2023 14:08:21 +0600 >>=20 >> As far as I know, terminal emulation doesn't work in Windows by default. >> Was anyone able to make terminal emulation in Windows work, with a >> shell? If yes, how? > > If by "terminal emulation" you mean term.el, then it doesn't work on No, not term.el, I'm willing to add the feature to my own terminal emulator (though I don't use Losedows). > MS-Windows because it requires two Posix features that AFAIK aren't > available on Windows, certainly not with the Windows default shell: > > . terminfo > . stty settings Yes, AFAIK. > > In addition, I'm not sure that Windows shells will work with the > process-connection-type being nil (i.e. via pipes instead of PTYs), > which is another feature that is missing on MS-Windows. > =2D-=20 Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5 Fediverse: akib@hostux.social Codeberg: akib emailselfdefense.fsf.org | "Nothing can be secure without encryption." --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmO9jysACgkQVTX89U2I YWuQVhAA4mi3qajb+er0kxYh1jPIBLrJ7pZYaaaONFmW55tl4A6C9v6DH4b8Vs76 /MnxRMOoroBNRgs1l4EvtJwcvZ9sJIPaqQzI9sbdFCdiQKMM0uGaU2zVrTKeSOL5 yWJIEjiT5/y2FfN9/gZRu5v/86Bmx6LDkFrgKZiSNHGWOP4mobmMckBqtZLIwVdi INrvmQVyptsYF6AeTExtpVqTegZe/fTQVmWMcMhUfKnSXPdWGBNlP6cSyABbQpc+ Xdl8bN3VOUQ3jYnfy0+ZVWQ47THm/09ABYLqu6U4YtCRSt8e5NJhatijOMbJpiTv pi3mBokZIfeuH4/sNnsH6/eNSkSdAMx4w85gdUzXueAV0s3qHZfocmTM70YKKNCY N86ory8slgH8zPKUAN/WVnsdHgohS9uBiQtuJxmTmbaoT0jXev4XaBtWDev4mhFJ RxsBgiYePfGLtNbdFGg0Ri4dFz+zgzgqXl56McVHIyKEUQttKBB66sJhBIA9pS8F Osqu04GSXeSPcY5maQ3ZaIp9d5IyxCFCACEarEt6cO4XdLb3jSwk60l23MGA+fZy yyEes7Un/6t0+iRA29SV9OBO8fBnFbREXnrUdH1CywNHEGprOSjN0RButCQvax3k RUmze1jKebzUCXMh1nbudPaz8G/dfyzTk1P8+ODeMzErNArI32w= =N2Hn -----END PGP SIGNATURE----- --=-=-=--