# Copyright 2007, 2009 Kevin Ryde.

# This file is part of miscbits-el.
#
# miscbits-el is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3, or (at your option) any later
# version.
#
# miscbits-el is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with miscbits-el; see the file COPYING.  Failing that, go to
# <http://www.gnu.org/licenses/>.


eval (progn (compilation-mode) (font-lock-mode 1))
to see this file match-ized 


*** ERROR: =over on line 1 without closing =back (at head1) at line 3 in file t-compilation-perl.pod
*** ERROR: empty =head1 at line 99 in file t-compilation-perl.pod
*** ERROR: =back without previous =over at line 5 in file t-compilation-perl.pod
*** WARNING: Unknown entity E<fjdks> at line 7 in file t-compilation-perl.pod
t-compilation-perl.pod has 3 pod syntax errors.

Compilation exited abnormally with code 1 at Sat Dec 29 11:17:24




(progn
  (goto-char (point-min))
  (compilation-mode)
  (compilation-parse-errors (point-max) nil)
  compilation-error-list)

(require 'compile)
compilation-error-regexp-alist-alist
compilation-error-regexp-systems-list
