]> git.eshelyaron.com Git - emacs.git/commit
Tramp: handle non-standard file system like GPFS
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 16 Jun 2024 14:03:41 +0000 (16:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 19 Jun 2024 08:32:23 +0000 (10:32 +0200)
commit8282595cf0076a39a0b7615002686063b00da1da
tree9897db5cd00c0b35677da2c9597c631bf44e4529
parente388360f9e5f070b561c0ba244b753f2c3e26c07
Tramp: handle non-standard file system like GPFS

* doc/misc/tramp.texi (Frequently Asked Questions):
Explain tramp-use-file-attributes.

* lisp/net/tramp.el (tramp-use-file-attributes): New defcustom and
defsubst.
(tramp-skeleton-file-exists-p):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-executable-p)
(tramp-adb-handle-file-readable-p):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-file-executable-p)
(tramp-sudoedit-handle-file-readable-p)
(tramp-sudoedit-handle-file-writable-p): Use it.
* lisp/net/tramp-sh.el (tramp-sh-handle-file-executable-p)
(tramp-sh-handle-file-readable-p)
(tramp-sh-handle-file-writable-p): Use it.
(tramp-sh-handle-set-file-acl): Fix property name.

(cherry picked from commit 90234ba7f024f3dae342689b47930835e4904503)
doc/misc/tramp.texi
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el