-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
error when first running counsel-jq #2
Comments
Hi @iantor Thank you for checking out I have no Windows machine to test (I'm running Debian Linux and MacOS), so I'd be happy if you can help debug this issue. Let's check some versions first: I've been running Emacs 26 and now Emacs 27.1 with |
Hi Munen, I have emacs 26.3, and jq 1.6-1 |
Hi @iantor Perfect, thank you very much and good luck! If you can't find the issue, I think the best I can offer is to have a screen sharing session with you to help with debugging. |
On the track of the issue. I believe it has something to do with icomplete-mode and possibly with some other settings to do with counsel. Saw the same error in a different context. Will try disabling those settings and see what happens. |
problem is solved. It was caused by (icomplete-mode 1) in init.el, which shouldn't have been there since I am using Ivy and Counsel etc. |
@iantor Great, thank you for checking it out and getting back on this issue^^ I could have caught this probably in your error message, but I wasn't aware of All the best and enjoy using |
windows 10, emacs 26.3
just installed jq (from chocolatey) and counsel-jq
When in json buffer, M-x counsel-jq, immediately get following:
Error in post-command-hook (icomplete-post-command-hook): (wrong-number-of-arguments (1 . 1) 3)
Quit
Then get prompt for jq query.
The text was updated successfully, but these errors were encountered: