Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created August 19, 2014 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save legumbre/fb9ddd60897b173e4b02 to your computer and use it in GitHub Desktop.
Save legumbre/fb9ddd60897b173e4b02 to your computer and use it in GitHub Desktop.
(add-to-list
'compilation-error-regexp-alist-alist
'(mvn-error-windows "\\[ERROR\\][[:blank:]]+\\(.*\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" (lambda () (replace-regexp-in-string "\\\\" "/" (match-string 1))) 2 3 1 1 (0 compilation-error-face)))
(add-to-list 'compilation-error-regexp-alist 'mvn-error-windows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment