compilation-emacs21-batch.el adds
Emacs
compilation-error-regexp-alist
patterns for the byte-compiler messages from Emacs 21 and earlier (including
XEmacs 21), like
While compiling foo-mode in file /my/dir/foo.el: !! assignment to free variable foo-bar-quux
Emacs 22 and up prints the GNU file:line:column: style which is matched already, so you only need this for older Emacs batch mode.
compilation-emacs21-batch.el is
free software (free
as in freedom), published under the terms of the
GNU General Public
License (v3 or up). Download version 4 here, or in my
miscbits-el collection:
compilation-emacs21-batch.el
(5k, and sig)
The sig file is an Gnu PG ascii armoured signature generated from my key.
This page Copyright 2008, 2009, 2010, 2011, 2013 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.