File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The `%s' placeholder is replaced by the current buffer's filename."
68
68
69
69
(defconst haskell-compilation-error-regexp-alist
70
70
`((,(concat
71
- " ^\\ (?1:[^ \t\r\n ]+?\\ ):"
71
+ " ^ * \\ (?1:[^ \t\r\n ]+?\\ ):"
72
72
" \\ (?:"
73
73
" \\ (?2:[0-9]+\\ ):\\ (?4:[0-9]+\\ )\\ (?:-\\ (?5:[0-9]+\\ )\\ )?" ; ; "121:1" & "12:3-5"
74
74
" \\ |"
@@ -97,7 +97,7 @@ This is a child of `compilation-mode-map'.")
97
97
" Local `compilation-filter-hook' for `haskell-compilation-mode' ."
98
98
99
99
(when haskell-compile-ghc-filter-linker-messages
100
- (delete-matching-lines " ^Loading package [^ \t\r\n ]+ [.]+ linking [.]+ done\\ .$"
100
+ (delete-matching-lines " ^ * Loading package [^ \t\r\n ]+ [.]+ linking [.]+ done\\ .$"
101
101
(if (boundp 'compilation-filter-start ) ; ; available since Emacs 24.2
102
102
(save-excursion (goto-char compilation-filter-start)
103
103
(line-beginning-position ))
You can’t perform that action at this time.
0 commit comments