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


Message #107 received at 61748 <at> debbugs.gnu.org (full text, mbox):

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: Re: bug#61748: 27.2; Eglot should use shell-file-name when
 launching the language server for a remote file
Date: Tue, 28 Feb 2023 16:44:43 +0100
[Message part 1 (text/plain, inline)]
João Távora <joaotavora <at> gmail.com> writes:

Hi João,

>> "Patches welcome" means "send patches" :-)
>
> Here you go :-)
>
> diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
> index eaddc36b54a..d841bbf60e6 100644
> --- a/lisp/net/tramp.el
> +++ b/lisp/net/tramp.el
> @@ -1372,7 +1372,9 @@ tramp-remote-path
>
>  `Private Directories' are the settings of the $PATH environment,
>  as given in your `~/.profile'.  This entry is represented in
> -the list by the special value `tramp-own-remote-path'."
> +the list by the special value `tramp-own-remote-path'.
> +
> +Also RFTM."
>    :group 'tramp
>    :type '(repeat (choice
>     (const :tag "Default Directories" tramp-default-remote-path)

Ah, you mean

[Message part 2 (text/x-patch, inline)]
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index eaddc36b54a..b24bd33de82 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1372,7 +1372,9 @@ tramp-remote-path

 `Private Directories' are the settings of the $PATH environment,
 as given in your `~/.profile'.  This entry is represented in
-the list by the special value `tramp-own-remote-path'."
+the list by the special value `tramp-own-remote-path'.
+
+For a full discussion, see Info node `(tramp) Remote programs'."
   :group 'tramp
   :type '(repeat (choice
 		  (const :tag "Default Directories" tramp-default-remote-path)
[Message part 3 (text/plain, inline)]
Pushed to the emacs-29 branch.

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.