]> git.eshelyaron.com Git - emacs.git/commit
* lisp/epa.el (epa-show-key): New command.
authorJonas Bernoulli <jonas@bernoul.li>
Mon, 20 Apr 2020 21:31:16 +0000 (23:31 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Wed, 15 Jul 2020 16:06:04 +0000 (18:06 +0200)
commit58bec884d5a911690c2f8e0ecca6a487bd2c9fe0
tree15a9e262ce0687f8b6e0fa15b2ef1a4fba6212ed
parent8c60347780937f87f8b5ff78e3e9372821cad89a
* lisp/epa.el (epa-show-key): New command.

Users can move in `epa-key-list-mode' buffers using either
`next-line'/`previous-line' or `widget-forward'/`widget-backward'.
When using the first set of commands, then the cursor stays in the
current column and that normally is the first column.  The key
widgets do not begin until the third character of their respective
lines.

All `epa' commands work regardless of whether the cursor is on the
widget or before them.  The `epa-show-key' command did not exist until
now because the `widget-button-press' already performs its task.  But
because the widgets don't span complete lines we actually need this
command too.
lisp/epa.el