Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d3a29dd8
Commit
d3a29dd8
authored
Mar 29, 2004
by
Daniel Pfeiffer
Browse files
reformulated compile announcement
parent
034de736
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
etc/NEWS
etc/NEWS
+12
-6
No files found.
etc/NEWS
View file @
d3a29dd8
...
...
@@ -88,12 +88,18 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
** M-x compile has been completely overhauled
It now uses font-lock for turning compiler output into hypertext. Quite a few
more kinds of messages are recognized. Messages that are recognized as
warnings or informational come in orange or green, instead of red.
Informational messages are by default skipped with `next-error'.
** M-x compile has become more robust and reliable
Quite a few more kinds of messages are recognized. Messages that are
recognized as warnings or informational come in orange or green, instead of
red. Informational messages are by default skipped with `next-error'
(controlled by `compilation-skip-threshold').
The variable `compilation-error-regexp-alist' has now become customizable. If
you had added your own regexps to this, you'll probably need to include a
leading `^', otherwise they'll match anywhere on a line. There is now also a
`compilation-mode-font-lock-keywords' and it nicely handles all the checks
that configure outputs and -o options so you see at a glance where you are.
The new file etc/compilation.txt gives examples of each type of message.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment