abo-abo / avy

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

avy-isearch fails to observe (search-invisible nil) in dired-hide-details-mode #282

Open cyberthal opened 4 years ago

cyberthal commented 4 years ago

avy-isearch fails to observe both

#+begin_src elisp
(search-invisible nil)
(isearch-invisible nil)
#+end_src

when searching a Dired buffer in dired-hide-details-mode

When only a single match is present in the visible text, it still asks for confirmation, if there are additional matches in the invisible text. It should silently accept the match if there is only one candidate.

It also doesn't observe (dired-isearch-filenames t)

abo-abo commented 4 years ago

Thanks. PRs welcome.