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
counsel-grep-or-swiper failure #1644
Comments
What is your value of |
I went through a bisecting-like process where I removed different portions of the offending file
I will continue to investigate. |
Instead of typing C-s, I suggest invoking either |
counsel-grep-base-command = "grep -E -n -e %s %s"
In the process of capturing the debug ouput I found a single line of text that causes the error. It's a 145K bytes long, but note that counsel-grep works fine if you are not in org mode. See attachment: ivy-read.zip |
Thanks, please test. |
Hmmm... updated to counsel-20180703.818, but the change is not there. Will the change be in a subsequent release? |
I don't know if a new release was published already. Probably not, it takes at least 4 hours to publish all packages. But you can test with the |
Got counsel.el from |
Error is occurring before (counsel.el#L2653) the changes you added.
|
If that's the line that errors, then something is setting or binding |
Here's why I'm still not sure why the behavour was intermittent before... Thanks for all your help! |
In that case, I suggest closing this issue and opening another one at https://github.com/seagle0128/.emacs.d/issues |
I just noticed this thread. Since I am using |
Oops, sorry; I didn't notice this issue was already closed. |
@seagle0128, Fix works fine. Thanks! |
I have one particular org file (~1200 lines) that always fails (folded or unfolded) on
C-s
with:I do not see this problem on any other files (org or otherwise). Does that particular org file have something toxic in it?
Config:
The text was updated successfully, but these errors were encountered: