mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-09 07:41:40 -07:00
* lisp/net/tramp.el (tramp-skeleton-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): Simplify. * tramp-tests.el (tramp-test32-shell-command): Adapt test. * lisp/net/tramp-ftp.el (tramp-disable-ange-ftp): Use `seq-difference'. * lisp/net/tramp-gvfs.el (tramp-gvfs-monitor-process-filter): Use `thread-last'. * lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory): Use `seq-difference'. (tramp-sh-gio-monitor-process-filter): Use `thread-last'. * lisp/net/tramp-smb.el (tramp-smb-get-file-entries): Do not add virtual entry ""; it isn't needed anymore. * lisp/net/tramp.el (tramp-make-tramp-hop-name): Use `thread-last'. (tramp-completion-handle-file-directory-p): Use `tramp-prefix-format'. (tramp-fnac-add-trailing-slash): New defvar. (tramp-skeleton-file-name-all-completions): Handle also symlinked directories. (tramp-skeleton-directory-files): Use `tramp-fnac-add-trailing-slash'. (tramp-handle-file-name-completion): Use `seq-difference'. (tramp-handle-make-process): Handle "%w" format specifier. * test/lisp/net/tramp-tests.el (tramp-test26-file-name-completion) (tramp-test32-shell-command, tramp-test36-vc-registered): Adapt tests. |
||
|---|---|---|
| .. | ||
| dbus-resources | ||
| eudc-resources | ||
| mailcap-resources | ||
| network-stream-resources | ||
| ntlm-resources | ||
| puny-resources | ||
| shr-resources | ||
| tramp-archive-resources | ||
| tramp-resources | ||
| browse-url-tests.el | ||
| dbus-tests.el | ||
| dig-tests.el | ||
| eudc-tests.el | ||
| eww-tests.el | ||
| gnutls-tests.el | ||
| hmac-md5-tests.el | ||
| mailcap-tests.el | ||
| network-stream-tests.el | ||
| newsticker-tests.el | ||
| nsm-tests.el | ||
| ntlm-tests.el | ||
| puny-tests.el | ||
| rcirc-tests.el | ||
| rfc2104-tests.el | ||
| sasl-cram-tests.el | ||
| sasl-scram-rfc-tests.el | ||
| sasl-tests.el | ||
| secrets-tests.el | ||
| shr-tests.el | ||
| socks-tests.el | ||
| tramp-archive-tests.el | ||
| tramp-tests.el | ||
| webjump-tests.el | ||