Mercurial > emacs
comparison etc/NEWS @ 54677:bf0752d84f5a
message deletion note added to M-x compile
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Thu, 01 Apr 2004 10:46:37 +0000 |
parents | d4784167544e |
children | cdf086a7739d |
comparison
equal
deleted
inserted
replaced
54676:69f903f9844f | 54677:bf0752d84f5a |
---|---|
92 | 92 |
93 Quite a few more kinds of messages are recognized. Messages that are | 93 Quite a few more kinds of messages are recognized. Messages that are |
94 recognized as warnings or informational come in orange or green, instead of | 94 recognized as warnings or informational come in orange or green, instead of |
95 red. Informational messages are by default skipped with `next-error' | 95 red. Informational messages are by default skipped with `next-error' |
96 (controlled by `compilation-skip-threshold'). | 96 (controlled by `compilation-skip-threshold'). |
97 | |
98 Location data is collected on the fly as the *compilation* buffer changes. | |
99 This means you could modify messages to make them point to different files. | |
100 This also means you can not go to locations of messages you may have deleted. | |
97 | 101 |
98 The variable `compilation-error-regexp-alist' has now become customizable. If | 102 The variable `compilation-error-regexp-alist' has now become customizable. If |
99 you had added your own regexps to this, you'll probably need to include a | 103 you had added your own regexps to this, you'll probably need to include a |
100 leading `^', otherwise they'll match anywhere on a line. There is now also a | 104 leading `^', otherwise they'll match anywhere on a line. There is now also a |
101 `compilation-mode-font-lock-keywords' and it nicely handles all the checks | 105 `compilation-mode-font-lock-keywords' and it nicely handles all the checks |