diff options
| author | Lars Ingebrigtsen | 2019-10-10 01:19:33 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-10 01:19:33 +0200 |
| commit | 3f594fef9eeeda2272dc9858b6b17bbd5fa2f436 (patch) | |
| tree | 1346624c594c1c075415fc6d3672675fc1e2ae35 /etc | |
| parent | e4efab3f03cec69c87b2e3e28bd70f401821d96f (diff) | |
| download | emacs-3f594fef9eeeda2272dc9858b6b17bbd5fa2f436.tar.gz emacs-3f594fef9eeeda2272dc9858b6b17bbd5fa2f436.zip | |
Allow filtering out warnings/errors from compile.el detection
* lisp/progmodes/compile.el
(compilation-transform-file-match-alist): New variable (bug#32968).
(compilation-error-properties): Use it to remove known false
positives.
(compilation-error-regexp-alist): Mention it in this doc string.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -612,6 +612,10 @@ be functions. | |||
| 612 | nil, but instead of scrolling the current line to the top of the | 612 | nil, but instead of scrolling the current line to the top of the |
| 613 | screen when there is no left fringe, it inserts a visible arrow before | 613 | screen when there is no left fringe, it inserts a visible arrow before |
| 614 | column zero. | 614 | column zero. |
| 615 | --- | ||
| 616 | *** The new 'compilation-transform-file-match-alist' variable can be used | ||
| 617 | to transform file name matches compilation output, and remove known | ||
| 618 | false positives being recognised as warnings/errors. | ||
| 615 | 619 | ||
| 616 | ** cl-lib.el | 620 | ** cl-lib.el |
| 617 | +++ | 621 | +++ |