comparison etc/compilation.txt @ 91204:53108e6cea98

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2007 09:51:45 +0000
parents f55f9811f5d7 1fa61031bef4
children 606f2d163a64
comparison
equal deleted inserted replaced
91203:db40129142b2 91204:53108e6cea98
368 #####: 16: r = 0; 368 #####: 16: r = 0;
369 1: 17: return r; 369 1: 17: return r;
370 -: 18:} 370 -: 18:}
371 371
372 372
373 * Podchecker error messages, per Pod::Checker
374
375 symbol: compilation-perl--Pod::Checker
376
377 *** ERROR: Spurious text after =cut at line 193 in file foo.pm
378 *** ERROR: =over on line 37 without closing =back at line EOF in file bar.pm
379 *** ERROR: =over on line 1 without closing =back (at head1) at line 3 in file x.pod
380
381
382 * Perl Test module error messages
383
384 symbol: compilation-perl--Test
385
386 # Failed test 1 in foo.t at line 6
387
388
389 * Perl Test::Harness output
390
391 symbol: compilation-perl--Test::Harness
392
393 NOK 1# Test 1 got: "1234" (t/foo.t at line 46)
394
395
396 * Perl HTML::Lint::Error::as_string()
397
398 symbol: compilation-weblint
399
400 index.html (13:1) Unknown element <fdjsk>
401
402
373 * Directory tracking 403 * Directory tracking
374 404
375 Directories are matched via `compilation-directory-matcher'. Files which are 405 Directories are matched via `compilation-directory-matcher'. Files which are
376 not shown as full paths are searched for relative to the directory where the 406 not shown as full paths are searched for relative to the directory where the
377 message was issued. 407 message was issued.