]> git.eshelyaron.com Git - emacs.git/commit
Complete implementation of `file-user-id'
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jan 2023 15:00:08 +0000 (16:00 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jan 2023 15:00:08 +0000 (16:00 +0100)
commit013ab7e2a83afa7fb577c356ae686439a2906f34
treeae500e02b0f7269420cc607c6b8c7506fcd49fdd
parent96015c9c8cc1720e8ee7cd9cea4de48126dd9122
Complete implementation of `file-user-id'

* lisp/net/ange-ftp.el (ange-ftp-file-user-uid): New defun.  Mark
it as file name handler for `file-user-uid'.

* lisp/net/tramp-archive.el (tramp-archive-handle-file-user-uid):
Move up.  Protect `file-user-id' call for older Emacs versions.

* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Remove 'file-user-uid'.

* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test44-file-user-uid): New test.
(tramp-archive-test48-auto-load)
(tramp-archive-test48-delay-load): Rename.

* test/lisp/net/tramp-tests.el (tramp-test44-file-user-uid): New test.
(tramp--test-asynchronous-requests-timeout): Adapt docstring.
(tramp-test45-asynchronous-requests)
(tramp-test46-dired-compress-file)
(tramp-test46-dired-compress-dir, tramp-test47-read-password)
(tramp-test48-auto-load, tramp-test48-delay-load)
(tramp-test48-recursive-load, tramp-test48-remote-load-path)
(tramp-test49-unload): Rename.
lisp/net/ange-ftp.el
lisp/net/tramp-archive.el
lisp/net/tramp-crypt.el
test/lisp/net/tramp-archive-tests.el
test/lisp/net/tramp-tests.el