You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: