cgestes / ctafconf

configuration for emacs/zsh/bash/etc.
http://www.ctaf.free.fr/dokuwiki/doku?id=ctafconf
13 stars 7 forks source link

colowrapper for make broken #8

Closed ghost closed 12 years ago

ghost commented 12 years ago

What's after the nice 'error' red color is no longer visible, forcing the user to use /usr/bin/make instead ...

Note: it's not a 'color' bug, the text really is truncated:

/tmp/foo/main.cpp:5: error: error

(first error in underlined red)

Seen at revision ee923a

Note: reverting commit 7b1f6cec975d11c01aacbd6ce3a2bef56c95bad3 solves the problem

ghost commented 12 years ago

Fixed by b414e43ebd5296aec9a9cc8c8f35554b9647c7b0

@ctaf: you added a ((ERROR|error)) so this created an other group ...

Maybe there's a better way to fix this with (?i) or some other dark perl magic....