Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5c644da
Commit
e5c644da
authored
Apr 01, 2004
by
Daniel Pfeiffer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
message deletion note added to M-x compile
parent
51c8ad03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
etc/NEWS
etc/NEWS
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
No files found.
etc/NEWS
View file @
e5c644da
...
...
@@ -95,6 +95,10 @@ 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').
Location data is collected on the fly as the *compilation* buffer changes.
This means you could modify messages to make them point to different files.
This also means you can not go to locations of messages you may have deleted.
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
...
...
lisp/ChangeLog
View file @
e5c644da
2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
* compile.el (compilation-current-error): New var.
(compilation-setup, compile-mouse-goto-error)
(compile-goto-error, next-error): Use it.
(compilation-skip-to-next-location): Default to t, which gives
contiguous skipping like old compile (where this was redundant).
(compilation-next-error): Prevent previous-* commands from moving
back to message at or just before point.
2004-04-01 Nick Roberts <nick@nick.uklinux.net>
* progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
...
...
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