emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1542619: * test/automated/data/flymake/Makefile: Co


From: Glenn Morris
Subject: [Emacs-diffs] master 1542619: * test/automated/data/flymake/Makefile: Comment.
Date: Tue, 16 Dec 2014 03:31:07 +0000

branch: master
commit 15426191a1353ac208d8ebe4a5920228e0df41a4
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/automated/data/flymake/Makefile: Comment.
---
 test/automated/data/flymake/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/automated/data/flymake/Makefile 
b/test/automated/data/flymake/Makefile
index a92db78..0f3f397 100644
--- a/test/automated/data/flymake/Makefile
+++ b/test/automated/data/flymake/Makefile
@@ -2,9 +2,11 @@
 
 CC_OPTS = -Wall
 
-## Recent gcc's (e.g. 4.8.2 on RHEL7) can automatically colorize their output,
+## Recent gcc (e.g. 4.8.2 on RHEL7) can automatically colorize their output,
 ## which can confuse flymake.  Set GCC_COLORS to disable that.
-## TODO is this something that should be fixed in flymake?
+## This only seems to be an issue in batch mode, where you would not
+## normally use flymake, so it seems like just avoiding the issue
+## in this test is fine.  Set flymake-log-level to 3 to investigate.
 check-syntax:
        GCC_COLORS= $(CC) $(CC_OPTS) ${CHK_SOURCES}
 



reply via email to

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