[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Turning off colorization
From: |
Eli Zaretskii |
Subject: |
Re: Turning off colorization |
Date: |
Wed, 05 Nov 2014 19:30:40 +0200 |
> From: Lars Magne Ingebrigtsen <address@hidden>
> Date: Wed, 05 Nov 2014 18:06:56 +0100
> Cc: address@hidden
>
> Andreas Schwab <address@hidden> writes:
>
> > It should be just a matter of making display-color-p return nil.
>
> I tried
>
> (defun display-color-p (&optional display) nil)
>
> and things got less colourful, but putting a `face "red"' on a region
> still made the region red.
display-color-p is not a magic wand: it only causes defface's that
defined a setting for a non-color display to use that setting. If you
yourself specify a color, there's no magic in Emacs to turn it to
something else.
IOW, if it hurts, don't do that.
- Re: Turning off colorization, (continued)
- Re: Turning off colorization, Phillip Lord, 2014/11/05
- Re: Turning off colorization, Ted Zlatanov, 2014/11/05
- Re: Turning off colorization, Phillip Lord, 2014/11/05
- 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 <=
- 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, Tassilo Horn, 2014/11/05
- Re: Turning off colorization, Yoni Rabkin, 2014/11/05
- Re: Turning off colorization, James Cloos, 2014/11/05
- Re: Turning off colorization, Richard Stallman, 2014/11/05
- Re: Turning off colorization, James Cloos, 2014/11/05
- Re: Turning off colorization, David Kastrup, 2014/11/06
- Re: Turning off colorization, Stefan Monnier, 2014/11/06