From: Michael Albinus <michael.albinus@gmx.de>
To: Ko Nishi <kohnish@gmx.com>
Cc: 66093@debbugs.gnu.org, joaotavora@gmail.com
Subject: bug#66093: Eglot over tramp sshfs/sftp
Date: Fri, 22 Sep 2023 20:11:55 +0200 [thread overview]
Message-ID: <877coi2i38.fsf@gmx.de> (raw)
In-Reply-To: <87h6nm9jde.fsf@gmx.de> (Michael Albinus's message of "Fri, 22 Sep 2023 20:02:21 +0200")
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]
Michael Albinus <michael.albinus@gmx.de> writes:
Hi Ko,
> Could you pls test the appended patch? It is on top of the emacs-29
> branch of the Emacs git repository, but it should apply also on the
> Emacs 29.1 sources.
Oops, the other part is missing. Pls apply also the appended patch here.
>> Best,
>> Ko
Best regards, Michael.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 873 bytes --]
diff --git a/lisp/net/tramp-sshfs.el b/lisp/net/tramp-sshfs.el
index c638d32ec35..0e58e8d7ee5 100644
--- a/lisp/net/tramp-sshfs.el
+++ b/lisp/net/tramp-sshfs.el
@@ -60,7 +60,7 @@ tramp-default-remote-shell
;; These are for remote processes.
(tramp-login-program "ssh")
(tramp-login-args (("-q") ("-l" "%u") ("-p" "%p")
- ("-e" "none") ("-t" "-t")
+ ("-e" "none") ("-t" "%a")
("%h") ("%l")))
(tramp-direct-async t)
(tramp-remote-shell ,tramp-default-remote-shell)
@@ -323,6 +323,7 @@ tramp-sshfs-handle-process-file
?h (or (tramp-file-name-host v) "")
?u (or (tramp-file-name-user v) "")
?p (or (tramp-file-name-port v) "")
+ ?a ""
?l command))
;; Synchronize stderr.
next prev parent reply other threads:[~2023-09-22 18:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 17:52 bug#66093: Eglot over tramp sshfs/sftp Ko Nishi
2023-09-19 7:46 ` Michael Albinus
2023-09-19 18:59 ` Ko Nishi
2023-09-20 9:14 ` Michael Albinus
2023-09-22 18:02 ` Michael Albinus
2023-09-22 18:11 ` Michael Albinus [this message]
2023-09-26 9:03 ` Ko Nishi
2023-09-26 16:59 ` Michael Albinus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877coi2i38.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=66093@debbugs.gnu.org \
--cc=joaotavora@gmail.com \
--cc=kohnish@gmx.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).