]> git.eshelyaron.com Git - emacs.git/commit
Make Tramp aware of completion-regexp-list
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Nov 2023 17:28:30 +0000 (18:28 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Nov 2023 17:28:30 +0000 (18:28 +0100)
commitb1b9082b3eab0e83deeee622e61ad3d577646950
tree54de9f4042266122b29a3d953a8d3c60d8898825
parent7d6896253b500abd655faac2c96f7c9d72fc5b62
Make Tramp aware of completion-regexp-list

* lisp/net/tramp.el (tramp-skeleton-file-name-all-completions):
New defmacro.
(tramp-completion-handle-file-name-all-completions):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-name-all-completions):
* lisp/net/tramp-crypt.el (tramp-crypt-handle-file-name-all-completions):
* lisp/net/tramp-fuse.el (tramp-fuse-handle-file-name-all-completions):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-name-all-completions):
* lisp/net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
* lisp/net/tramp-smb.el (tramp-smb-handle-file-name-all-completions):
* lisp/net/tramp-sudoedit.el
(tramp-sudoedit-handle-file-name-all-completions): Use it.
lisp/net/tramp-adb.el
lisp/net/tramp-crypt.el
lisp/net/tramp-fuse.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el