-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
etags-tags-completion-table: Stack overflow in regexp matcher #557
Comments
@chalmagean are you sure this error only happens in projectile? I'm working on relatively big project and this has occurred to me but I though this error is because of Emacs limitation on parsing but TAG file |
@k1-hedayati mmm not really no, I don't think it's projectile specific. Using projectile is how I've discovered it. I haven't spent enough time debugging it so I can see where it comes from. |
What's size of your TAGS file? you can try |
@k1-hedayati ok, so I can confirm that |
The same is happening to me: projectile-find-tag fails with the error reported by @chalmagean but find-tag seems to work. |
My TAGS file size is 9.8M and |
Forgot to say that if you've enable |
👍 |
I'm still getting this. |
indeed, this is upstream bug https://debbugs.gnu.org/db/20/20703.html |
I have a workaround for this, via the google group. Simply redefine the buggy functions https://groups.google.com/d/msg/gnu.emacs.help/Ew0sTxk0C-g/vDRDdSagBAAJ Which is effectively a backport of emacs 25's versions to emacs 24. Since a lot of people seem to be hitting this bug, it might be a good idea to add this to projectile itself in an I'll raise a PR. |
please close |
I've ran regenerate tags file and then
C-c p j
and I'm getting this:GNU Emacs 24.4.50.1 (x86_64-apple-darwin13.3.0, NS appkit-1265.21 Version 10.9.4 (Build 13E28)) of 2014-09-15
The text was updated successfully, but these errors were encountered: