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

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

[elpa] externals/ace-window 5a38c58 02/92: ace-window.el (aw-select): Bi


From: Stefan Monnier
Subject: [elpa] externals/ace-window 5a38c58 02/92: ace-window.el (aw-select): Bind `avy-translate-char-function'
Date: Wed, 17 Mar 2021 18:39:10 -0400 (EDT)

branch: externals/ace-window
commit 5a38c58c02a7ed3139a5b7215ffe89c01fd2bf17
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    ace-window.el (aw-select): Bind `avy-translate-char-function'
    
    * ace-window.el (aw-select): Bind `avy-translate-char-function' to
      identity, just in case it was changed from outside.
---
 ace-window.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ace-window.el b/ace-window.el
index f528c4b..15ed357 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -309,6 +309,7 @@ Amend MODE-LINE to the mode line for the duration of the 
selection."
                    (remove-hook 'post-command-hook 'helm--maybe-update-keymap)
                    (unwind-protect
                         (let* ((avy-handler-function aw-dispatch-function)
+                               (avy-translate-char-function #'identity)
                                (res (avy-read (avy-tree candidate-list aw-keys)
                                               #'aw--lead-overlay
                                               #'avy--remove-leading-chars)))



reply via email to

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