tam17aki / ace-isearch

A seamless bridge between isearch, ace-jump-mode, avy, and helm-swoop.
103 stars 10 forks source link

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

Open ecrampton opened 9 years ago

ecrampton commented 9 years ago

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

tam17aki commented 9 years ago

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

Best regards, Akira

tam17aki commented 9 years ago

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