From: Michael Albinus Date: Tue, 31 Aug 2021 08:09:38 +0000 (+0200) Subject: ; Add comment to tramp-read-passwd for debugging X-Git-Tag: emacs-28.0.90~1245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5c481b61c26bcf83779db9fb3ac6b96bc50ab2e;p=emacs.git ; Add comment to tramp-read-passwd for debugging --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 0973b5b4445..11c417f832e 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -5590,6 +5590,9 @@ verbosity of 6." (string-prefix-p comm process-name) (throw 'result t))))))) +;; When calling "emacs -Q", `auth-source-search' won't be called. If +;; you want to debug exactly this case, call "emacs -Q --eval '(setq +;; tramp-cache-read-persistent-data t)'" instead. (defun tramp-read-passwd (proc &optional prompt) "Read a password from user (compat function). Consults the auth-source package.