[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Question] I want to know what invoked auth-source
From: |
Stefan Monnier |
Subject: |
Re: [Question] I want to know what invoked auth-source |
Date: |
Fri, 31 Jan 2020 11:30:13 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> Recently I found a problem when using auth-source, I've been prompted to input
> password to decrypt auth-source whcih serect file is ecrypted by GnuPG, I use
> EasyPG in Emacs.
>
> I want to know what invoked auth-source. Maybe I can add an advice on some
> function to know what Emacs extension or function invoked. (Maybe this should
> be
> done on EasyPG side?)
Beside using `M-x debug-on-entry` on some appropriate auth-source
function before re-triggering the problem, you might also be able to use
`M-: (debug)` when you're prompted for the password.
Stefan