When I run anything-c-etags-select command with relatively big TAGS file, I always get the error message like Stack overflow in regexp matcher inside the mini buffer on Emacs. In *Messages* buffer, there appears the log message as follows:
File TAGS is large (9MB), really open? (y or n)
Loading tag file...70%
and: Stack overflow in regexp matcher
It seems that Emacs doesn’t have enough stack size to read whole tag data. Is there any way to increase stack size for Emacs?
I tried this with 2 versions of Emacs:
- Emacs For Mac OS X 24.1 (Universal Binary)
- Emacs For Mac OS X 23.4 (Universal Binary)
But, both of them showed the same error message.
Thanks in advance!
Possibly easy workarounds for you:
… and/or …