diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index e3d0ec4..62ba386 100755 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -6501,7 +6501,7 @@ Recognize text of the form : as a compilation error: #+BEGIN_SRC emacs-lisp (with-eval-after-load 'compile - (add-to-list 'compilation-error-regexp-alist '("\\(.+\\):\\([[:digit:]]+\\)$" 1 2))) + (add-to-list 'compilation-error-regexp-alist '("\\([^[:space:]]+\\):\\([[:digit:]]+\\)$" 1 2))) #+END_SRC