mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Add an example "Compilation started ..." line.
This commit is contained in:
parent
26816cbf78
commit
f2bb3ca35b
@ -1,3 +1,7 @@
|
||||
2006-07-08 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
||||
* compilation.txt: Add an example "Compilation started ..." line.
|
||||
|
||||
2006-07-07 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* orgcard.tex: Version number change.
|
||||
|
@ -5,6 +5,9 @@ how they are rendered. It is intended both to help you decide which matchers
|
||||
you need and as a test of the matchers. Move the mouse over a colored part or
|
||||
use `compilation-message-face', to see how much text was actually matched.
|
||||
|
||||
Note that the following example line should NOT be highlighted:
|
||||
Compilation started at Sat Jul 8 15:19:25
|
||||
|
||||
The important part is the symbol(s) line at the beginning of each entry.
|
||||
These are the symbols you can customize `compilation-error-regexp-alist' for,
|
||||
to match the messages shown in that entry. A few complex cases have more than
|
||||
|
Loading…
Reference in New Issue
Block a user