]> git.eshelyaron.com Git - emacs.git/commit
Use powershell for Tramp on MS Windows
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 5 Apr 2021 17:37:30 +0000 (19:37 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 5 Apr 2021 17:37:30 +0000 (19:37 +0200)
commit14d295871a93c37a33d558ec4e8d49a93b787d8e
tree60b6a87a793c2312e661777a0b57b310049a0e98
parentddc4bba41387fdc7caef874f65d1ac78d12305e7
Use powershell for Tramp on MS Windows

* lisp/net/tramp-sh.el (tramp-use-ssh-controlmaster-options):
Nil on MS Windows.
(tramp-connection-properties): Add "encoding-shell".
(tramp-maybe-open-connection): Use it.  Change exit handling.
(tramp-actions-before-shell): Add `tramp-no-job-control-regexp'.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.
(tramp-no-job-control-regexp): New defcustom.
(tramp-get-debug-buffer): Set coding system.
lisp/net/tramp-sh.el
lisp/net/tramp.el