compilation-weblint.el adds patterns for
Emacs
compilation-mode to recognise messages from the
weblint
program (the Perl
HTML::Lint
based one) like
index.html (13:1) Unknown element <fdjsk>
Emacs 23 has incorporated this, so compilation-weblint.el does
nothing there. The pattern is just a one-line regexp, but the code is bloated
by setting it the right way for different Emacs versions, and in particular in
Emacs 21 avoiding a mismatch from the "4.3BSD lint" pattern.
compilation-weblint.el is
free software (free
as in freedom), published under the terms of the
GNU General Public
License (v3 or up). Download version 6 here, or in my
miscbits-el collection:
compilation-weblint.el
(6k, 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.