cosmicexplorer / helm-rg

ripgrep is nice
GNU General Public License v3.0
101 stars 21 forks source link

helm-rg doesn't return any search results #35

Closed Schievel1 closed 2 years ago

Schievel1 commented 2 years ago

Hi,

when I do M-x helm-rg it prompts rg-pattern. But when I type something, it doesn't return anything. When I type to few characters (less than three) it complains, that I provided to few characters. When I type in something that doesn't work, e.g. [a, it returns the path and the arguments of rg and "regex parse error: [a error: unclosed character class" so I guess it is working. If execute a ripgrep search in the command line, it works as well, so I guess ripgrep is installed correctly. Also "which rg" in the console gives the same path like when it has the regex error.

Im am running Emacs 28.1 with Doom Emacs on windows 10.

Schievel1 commented 2 years ago

See https://github.com/cosmicexplorer/helm-rg/issues/10#issuecomment-1195335152