mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* progmodes/compile.el (compilation-error-regexp-alist-alist): In
`watcom' anchor regexp to start of line, to avoid slowness (Bug#5599).
This commit is contained in:
parent
0f00e9485d
commit
3e39928c77
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2010-02-20 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* progmodes/compile.el (compilation-error-regexp-alist-alist): In
|
||||
`watcom' anchor regexp to start of line, to avoid slowness
|
||||
(Bug#5599).
|
||||
|
||||
2010-02-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* subr.el (remove-yank-excluded-properties): Explain in a comment
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@ File = \\(.+\\), Line = \\([0-9]+\\)\\(?:, Column = \\([0-9]+\\)\\)?"
|
|||
"^\\([^, \n\t]+\\), line \\([0-9]+\\), char \\([0-9]+\\)[:., \(-]" 1 2 3)
|
||||
|
||||
(watcom
|
||||
"\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)): ?\
|
||||
"^[ \t]*\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)): ?\
|
||||
\\(?:\\(Error! E[0-9]+\\)\\|\\(Warning! W[0-9]+\\)\\):"
|
||||
1 2 nil (4))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue