Variable: tramp-completion-use-cache

tramp-completion-use-cache is a customizable variable defined in tramp-cache.el.gz.

Value

t

Documentation

Whether to use the Tramp cache for completion of user and host names.

Set it to nil if there are invalid entries in the cache, for example if the host configuration changes often, or if you plug your laptop to different networks frequently.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-cache.el.gz
;;;###tramp-autoload
(defcustom tramp-completion-use-cache t
  "Whether to use the Tramp cache for completion of user and host names.
Set it to nil if there are invalid entries in the cache, for
example if the host configuration changes often, or if you plug
your laptop to different networks frequently."
  :group 'tramp
  :version "29.1"
  :type 'boolean)