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: João Távora
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 15:13:11 +0000

On Tue, Feb 28, 2023 at 2:45 PM Michael Albinus <michael.albinus@gmx.de> wrote:
> > > Sure.  RTFM :-)
> > I didn't complain about the manual.  I complained about the
> > variable docstring, which is what people read when changing a
> > variable's value.  If you don't think there's a shortcoming
> "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)





reply via email to

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