; Tramp: fixes resulting from test campaign
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 19 Mar 2025 13:40:54 +0000 (14:40 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Mar 2025 10:51:41 +0000 (12:51 +0200)
commit89f3ac161cf637ecbf209556043081c8f8c43d42
tree922c96d6383d2b0afb03319f20b7766764a97e20
parent2bc593d2d420c09851598dc96771b0ac98bb1aa6
; Tramp: fixes resulting from test campaign

* lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file):
Handle symlinks.

* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-process-file):
STDERR is not implemented.

* lisp/net/tramp.el (tramp-skeleton-process-file): Raise a warning
if STDERR is not implemented.
(tramp-handle-shell-command):
Respect `async-shell-command-display-buffer'.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.

(cherry picked from commit f6632114fe661930c45b5e9c1bf66644be095ff9)
lisp/net/tramp-gvfs.el
lisp/net/tramp-sshfs.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el