From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Sebastian Miele Newsgroups: gmane.emacs.help Subject: Re: Seeking remote Emacs recommendations Date: Sat, 05 Aug 2023 16:16:23 +0200 Message-ID: <87y1ipva8m.fsf@whxvd.name> References: <86leepvdco.fsf@jeffclough.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12767"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Jeff Clough Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 05 16:24:30 2023 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 1qSICh-000351-Vo for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 05 Aug 2023 16:24:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSIC6-00057m-S7; Sat, 05 Aug 2023 10:23:50 -0400 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 1qSIC4-00057Y-DS for help-gnu-emacs@gnu.org; Sat, 05 Aug 2023 10:23:48 -0400 Original-Received: from mout-p-201.mailbox.org ([80.241.56.171]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1qSIC2-0007BZ-BA for help-gnu-emacs@gnu.org; Sat, 05 Aug 2023 10:23:48 -0400 Original-Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4RJ4ZL658Nz9sQX; Sat, 5 Aug 2023 16:23:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whxvd.name; s=MBO0001; t=1691245418; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1WIVxKOu9odtsLRAD0nCLwyKUdsN2Yc6/oyA1ddRehY=; b=pUC5xrjaGCw8TXqpfsem7xcJpgJ7shfjD5YTPTtGV21EX/e7zW+cxop1QV1VllmvO6XEw0 kF3WCLZi42ABQgmki6SAIytLePHiynAJ7+J8deYO1aIfI/65xNENUbayp0c68cSwhxk3V9 mbSN6qnFmFW7vld3J1frZM+Z7QIfcgCJJtVfzvQAE9tLy7RkFlBFUoUMVZVWfBP9FIadoS N2OMOliQKkdNTWS5HhBneXPB+hQPIQc3SMPIPBIcWNvVC1++uiK5Ws3EqojqlSy2n/b+rn 0HwMaAg+lY6/8mMENPlGogivnqazSTYNKPHrkfQ0hYB8U8zvX43F/7S6nm6Gcw== In-reply-to: <86leepvdco.fsf@jeffclough.net> Received-SPF: pass client-ip=80.241.56.171; envelope-from=iota@whxvd.name; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144622 Archived-At: > From: Jeff Clough > Date: Sat, 2023-08-05 09:16 -0400 > > I'm wondering what people's recommendations are for approaches, > packages, and configurations for running Emacs on a remote GNU/Linux > system and displaying/interacting with that Emacs via Windows 10. I know > there are several ways to accomplish this (or used to be), but I don't > want to bark up an outdated or inefficient tree. Since this has *got* to > be a common need around here, I figured at least one person on the list > would have The Answer. I never tried any of that, but my first guess would be to try WSL (https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux). An internet search for "emacs windows subsystem for linux" gives several results.