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
bffa7817
Commit
bffa7817
authored
Jul 25, 2007
by
Stefan Monnier
Browse files
(compilation-error-regexp-alist-alist): Add support for the Maden build tool.
parent
80f462b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-2
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+4
-0
No files found.
lisp/ChangeLog
View file @
bffa7817
2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Add support for the Maden build tool.
2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
* net/webjump.el (webjump-url-encode): Fix for non-ASCII
characters.
* net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
...
...
lisp/progmodes/compile.el
View file @
bffa7817
...
...
@@ -167,6 +167,10 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
"^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):[0-9]+:[0-9]+:\\)?\
\\( warning\\)?" 1 2 3 (4))
(maven
;; Maven is a popular build tool for Java. Maven is Free Software.
"\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
(bash
"^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2)
...
...
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