1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00
Michael Albinus c0c6cd2d5d Add 'remote-file-error' for Tramp
* doc/lispref/errors.texi (Standard Errors): Add 'remote-file-error'.

* etc/NEWS: Mention 'remote-file-error'.

* lisp/net/ange-ftp.el (ftp-error): Add error condition
`remote-file-error'.

* lisp/net/tramp-cmds.el (tramp-cleanup-all-connections): Do not set
`tramp-locked'.

* lisp/net/tramp-compat.el (remote-file-error): Define if it
doesn't exist.

* lisp/net/tramp-sh.el (tramp-timeout-session): Check for "locked"
property.
(tramp-maybe-open-connection): Simplify.

* lisp/net/tramp.el (tramp-locked, tramp-locker): Remove them.
(tramp-file-name-handler): Do not set them.
(with-tramp-locked-connection): New defmacro.
(tramp-accept-process-output, tramp-send-string): Use it.

* src/fileio.c (Qremote_file_error): New error symbol.

* test/lisp/net/tramp-tests.el (tramp-test43-asynchronous-requests):
Adapt test.  Remove :unstable tag.
2020-12-14 19:30:01 +01:00
..
2020-12-14 19:30:01 +01:00
2020-10-17 11:24:03 +02:00
2020-08-13 01:39:53 +02:00
2020-11-16 18:52:42 +01:00
2020-01-01 00:59:52 +00:00
2020-11-16 18:52:42 +01:00
2020-11-16 18:52:42 +01:00
2020-01-01 00:59:52 +00:00
2020-12-01 07:50:09 -08:00
2020-08-20 15:17:19 +02:00
2020-12-04 18:43:06 +01:00
2020-12-03 09:50:58 +01:00
2020-11-16 18:52:42 +01:00
2020-12-04 18:43:06 +01:00
2020-01-01 00:59:52 +00:00
2020-01-01 00:59:52 +00:00
2020-10-02 09:38:24 -07:00
2020-10-27 12:25:57 +01:00
2020-01-01 00:59:52 +00:00
2020-10-01 15:28:15 +02:00
2020-01-01 00:59:52 +00:00
2020-12-04 18:43:06 +01:00
2020-01-01 00:59:52 +00:00
2020-01-01 00:59:52 +00:00
2020-01-16 08:54:04 +01:00
2020-12-04 18:43:06 +01:00
2020-01-01 00:59:52 +00:00
2020-01-01 00:59:52 +00:00
2020-12-04 18:43:06 +01:00
2020-12-04 18:43:06 +01:00
2020-12-04 18:43:06 +01:00
2020-10-01 19:42:45 +02:00
2020-01-01 00:59:52 +00:00
2020-12-04 18:43:06 +01:00
2020-08-25 15:18:57 +02:00
2020-12-14 19:30:01 +01:00
2020-01-19 14:11:07 +01:00
2020-12-14 19:30:01 +01:00
2020-11-30 13:44:44 +01:00