Open ecrampton opened 9 years ago
Thank you for using ace-isearch. I will check the problem and consider how to solve it.
Best regards, Akira
Hi,
I'm sorry I could not reproduce the problem.
If the problem depends on the ace-jump-mode, using avy for jump might solve it.
The latest version supports avy
.
For example:
(setq ace-isearch-function 'avy-goto-char)
Best regards, Akira
(Using the latest packages of ace-isearch and helm-swoop on Emacs 24.4.)
If I narrow a buffer using C-x n n (narrow-to-region), ace-isearch gets quite confused and doesn't display the proper matches or support moving between them.
It would be great to be able to ace-isearch in a narrowed buffer. But, given the choice between ace-isearch and using narrowed buffers, I'll choose ace-isearch!