From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: eglot and tramp Date: Mon, 14 Nov 2022 20:18:37 -0500 Message-ID: <878rkddngy.fsf@ditto.jhoto.spork.org> References: Reply-To: Brian Cully Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25867"; mail-complaints-to="usenet@ciao.gmane.io" To: Pedro Andres Aranda Gutierrez , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 15 02:27:25 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 1oukjU-0006VG-73 for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Nov 2022 02:27:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oukbh-0004H4-U7; Mon, 14 Nov 2022 20:19:21 -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 1oukbf-0004CY-Rt for emacs-devel@gnu.org; Mon, 14 Nov 2022 20:19:19 -0500 Original-Received: from coleridge.kublai.com ([166.84.7.167] helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oukbd-0005ib-Lk for emacs-devel@gnu.org; Mon, 14 Nov 2022 20:19:19 -0500 Original-Received: from ditto (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 58EFEC3A5; Mon, 14 Nov 2022 20:18:38 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1668475119; bh=FxWI6/lT9MhF/eFR/3w4Tqd7XRn2Tup7ZeHWI4cQYyc=; h=From:To:Subject:In-Reply-To:References:Date; b=BSiKueaVYXmtjF29nfR+IMEI8DiXmqqt6DTBvNBll5eb9U4cxwXtrVmrk0anMLILE ntIyzY/ynuRgoXnJQGXCuk4l5lll+JC03L5YIcRDmnvtQfnh0NWUicDhJnW1Yt7qSR Fyy6fyEGJy6fXqJXk804YRzuUnc052KDxSA+4wMw= In-Reply-To: Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.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:299817 Archived-At: Pedro Andres Aranda Gutierrez writes: > I'm looking for some advice on using eglot in a remote TRAMP editing > session. I have a couple of scenarios where I'd need to access a VM and > edit Python code residing inside. Having a Python LSP that can help me in > this use case would be really great. > > Since there is nothing in the eglot manual about this scenario, I'm asking > for enlightenment here As long as the language server is installed on the remote, it should Just Work=E2=84=A2. You may need to add =E2=80=98'tramp-own-remote-path=E2=80=99 to =E2=80=98tr= amp-remote-path=E2=80=99, depending on where the LSP is installed, however. -bjc