1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00
emacs/doc
Michael Albinus b2b26bd4d6 Use RemoteCommand option for Tramp's sshx and scpx methods
* doc/misc/tramp.texi (Inline methods) <sshx>:
(External methods) <scpx>: Adapt call sequence.
(Remote shell setup): Mention, that sshx and scpx overwrite
RemoteCommand.
(Remote processes): Restriction: direct asynchronous processes
cannot be used when RemoteCommand is in use.
`tramp-remote-process-environment' is not ignored any longer.

* lisp/net/tramp-sh.el (tramp-methods) <sshx, scpx>: Handle login
shell via RemoteCommand.  Remove `tramp-direct-async' parameter.
(tramp-maybe-open-connection): Add "-i" to login.

* lisp/net/tramp-smb.el (tramp-smb-errors):
Add "NT_STATUS_NOT_SUPPORTED".
(tramp-smb-handle-insert-directory): Fix point moving error.

* test/lisp/net/tramp-tests.el (tramp-test34-explicit-shell-file-name):
Use `get-buffer-process' where appropriate.
2021-01-22 17:39:52 +01:00
..
emacs Fix incompleteness in the implementation of minibuffer-follows-selected-frame 2021-01-10 20:32:40 +00:00
lispintro Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lispref Fix up example in the Modifying Menus node in the lispref manual 2021-01-20 04:17:41 +01:00
man Update copyright year to 2021 2021-01-01 01:13:56 -08:00
misc Use RemoteCommand option for Tramp's sshx and scpx methods 2021-01-22 17:39:52 +01:00