meow-edit / meow

Yet another modal editing on Emacs / 猫态编辑
GNU General Public License v3.0
1.07k stars 128 forks source link

respect `search-invisible` for search #556

Closed jixiuf closed 3 months ago

jixiuf commented 3 months ago

some related issues : https://github.com/victorhge/iedit/issues/121

I wish that when using consult-focus-line or hide-lines to hide certain lines, executing meow-beacon-apply-kmacro would only apply to the unhidden lines. Therefore, I hope Meow respects search-invisible during search.

This is useful for execute kmacro in wgrep-mode when some lines are hidden.