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

Result-based navigation fails #154

Closed swflint closed 1 year ago

swflint commented 1 year ago

Navigation using n and p (or any next-error or previous-error variants) fails to pop up correct file, I am prompted with Find this error in (default 1):.

Configuration is same as #153, additionally, I am using emacs version 28.2.

dajva commented 1 year ago

Are you using xterm-color? If so try to hook that into compilation-filter-hook instead of advising compilation-filter which I think is recommended by that package.

swflint commented 1 year ago

Well, that was exactly it. It may be worth mentioning this issue somewhere in documentation!

dajva commented 1 year ago

Yes, I though it was there actually. But I obviously have not got around to it yet.