emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

perl compilation error regexp [patch]


From: Kevin Ryde
Subject: perl compilation error regexp [patch]
Date: Sat, 29 Dec 2007 11:09:40 +1100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Perl can add a "during global destruction" to its error message output
in certain circumstances, eg. foo.pl below

        (in cleanup) something bad at foo.pl line 3 during global destruction.

It'd be nice for compilation-mode to recognise that:

2007-12-28  Kevin Ryde  <address@hidden>

        * progmodes/compile.el (compilation-error-regexp-alist-alist): For
        perl, allow "during global destruction" at end.  This comes out under
        "use warnings" in recent perl when breaking circular references during
        program or thread exit.

        * compilation.txt (perl): Add a "during global destruction" sample.

Attachment: foo.pl
Description: Text Data

Attachment: compile.el.perl-glob.diff
Description: Text Data

Attachment: compilation.txt.perl-glob.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]