emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/transient 7b62e01e72 064/366: transient-show-popup: Als


From: Jonas Bernoulli
Subject: [elpa] externals/transient 7b62e01e72 064/366: transient-show-popup: Also show the key that invoked the prefix
Date: Tue, 25 Jan 2022 18:54:27 -0500 (EST)

branch: externals/transient
commit 7b62e01e72ea1be3d994cd31cb2f0ddc9c5dec98
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-show-popup: Also show the key that invoked the prefix
    
    This is similar to how typing an incomplete key
    sequence (e.g. "C-x") causes that to be displayed.
---
 lisp/transient.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 57fc50d1a9..10287720f2 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2322,7 +2322,8 @@ have a history of their own.")
 (defun transient--show-brief ()
   (let ((message-log-max nil))
     (message
-     "%s %s"
+     "%s- [%s] %s"
+     (key-description (this-command-keys))
      (oref transient--prefix command)
      (mapconcat
       #'identity



reply via email to

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