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

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

[elpa] master 33546b6 06/17: Fix avy-goto-subword-0


From: Oleh Krehel
Subject: [elpa] master 33546b6 06/17: Fix avy-goto-subword-0
Date: Fri, 08 May 2015 13:42:08 +0000

branch: master
commit 33546b65c4932150c3ccac5c877fc46f3bd915c4
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Fix avy-goto-subword-0
    
    avy-goto-subword-0's regexp requires that case-fold-search is nil, so
    let-bind it.
---
 avy-jump.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/avy-jump.el b/avy-jump.el
index f596363..2f8617b 100644
--- a/avy-jump.el
+++ b/avy-jump.el
@@ -277,6 +277,7 @@ When ARG is non-nil, flip the window scope."
               (not avy-all-windows)
             avy-all-windows))
          (avy-keys (number-sequence ?a ?z))
+        (case-fold-search nil)
          (candidates (avy--regex-candidates
                       "\\(\\b\\sw\\)\\|\\(?:[^A-Z]\\([A-Z]\\)\\)")))
     (dolist (x candidates)



reply via email to

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