1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/lisp/net
Michael Albinus dd19cc3aa1 Improve Tramp error handling
* lisp/net/tramp.el (tramp-set-syntax): Add missing argument.
(tramp-signal-hook-function): Make it more robust.
(tramp-handle-directory-files):
* lisp/net/tramp-adb.el
(tramp-adb-handle-directory-files-and-attributes)
(tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
* lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file):
* lisp/net/tramp-rclone.el (tramp-rclone-do-copy-or-rename-file)
(tramp-rclone-handle-directory-files):
* lisp/net/tramp-sh.el (tramp-sh-handle-directory-files-and-attributes)
(tramp-sh-handle-copy-directory, tramp-do-copy-or-rename-file):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-copy-file, tramp-smb-handle-directory-files)
(tramp-smb-handle-rename-file):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-do-copy-or-rename-file):
Improve error handling.

* test/lisp/net/tramp-tests.el (tramp-test11-copy-file)
(tramp-test12-rename-file, tramp-test14-delete-directory)
(tramp-test15-copy-directory, tramp-test16-directory-files)
(tramp-test19-directory-files-and-attributes): Extend tests.
2019-11-04 17:34:31 +01:00
..
ange-ftp.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
browse-url.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
dbus.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
dig.el Remove leftover XEmacs compat code from dig.el 2019-10-20 22:52:02 +02:00
dns.el
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
eudcb-bbdb.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
eudcb-ldap.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
eudcb-mab.el
eww.el * lisp/net/eww.el (eww-browse-url-new-window-is-tab): New defcustom. 2019-10-20 01:40:05 +03:00
gnutls.el Add cert bundle path for OpenIndiana 2019-10-28 15:38:34 +01:00
goto-addr.el
hmac-def.el
hmac-md5.el
imap.el Remove some compat code in imap.el 2019-10-19 10:54:09 +02:00
ldap.el
mailcap.el Make mailcap-prefer-mailcap-viewers work as documented 2019-10-07 05:00:24 +02:00
mairix.el
net-utils.el Touch up naming of ipv6-expand 2019-09-17 14:11:53 +02:00
netrc.el
network-stream.el
newst-backend.el Update some URLs 2019-09-23 00:12:52 -07:00
newst-plainview.el Remove some XEmacs compat code from newst*.el 2019-10-09 02:46:17 +02:00
newst-reader.el
newst-ticker.el
newst-treeview.el Remove some XEmacs compat code from newst*.el 2019-10-09 02:46:17 +02:00
newsticker.el Remove obsolete doc references to XEmacs (Bug#37899) 2019-10-28 15:55:10 +01:00
nsm.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
ntlm.el New function time-convert 2019-08-05 18:37:29 -07:00
pop3.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
puny.el Protect against invalid punycode 2019-10-20 09:40:11 +02:00
quickurl.el
rcirc.el Merge from origin/emacs-26 2019-10-26 09:55:12 -07:00
rfc2104.el Remove leftover XEmacs compat code and doc fixes 2019-09-13 18:37:15 +02:00
rlogin.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl.el
secrets.el
shr-color.el
shr.el Make shr scale images on all frames 2019-10-29 13:56:49 +01:00
sieve-manage.el
sieve-mode.el
sieve.el Prompt for new sieve script names in sieve management 2019-08-11 08:26:59 -07:00
snmp-mode.el
soap-client.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-17 02:08:43 +02:00
soap-inspect.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
socks.el
telnet.el
tramp-adb.el Improve Tramp error handling 2019-11-04 17:34:31 +01:00
tramp-archive.el Cleanup Tramp 2019-10-11 13:50:34 +02:00
tramp-cache.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
tramp-cmds.el
tramp-compat.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
tramp-ftp.el
tramp-gvfs.el Improve Tramp error handling 2019-11-04 17:34:31 +01:00
tramp-integration.el
tramp-rclone.el Improve Tramp error handling 2019-11-04 17:34:31 +01:00
tramp-sh.el Improve Tramp error handling 2019-11-04 17:34:31 +01:00
tramp-smb.el Improve Tramp error handling 2019-11-04 17:34:31 +01:00
tramp-sudoedit.el Improve Tramp error handling 2019-11-04 17:34:31 +01:00
tramp-uu.el
tramp.el Improve Tramp error handling 2019-11-04 17:34:31 +01:00
trampver.el
webjump.el
zeroconf.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00