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

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

[nongnu] elpa/keycast 50d57cb488 2/2: keycast-substitute-alist: Don't lo


From: ELPA Syncer
Subject: [nongnu] elpa/keycast 50d57cb488 2/2: keycast-substitute-alist: Don't log transient-update
Date: Wed, 26 Jan 2022 13:58:47 -0500 (EST)

branch: elpa/keycast
commit 50d57cb4885ef02a37352bd7c0f370f171b6eb19
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    keycast-substitute-alist: Don't log transient-update
    
    This command is invoked when invoking a prefix *key* (such as "-")
    in a transient in order to re-display the transient buffer to dim
    all suffixes whose bindings do not begin with that prefix.  The key
    is then unread so that the user can continue typing the key sequence
    they intended to type (such as "- f" to toggle the "-f" argument).
    
    This command is an implementation detail that users don't need to
    know about.
---
 keycast.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/keycast.el b/keycast.el
index 2fba4169ff..cca644a527 100644
--- a/keycast.el
+++ b/keycast.el
@@ -215,7 +215,8 @@ but that isn't a member yet, then insert that followed by
   :type 'string)
 
 (defcustom keycast-substitute-alist
-  '((keycast-log-erase-buffer nil nil))
+  '((keycast-log-erase-buffer nil nil)
+    (transient-update         nil nil))
   "Alist used to substituted events and/or commands for display.
 
 Occasionally it might be necessary to pretend you pressed another



reply via email to

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