GNU bug report logs -
#7069
Compilation from within emacs becomes slower and slower until Emacs is restarted
Previous Next
Reported by: Lars Hamren <hamren <at> sdu.se>
Date: Sun, 19 Sep 2010 00:53:02 UTC
Severity: normal
Tags: notabug
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #28 received at submit <at> debbugs.gnu.org (full text, mbox):
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 4/20/11 6:10 AM, Stefan Monnier wrote:
>> (add-hook 'compilation-mode-hook
>> (lambda () (setq compilation-error-regexp-alist
>> (cons
>> ;; Quartus II error messages
>> '(".*Verilog .* at \\(.+\\)(\\([0-9]+\\)): .*" 1 2)
>> compilation-error-regexp-alist))))
[snip]
>> I haven't looked further into why this should be a problem.
>
> I can't think of any reason why this regexp should make compilation
> become slower (I can see why it would make it slow, but unless lines
> become longer over time, it should keep the same slowness at the end as
> it had at the beginning).
He's adding an entry to compilation-error-regexp-alist every time he
compiles, and this variable is not buffer local. After the 20th
compilation, Emacs tries 20 times harder to match this regular expression.
He should be using add-to-list or (pushnew mumble :test #'equal).
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
iEYEARECAAYFAk20y4YACgkQ17c2LVA10VsQ0wCg3bzMD1o0IRivJBy4re3yofcv
K/MAniiaVMysZW/7RGG1QS1E9RAIxNT5
=C03A
-----END PGP SIGNATURE-----
This bug report was last modified 14 years and 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.