in reply to Re: [emacs] mode-compile with carp output buggy
in thread [emacs] mode-compile with carp output buggy

Thanks!

The latest stable emacs release is 24.5. That's also the cygwin version I also tested.

Did you check mode-compile-version with c-h v ? ( my el file says 2.29 too ) Otherwise I don't see where to get this version.

The regexes you show shouldn't work, at least with perl-mode.

I suspect my cperl-mode.el regexes are ignored because of of aliasing both modes (Perl-mode is default, cPerl-mode must be activated by start up)

Will dig into it.

As a side note emacs urgently needs test suites...

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^3: [emacs] mode-compile with carp output buggy
by Erez (Priest) on Aug 11, 2016 at 10:23 UTC

    Did you check mode-compile-version with c-h v

    No, you're right, it does say "mode-compile.el,v 2.28"

    Principle of Least Astonishment: Any language that doesn’t occasionally surprise the novice will pay for it by continually surprising the expert