From 518a761476c4901ef55f9621843c313a669758f1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Aug 2018 18:48:39 +0200 Subject: Add matcher for glibc assertion failures --- emacs/.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 7be2f52..d60ff8e 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -275,6 +275,11 @@ (setq compilation-error-regexp-alist (delete 'maven compilation-error-regexp-alist)) +;; Add matcher for glibc assertion failures +(add-to-list + 'compilation-error-regexp-alist + '("[[:print:]]+: \\([^:]+\\):\\([[:digit:]]+\\):.*Assertion.* failed.\n$" 1 2)) + ;;; Key bindings (global-set-key (kbd "C-") 'previous-buffer) -- cgit v1.2.1