mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
; Further tracing of epg-tests gpg config (Bug#23561)
This commit is contained in:
parent
155d730380
commit
bc7ed164b8
@ -175,6 +175,8 @@ version requirement is met."
|
||||
(append (if epg-gpg-home-directory
|
||||
(list "--homedir" epg-gpg-home-directory))
|
||||
'("--with-colons" "--list-config")))
|
||||
(when (and (boundp 'trace-level) (> trace-level 0))
|
||||
(trace-values (concat "gpg output:\n" (buffer-string))))
|
||||
(goto-char (point-min))
|
||||
(while (re-search-forward "^cfg:\\([^:]+\\):\\(.*\\)" nil t)
|
||||
(setq type (intern (match-string 1))
|
||||
|
Loading…
Reference in New Issue
Block a user