mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 18:00:11 +00:00
* lisp/progmodes/eglot.el (eglot--connect): Improve Tramp workaround.
This commit is contained in:
parent
0eddfa28eb
commit
94a21c8864
1 changed files with 6 additions and 1 deletions
|
@ -1258,7 +1258,12 @@ This docstring appeases checkdoc, that's all."
|
||||||
;; very much data so we turn it off
|
;; very much data so we turn it off
|
||||||
;; unconditionally -- just for our
|
;; unconditionally -- just for our
|
||||||
;; process.
|
;; process.
|
||||||
(tramp-use-ssh-controlmaster-options t)
|
;; In Tramp 2.6.0.3 and newer, the value
|
||||||
|
;; `suppress' is sufficient. Older
|
||||||
|
;; Tramp versions need a non-nil value,
|
||||||
|
;; and a proper setting of
|
||||||
|
;; `tramp-ssh-controlmaster-options'.
|
||||||
|
(tramp-use-ssh-controlmaster-options 'suppress)
|
||||||
(tramp-ssh-controlmaster-options
|
(tramp-ssh-controlmaster-options
|
||||||
"-o ControlMaster=no -o ControlPath=none"))
|
"-o ControlMaster=no -o ControlPath=none"))
|
||||||
(make-process
|
(make-process
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue