GNU bug report logs - #61748
27.2; Eglot should use shell-file-name when launching the language server for a remote file

Previous Next

Package: emacs;

Reported by: jeberger <at> free.fr

Date: Fri, 24 Feb 2023 07:40:01 UTC

Severity: normal

Found in version 27.2

Done: João Távora <joaotavora <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: João Távora <joaotavora <at> gmail.com>
Cc: jeberger <at> free.fr, 61748 <at> debbugs.gnu.org
Subject: bug#61748: 27.2; Eglot should use shell-file-name when launching the language server for a remote file
Date: Tue, 28 Feb 2023 09:41:48 +0100
João Távora <joaotavora <at> gmail.com> writes:

Hi João,

>     ~/Source/Emacs/emacs/src/emacs -Q                                                 \
>        /ssh:sshuser <at> localhost#2022:$REMOTE_FILE                                       \
>        --eval '(add-to-list (quote tramp-remote-path) "~/bin")'                       \
>        -f eglot

You must set tramp-remote-path before accessing the remote server. Try this:

     ~/Source/Emacs/emacs/src/emacs -Q -l tramp                                        \
        --eval '(add-to-list (quote tramp-remote-path) "~/bin")'                       \
        /ssh:sshuser <at> localhost#2022:$REMOTE_FILE                                       \
        -f eglot

> João

Best regards, Michael.




This bug report was last modified 2 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.