dajva / rg.el

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

Fix to work with tramp. #133

Closed Ergus closed 2 years ago

Ergus commented 2 years ago

Search for executable on remote machines when buffer is remote and cache the value in connection local variables host indexed to not impact performance in successive searches.

dajva commented 2 years ago

Thanks for the submission. Seems like a great thing to sort this out once and for all so looks good feature wise. Will take couple of days until I have time to review it and there are also tests failing. But I'll get back to you soon.

dajva commented 2 years ago

Merged and fixed the issues in subsequent commit.