avy icon indicating copy to clipboard operation
avy copied to clipboard

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

Open cyberthal opened this issue 6 years ago • 1 comments

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)

cyberthal avatar Sep 04 '19 07:09 cyberthal

Thanks. PRs welcome.

abo-abo avatar Sep 25 '19 11:09 abo-abo