]> git.eshelyaron.com Git - emacs.git/commit
Fix some Tramp problems seen during tests
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Jun 2020 14:24:22 +0000 (16:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Jun 2020 14:24:22 +0000 (16:24 +0200)
commit4503dcf635aae4d40024267d373332bab588009f
treeb13d311404c3c99f1278b4a03fb47cc6789cb9d7
parent1507d61ebc5b572f6c9173ce9d76de379d919a94
Fix some Tramp problems seen during tests

* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Add `access-file'.
(tramp-crypt-file-name-for-operation): Rewrite.  Take second
argument into account.
(tramp-crypt-file-name-handler): Use it.
(tramp-crypt-send-command): Set buffer multibyte (but utf8 files
still don't work).
(tramp-crypt-handle-access-file): New defun.
(tramp-crypt-do-copy-or-rename-file): Short track if both files
are on a crypted remote dir.

* lisp/net/tramp.el (file-notify-rm-watch): Declare.
(tramp-inhibit-progress-reporter): New defvar.
(tramp-message): Display message only if not suppressed by
progress reporter.
(with-tramp-progress-reporter): Suppress concurrent progress
reporter messages.
(tramp-file-notify-process-sentinel): Simplify.
lisp/net/tramp-crypt.el
lisp/net/tramp.el