]> git.eshelyaron.com Git - emacs.git/commitdiff
; Further tracing of epg-tests gpg config (Bug#23561)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 14 Jul 2018 22:31:49 +0000 (18:31 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 14 Jul 2018 22:33:58 +0000 (18:33 -0400)
lisp/epg-config.el

index 98f458d9962822895aec15ae820292c58a0e4e10..e5fd12d9679db16ad8041de2d9ee60d895a4c220 100644 (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))