]> git.eshelyaron.com Git - emacs.git/commit
Tramp: Don't offer non-existing containers in completion
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 12 Mar 2025 19:56:24 +0000 (20:56 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:26:12 +0000 (16:26 +0100)
commit3d98cacdcf33f074760dd5d0f6a03d35e34b5870
tree43a0c8eec8e8cfc7eb7475d9ba62865c3cb4b8c7
parent8f4bdad720570f7b860513f89b9ccfcba09ef557
Tramp: Don't offer non-existing containers in completion

* doc/misc/tramp.texi (File name completion):
Explain "completion-use-cache" property.

* lisp/net/tramp-cache.el (tramp-get-method-parameter): Declare.
(tramp-get-hash-table): Mark connection properties.
(tramp-dump-connection-properties): Remove empty lists.
(tramp-parse-connection-properties): Take connection property
"completion-use-cache" into account.  (Bug#76950)

* lisp/net/tramp-container.el (tramp-methods) <docker, dockercp, podman>
<podmancp, kubernetes, toolbox, distrobox, flatpak, apptainer, nspawn>:
Add `tramp-completion-use-cache' argument.

(cherry picked from commit 13a043fec95f9f6b9721b3c6ff0a3248b14d40cc)
doc/misc/tramp.texi
lisp/net/tramp-cache.el
lisp/net/tramp-container.el