[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Turning off colorization
From: |
Tassilo Horn |
Subject: |
Re: Turning off colorization |
Date: |
Wed, 05 Nov 2014 12:51:56 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Ted Zlatanov <address@hidden> writes:
> Some color-blind or visually impaired people may want syntax
> highlighting but not colorization.
Very good point.
> So maybe Emacs could offer a way to turn off colors without turning
> off syntax highlighting, at least in SHR. I think it would be
> generally useful, but don't know if and how it could work generally.
Wouldn't it suffice to provide a `no-colors' theme that sets up the
standard font-lock faces so that they don't use colors but only bold
fonts, italics, underline, etc?
Probably, that wouldn't suffice because redefining each and every face
defined by some package isn't feasible. But maybe that "theme" could
also advise `defface' and friends and strip color attributes from
face-specs.
Bye,
Tassilo
- Turning off colorization, Richard Stallman, 2014/11/04
- Re: Turning off colorization, Lars Magne Ingebrigtsen, 2014/11/05
- Re: Turning off colorization, Andreas Schwab, 2014/11/05
- Re: Turning off colorization, Lars Magne Ingebrigtsen, 2014/11/05
- Re: Turning off colorization, Eli Zaretskii, 2014/11/05
- Re: Turning off colorization, Andreas Schwab, 2014/11/05