On 2015-03-31 10:16, Andy Smith wrote:
Ah - didn't test for your specific example...Need.. (add-to-list 'compilation-error-regexp-alist '("^core\.exception.AssertError@\\(.*\\)(\\([0-9]+\\)).*" 1 2 ) ) as well.... not sure how many variants of these there are but if regexps can't handle it am sure elisp can....
This is what I use in TextMate "^(.*?)@(.*?)\((\d+)\):(.*)?". -- /Jacob Carlborg
