-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPC *
not working with ripgrep 14
#16200
Comments
I "fixed" it for now by removing |
I'm experimenting the same issue and I wasn't able to solve it by myself exploring the Emacs code. I solved it for now by downgrading ripgrep to version 13. In Archlinux I ran the following command and selected version 13.
|
My quick workaound: |
I have the same issue. Seems related to emacsorphanage/helm-ag#388: notice that |
I use ag and not rg, does emacsorphanage/helm-ag#394 work with rg 14? Seems to pass the right arguments.
|
I have the same issue with |
@BenedictHW I can confirm that emacsorphanage/helm-ag#394 works with rg 14. Here's my solution:
dotspacemacs-additional-packages
'(
;; support rg 14
;; https://github.com/syl20bnr/spacemacs/issues/16200
(helm-ag :location (recipe
:fetcher github
:repo "zozowell/helm-ag"
:branch "further-support-rg")))
|
Thanks for the analysis guys :), I am going to change our target to emacsorphanage/helm-ag#394 to keep spacemacs working. |
I updated to the latest develop branch including cb5f5b2, restarted spacemacs but still had the issue, so I downgraded ripgrep to v13.0.0 instead. Now I can search again |
I had to uninstall |
Confirmed: $ rg --version
ripgrep 14.1.0 (rev e50df40a19) |
Description
SPC *
(spacemacs/helm-project-smart-do-search-region-or-symbol)
stopped working.Reproduction guide 🪲
.emacs.d/init.el
SPC *
Observed behaviour: 👀 💔
Invalid CLI arguments: unexpected argument for option '--ignore': ".#*"
Expected behaviour: ❤️ 😄
Search results based on the pattern.
System Info 💻
Brand new spacemacs install with just the defaults.
System configuration features: ACL GNUTLS JSON LIBXML2 MODULES NOTIFY KQUEUE PDUMPER SQLITE3 THREADS TOOLKIT_SCROLL_BARS TREE_SITTER XWIDGETS ZLIB
ripgrep 14.0.2
(Fairly sure it broke with update to 14 and was working with 13.)
The text was updated successfully, but these errors were encountered: