ace-isearch icon indicating copy to clipboard operation
ace-isearch copied to clipboard

ace-isearch doesn't seem to work with narrowed buffers

Open ecrampton opened this issue 9 years ago • 2 comments

(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!

ecrampton avatar Apr 08 '15 12:04 ecrampton

Thank you for using ace-isearch. I will check the problem and consider how to solve it.

Best regards, Akira

tam17aki avatar May 21 '15 04:05 tam17aki

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

tam17aki avatar Jul 21 '15 10:07 tam17aki