emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bc7ed16: ; Further tracing of epg-tests gpg config


From: Noam Postavsky
Subject: [Emacs-diffs] master bc7ed16: ; Further tracing of epg-tests gpg config (Bug#23561)
Date: Sat, 14 Jul 2018 18:34:13 -0400 (EDT)

branch: master
commit bc7ed164b88710a7f79cab7a1e7915ab11392216
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; Further tracing of epg-tests gpg config (Bug#23561)
---
 lisp/epg-config.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/epg-config.el b/lisp/epg-config.el
index 98f458d..e5fd12d 100644
--- a/lisp/epg-config.el
+++ b/lisp/epg-config.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]