]> git.eshelyaron.com Git - emacs.git/commit
Improve Tramp's user and host name completion
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Feb 2023 17:27:56 +0000 (18:27 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Feb 2023 17:27:56 +0000 (18:27 +0100)
commit2ac8d7e64a08ea6e22bb90ad16e2880440fbcf16
tree707d87bff3751bf849a6fe1b4c777e9523282592
parentb3502b922821fd100fb86b8cda6a0a62fba7d394
Improve Tramp's user and host name completion

* lisp/net/tramp.el (tramp-completion-handle-file-exists-p):
Improve user name completion.
(tramp-skeleton-file-exists-p): New defmacro, which also handles
host name completion.
(tramp-handle-file-exists-p):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-exists-p):
* lisp/net/tramp-sh.el (tramp-sh-handle-file-exists-p):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-file-exists-p):
Use it.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el