emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f75e68f 1/5: Revert "Avoid occasional confusion of


From: João Távora
Subject: [Emacs-diffs] master f75e68f 1/5: Revert "Avoid occasional confusion of Flymake C/C++ backend"
Date: Tue, 2 Jul 2019 12:11:05 -0400 (EDT)

branch: master
commit f75e68fc9be2e7d9e3da46a83204ea88e4854174
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Revert "Avoid occasional confusion of Flymake C/C++ backend"
    
    This reverts commit 67c3a3af1d9e2582193d5ea33b6c190e79ad56e6, which
    creates more problems than it solves.
---
 lisp/progmodes/flymake-cc.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/progmodes/flymake-cc.el b/lisp/progmodes/flymake-cc.el
index 248c95a..1b449bd 100644
--- a/lisp/progmodes/flymake-cc.el
+++ b/lisp/progmodes/flymake-cc.el
@@ -58,9 +58,7 @@ SOURCE."
   (cl-loop
    while
    (search-forward-regexp
-    (concat
-     "^\\(In file included from \\)?<stdin>:\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)"
-     "?:[\n ]?\\(error\\|warning\\|note\\): \\(.*\\)$")
+    "^\\(In file included from 
\\)?<stdin>:\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?:\n?\\(.*\\): \\(.*\\)$"
     nil t)
    for msg = (match-string 5)
    for (beg . end) = (flymake-diag-region



reply via email to

[Prev in Thread] Current Thread [Next in Thread]