Sean MacLennan wrote:
So there is a workaround.... it seems the following line in my
init.el
fixes the problem:
(setq compilation-error-regexp-systems-list '(gnu))
This limits the regular expressions used for matching and is a huge
performance gain if you only use the gnu compiler. Note: You might
want to also optimize for perl and/or python if you use those languages
a lot.
I set it to (gnu python) and it works with multi-megabyte buffers.
--
Glynn Clements <glynn(a)gclements.plus.com>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta