1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00
emacs/lisp/net
Michael Albinus 334e2ab440 Still fixes for Tramp directory-files-*
* lisp/net/tramp.el (tramp-handle-directory-files):
* lisp/net/tramp-adb.el
(tramp-adb-handle-directory-files-and-attributes): Fix COUNT.

* lisp/net/tramp-crypt.el (tramp-crypt-handle-directory-files):
Implement COUNT.

* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-byte-array-to-string):
* lisp/net/tramp-integration.el (tramp-eshell-directory-change):
Use `nbutlast'.

* lisp/net/tramp-rclone.el (tramp-rclone-handle-delete-directory)
(tramp-rclone-handle-delete-file): Reorder cache flushing.
(tramp-rclone-handle-directory-files):
Use `tramp-compat-directory-files'.

* lisp/net/tramp-sh.el (tramp-sh-handle-directory-files-and-attributes):
Fix NOSORT and COUNT.

* lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): Fix NOSORT.

* test/lisp/net/tramp-tests.el (tramp--test-share-p): New defun.
(tramp-test05-expand-file-name-relative): Use it.
(tramp-test16-directory-files)
(tramp-test19-directory-files-and-attributes): Strengthen test.
(tramp-test20-file-modes): Simplify check.
2020-11-05 17:36:04 +01:00
..
ange-ftp.el Some Tramp fixes for directory-files-* and delete-* 2020-11-03 18:47:32 +01:00
browse-url.el Fix `browse-url-of-dired' 2020-10-17 11:24:03 +02:00
dbus.el Handle several children of PATH in dbus-managed-objects-handler 2020-10-29 16:56:40 +01:00
dig.el
dns.el
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el * lisp/net/eudc-vars.el: Use lexical-binding. 2020-10-28 06:04:21 +01:00
eudc.el
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eudcb-macos-contacts.el
eww.el Define backtab in text fields in eww 2020-10-27 08:15:22 +01:00
gnutls.el Make setting verify-hostname-error not make connections fail 2020-10-02 04:49:39 +02:00
goto-addr.el
hmac-def.el * lisp/net/hmac-def.el: Use lexical-binding. 2020-10-28 09:50:39 +01:00
hmac-md5.el
imap.el
ldap.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
mailcap.el Let pdf-view-mode take precedence over doc-view-mode 2020-11-05 16:10:17 +01:00
mairix.el
net-utils.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
netrc.el Use lexical-binding in netrc.el and add tests 2020-10-28 03:24:18 +01:00
network-stream.el
newst-backend.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
nsm.el Merge from origin/emacs-27 2020-10-02 09:38:24 -07:00
ntlm.el Don't rely on bignums in ntlm.el 2020-10-27 12:25:57 +01:00
pop3.el
puny.el ; Prefer https to http in many URLs 2020-10-01 15:28:15 +02:00
quickurl.el
rcirc.el Replace irc.freenode.net with chat.freenode.net 2020-10-31 14:09:29 -04:00
rfc2104.el
rlogin.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el Add "Old-" prefix to "Version" header in more cases 2020-10-18 20:35:26 +02:00
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el Fix misuses of make-local-variable on hooks 2020-11-04 00:24:45 -05:00
shr-color.el
shr.el Add way to prevent asking "increase specpdl size?" 2020-10-15 22:32:41 -04:00
sieve-manage.el
sieve-mode.el * lisp/net/sieve-mode.el: Use lexical-binding. 2020-10-27 12:11:45 +01:00
sieve.el
snmp-mode.el Remove some Emacs 19 compat code and references 2020-10-25 18:27:19 +01:00
soap-client.el Fix loading WSDL data again 2020-10-01 19:42:45 +02:00
soap-inspect.el
socks.el
telnet.el
tramp-adb.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-archive.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
tramp-cache.el
tramp-cmds.el
tramp-compat.el Some Tramp fixes for directory-files-* and delete-* 2020-11-03 18:47:32 +01:00
tramp-crypt.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-ftp.el
tramp-gvfs.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-integration.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-rclone.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-sh.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-smb.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-sudoedit.el Trash remote files to local trash (Bug#44216) 2020-11-01 12:42:29 +01:00
tramp-uu.el
tramp.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
trampver.el
webjump.el
zeroconf.el