1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 22:20:52 -08:00
emacs/lisp/net
Michael Albinus f5b8f626e3 Fix some Tramp problems
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
Use `tramp-adb-handle-file-executable-p' and
`tramp-adb-handle-file-readable-p'.
(tramp-adb-handle-file-executable-p)
(tramp-adb-handle-file-readable-p): New defuns.
(tramp-adb-handle-file-writable-p): Simplify.
(tramp-adb-handle-make-process): Handle :filter being t.
(tramp-adb-find-test-command): Remove.

* lisp/net/tramp-sh.el (tramp-sh-handle-file-readable-p):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-file-readable-p):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
Use `tramp-handle-file-readable-p'.
(tramp-gvfs-handle-file-executable-p): Do not check whether file
exists, this is done in `tramp-check-cached-permissions'.
(tramp-gvfs-handle-file-readable-p): Remove.

* lisp/net/tramp.el (tramp-error): Move binding of `inhibit-message' ...
(tramp-signal-hook-function): ... here.
(tramp-handle-access-file): Rewrite.
(tramp-handle-file-readable-p): New defun.
(tramp-handle-make-process): Setting :filter to t works since
Emacs 29.1 only.

* test/lisp/net/tramp-tests.el (tramp-test17-insert-directory)
(tramp-test18-file-attributes): Extend tests.
2021-10-18 19:54:13 +02:00
..
ange-ftp.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
browse-url.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
dbus.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
dictionary-connection.el
dictionary.el * lisp/net/dictionary.el (context-menu-dictionary): Move menu item down. 2021-10-02 22:22:41 +03:00
dig.el
dns.el
eudc-bob.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
eudc-export.el
eudc-hotlist.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
eudc-vars.el
eudc.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
eudcb-bbdb.el
eudcb-ldap.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
eudcb-mab.el
eudcb-macos-contacts.el
eww.el Add bookmark.el support to eww 2021-09-29 03:53:07 +02:00
gnutls.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
goto-addr.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
hmac-def.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
hmac-md5.el
imap.el
ldap.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
mailcap.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
mairix.el Prefer "website" to "homepage" 2021-09-16 15:42:44 +02:00
net-utils.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
netrc.el
network-stream.el
newst-backend.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el
nsm.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ntlm.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
pop3.el
puny.el
quickurl.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
rcirc.el Use browse-url-button-regexp for rcirc-url-regexp 2021-10-13 21:49:28 +02:00
rfc2104.el
rlogin.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
sasl-cram.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sasl-digest.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sasl-ntlm.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
shr-color.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
shr.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sieve-manage.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sieve-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
sieve.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
snmp-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
soap-client.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
soap-inspect.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
socks.el ; Stylistic docfixes in net/*.el found by checkdoc 2021-09-19 16:57:03 +02:00
telnet.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
tramp-adb.el Fix some Tramp problems 2021-10-18 19:54:13 +02:00
tramp-archive.el Backport: * lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-handler): Scope 2021-10-07 13:13:47 +02:00
tramp-cache.el Fix unmounting in Tramp 2021-10-03 18:55:35 +02:00
tramp-cmds.el * lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer. 2021-09-23 14:28:42 +02:00
tramp-compat.el Fix tramp-compat-temporary-file-directory implementation 2021-09-21 20:26:59 +02:00
tramp-crypt.el Fix tramp-compat-temporary-file-directory implementation 2021-09-21 20:26:59 +02:00
tramp-ftp.el Tramp code cleanup 2021-09-16 16:50:24 +02:00
tramp-fuse.el Check, whether an FUSE mount has been broken in Tramp 2021-10-05 11:27:48 +02:00
tramp-gvfs.el Fix some Tramp problems 2021-10-18 19:54:13 +02:00
tramp-integration.el
tramp-rclone.el Fix unmounting in Tramp 2021-10-03 18:55:35 +02:00
tramp-sh.el Fix some Tramp problems 2021-10-18 19:54:13 +02:00
tramp-smb.el Tramp code cleanup 2021-10-09 18:42:11 +02:00
tramp-sshfs.el Tramp code cleanup 2021-10-09 18:42:11 +02:00
tramp-sudoedit.el Fix some Tramp problems 2021-10-18 19:54:13 +02:00
tramp-uu.el
tramp.el Fix some Tramp problems 2021-10-18 19:54:13 +02:00
trampver.el Tramp code cleanup 2021-09-16 16:50:24 +02:00
webjump.el Prefer "website" to "homepage" 2021-09-16 15:42:44 +02:00
zeroconf.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00