Mercurial > dotfiles
changeset 213:1947b2c08f29
compilation: adjust regexp for hg tracebacks
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Tue, 04 May 2010 23:14:34 -0500 |
| parents | 4716b238db2e |
| children | 2a4efba0fe8b |
| files | .elisp/settings/50.compilation-tweaks.el |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/50.compilation-tweaks.el +++ b/.elisp/settings/50.compilation-tweaks.el @@ -2,7 +2,7 @@ (pushnew '(mercurial-test-output-tb - "\+ File \".*/install/lib/python/\\([^\"]*\\)\", line \\([0-9]*\\), in .*$" + "\+ File \".*/install/lib/python/\\([^\"]*\\)\", line \\([0-9]*\\)\\(, in .*\\)?$" 1 2) compilation-error-regexp-alist-alist) ;; add to the end so this gets priority (setq compilation-error-regexp-alist
