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

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

[elpa] externals/ace-window e445b2c 89/92: ace-window.el (aw-select): Di


From: Stefan Monnier
Subject: [elpa] externals/ace-window e445b2c 89/92: ace-window.el (aw-select): Disable transient-mark-mode for the duration
Date: Wed, 17 Mar 2021 18:39:28 -0400 (EDT)

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

    ace-window.el (aw-select): Disable transient-mark-mode for the duration
    
    Fixes #188
---
 ace-window.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ace-window.el b/ace-window.el
index 62d986b..3efbcc3 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -570,6 +570,7 @@ Amend MODE-LINE to the mode line for the duration of the 
selection."
                    (unwind-protect
                         (let* ((avy-handler-function aw-dispatch-function)
                                (avy-translate-char-function 
aw-translate-char-function)
+                               (transient-mark-mode nil)
                                (res (avy-read (avy-tree candidate-list aw-keys)
                                               (if (and ace-window-display-mode
                                                        (null 
aw-display-mode-overlay))



reply via email to

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