[New-bugs-announce] [issue4102] sphinx: ansi color even on dumb terminal

Mikhail Gusarov report at bugs.python.org
Fri Oct 10 23:21:01 CEST 2008


New submission from Mikhail Gusarov <dottedmag at dottedmag.net>:

Debian bug #501629 (http://bugs.debian.org/cgi-bin/bugreport.cgi?
bug=501629).

Both sphinx-build and sphinx-quicksetup attempt (and fail) to use ansi
color sequences, even when TERM=dumb (for example, when run from an
emacs shell buffer, or m-x compile.  This produces garbage, like this:

^[[01mSphinx v0.4.2, building linkcheck^[[39;49;00m

While it does look like I can add -N in the generated Makefile, and
thus this is only a wishlist item since I have a workaround - it
really shouldn't generate color unless it has *some* indication that
it might work - even mooching off of $LSCOLORS would be better than
doing it blindly, though it should be enough to look at a TERM or
TERMCAP property - or perhaps indirectly via curses.has_colors() which
does appear to be able to tell "xterm" from "dumb" successfully.

----------
messages: 74644
nosy: dottedmag
severity: normal
status: open
title: sphinx: ansi color even on dumb terminal

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4102>
_______________________________________


More information about the New-bugs-announce mailing list