GPLv3

compilation-weblint.el

compilation-weblint.el adds patterns for Emacs compilation-mode to recognise error messages from the weblint program (the Perl HTML::Lint based one). For example

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,

The sig file is an Gnu PG ascii armoured signature generated from my key.


See weblint.el for running the weblint program in Emacs.


This page Copyright 2008, 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2017 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.

(Back to the sitemap.)