1
0
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:
Noam Postavsky 2018-07-14 18:31:49 -04:00
parent 155d730380
commit bc7ed164b8

View File

@ -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))