]> git.eshelyaron.com Git - emacs.git/commit
Suspend timers when reading Tramp process output
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 4 May 2023 18:42:24 +0000 (20:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 4 May 2023 18:42:24 +0000 (20:42 +0200)
commit5f79d821a0651b74268cc1a27a8396a7e524a8c8
treecb8f6ba2e47202157491658d8692c3f16275739b
parentd3ec68f5e433e5792c1c63672c7b437bb29c5759
Suspend timers when reading Tramp process output

* lisp/net/tramp-compat.el (xdg): Require.
(tramp-compat-temporary-file-directory): Set it to
$XDG_CACHE_HOME/emacs if possible.

* lisp/net/tramp.el (tramp-debug-to-file): Fix docstring.
(tramp-wrong-passwd-regexp): Add "Authentication failed" string
(from doas).
(tramp-debug-message): Simplify backtrace check.
(with-tramp-locked-connection): Suppress timers.  (Bug#49954, Bug60534)

* test/lisp/net/tramp-tests.el (tramp-test09-insert-file-contents):
Adapt test.
(tramp-test45-asynchronous-requests): Remove :unstable tag.
Adapt test.
lisp/net/tramp-cache.el
lisp/net/tramp-compat.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el