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 try to do the same thing with counsel-jq (query for 'keys') on the same file, I get the following error: jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?)
Environment is doom emacs, anyone encounter the same issue yet?
The text was updated successfully, but these errors were encountered:
Apologies for not having answered to the original issue 🙏 I must have missed the notification. Thank you, @mateialexandru for picking it up, again!
Having said so, unfortunately I cannot reproduce the error on my machine:
icomplete-mode has a value of nil on my machine. I checked my config and I'm not setting it explicitly. But even when set to 1, it works the same as in the screenshot above.
Hence, I am assuming it's something in your setup. Can you run an unconfigured instance of Emacs (emacs -Q) and only install counsel-jq, for example?
When I use jq over the cli, querying for keys like this works fine:
When I try to do the same thing with counsel-jq (query for 'keys') on the same file, I get the following error:
jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?)
Environment is doom emacs, anyone encounter the same issue yet?
The text was updated successfully, but these errors were encountered: