bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61748: 27.2; Eglot should use shell-file-name when launching the lan


From: Michael Albinus
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
User-agent: Gnus/5.13 (Gnus v5.13)

João Távora <joaotavora@gmail.com> writes:

Hi João,

>     ~/Source/Emacs/emacs/src/emacs -Q                                         
>         \
>        /ssh:sshuser@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@localhost#2022:$REMOTE_FILE                                
       \
        -f eglot

> João

Best regards, Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]