dajva / rg.el

Emacs search tool based on ripgrep
https://rgel.readthedocs.io
GNU General Public License v3.0
475 stars 41 forks source link

RG hangs when the search folder is too big #12

Closed it6 closed 7 years ago

it6 commented 7 years ago

When I search for a common word across a huge directory RG is causing EMACS to hang, RG buffer says compiling, is there a way we can cancel the search in progress.

dajva commented 7 years ago

You can use kill-rg but that needs a responding emacs so I assume that does not work in your case. Killing the rg subprocess from command line should work if emacs is non responsive.

dajva commented 7 years ago

I will close this as fixed by #17. Please reopen if you can still reproduce it.