zk-phi / phi-search

Another incremental search command, compatible with “multiple-cursors”
127 stars 12 forks source link

Lazy highlight? #36

Open wavexx opened 9 years ago

wavexx commented 9 years ago

Would be it be hard/possible to implement a slight delay before highlighting all matches in the visible buffer, as isearch does (see `isearch-lazy-highlight-initial-delay')?

This is not really for performance reasons (highlighting is fast enough), but mostly because the current match becomes instantly visible where there are many matches in the current buffer. I actually noticed I missed this setting from isearch after a couple of hours.

zk-phi commented 9 years ago

It seems a bit difficult but necessary feature. phi-search(-core.el) code is, for now, not very clean nor smart and needs a mass renovation someday. So I'm thinking of implementing then.