nlamirault/ripgrep.el

Opens search results in new frame

anildigital opened this issue · 1 comments

Noticed search results when clicked, opens a new frame. Any way to control that behavior?

Don't know if you still care about this but I've been having similar issues and digging around. ripgrep-mode is based on the compilation-mode (near as I can tell) I think uses the compile-goto-error function to open the found file. I haven't figured out a good solution but I think that's where the issue lives.