Function: epa-ks-inspect-key-to-fetch
epa-ks-inspect-key-to-fetch is an interactive and byte-compiled
function defined in epa-ks.el.gz.
Signature
(epa-ks-inspect-key-to-fetch)
Documentation
Display full ID of key under point in the minibuffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/epa-ks.el.gz
(defun epa-ks-inspect-key-to-fetch ()
"Display full ID of key under point in the minibuffer."
(interactive)
(message "Full ID: %s" (epa-ks-key-id (car (tabulated-list-get-id)))))