On Mon, Jan 21 2013, Tomi Ollila <tomi.ollila at iki.fi> wrote: > > In your tests you could just run `TERM=xterm make test` (and forget the > issue >;) or better, vt100: localhost$ TERM=vt100 tput setaf 1 zsh: exit 1 TERM=vt100 tput setaf 1 So that say_color () will not print colors. $ TERM=vt100 emacs -nw works (or, at least, starts). > Tomi Tomi