When I run the any-c-etags-select command with a relatively large TAGS file, I always get an error message, such as a stack overflow in regular expression matching inside the Emacs mini-buffer. A *Messages*log message appears in the buffer as follows:
File TAGS is large (9MB), really open? (y or n)
Loading tag file...70%
and: Qaru in regexp matcher
Emacs doesn't seem to have enough stack size to read the entire tag data. Is there a way to increase the stack size for Emacs?
I tried this with two 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!
source
share