abo-abo / avy

Jump to things in Emacs tree-style
1.71k stars 109 forks source link

avy-isearch doesn't respect isearch case sensitivity #280

Closed cyberthal closed 4 years ago

cyberthal commented 5 years ago

avy-isearch doesn't respect isearch case sensitivity

if the isearch-forward is case sensitive and finds only one match, but multiple case-insensitive matches exist, avy-isearch will ask the user to choose between the case-insensitive matches.

cyberthal commented 5 years ago

Just found avy-case-fold-search. That will work. It's a bit unexpected to have avy-isearch vary from its normal behavior when isearch has only one match. Maybe it should follow isearch's case sensitivity instead in this instance. I don't know, so I won't close this myself.

abo-abo commented 4 years ago

Thanks, please test.