From: Stefan Kangas <stefankangas@gmail.com>
To: CHENG Gao <chenggao@icloud.com>, emacs-devel@gnu.org
Subject: Re: Revoked key (lisp/epa.el)
Date: Mon, 25 Dec 2023 07:06:49 -0800 [thread overview]
Message-ID: <CADwFkmnzwx5t8eA+6CpLSKp8_+Yp4mOY_xrsR14f6pJq0+nRzw@mail.gmail.com> (raw)
In-Reply-To: <877cmbn8g7.fsf@icloud.com>
CHENG Gao via "Emacs development discussions." <emacs-devel@gnu.org>
writes:
> In lisp/epa.el, epa-list-keys should add status for revoked key as
>
> r revoked key.
>
> ,----
> | ;;;###autoload
> | (defun epa-list-keys (&optional name)
> | "List all keys matched with NAME from the public keyring."
> | (interactive
> | (if current-prefix-arg
> | (let ((name (read-string "Pattern: "
> | (if epa-list-keys-arguments
> | (car epa-list-keys-arguments)))))
> | (list (if (equal name "") nil name)))
> | (list nil)))
> | (epa--list-keys name nil
> | "The letters at the start of a line have these meanings.
> | e expired key. n never trust. m trust marginally. u trust ultimately.
> | f trust fully (keys you have signed, usually).
> | q trust status questionable. - trust status unspecified.
> | See GPG documentation for more explanation.
> | \n"))
> `----
Thanks, done on emacs-29.
prev parent reply other threads:[~2023-12-25 15:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-21 2:31 Revoked key (lisp/epa.el) CHENG Gao via Emacs development discussions.
2023-12-25 15:06 ` Stefan Kangas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADwFkmnzwx5t8eA+6CpLSKp8_+Yp4mOY_xrsR14f6pJq0+nRzw@mail.gmail.com \
--to=stefankangas@gmail.com \
--cc=chenggao@icloud.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).