Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Turning off colorization
       [not found]     ` <831tpgt8h4.fsf@gnu.org>
@ 2014-11-07  6:36       ` Tassilo Horn
  2014-11-07  7:06         ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Tassilo Horn @ 2014-11-07  6:36 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: nljlistbox2, ding, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> If you use shr as `mm-text-html-renderer' which is the default, then
>> HTML colors should be auto-adjusted so that they stay readable.  If you
>> still get "light-X" foreground on "a-little-less-X" background, you can
>> try increasing the minimum color distances used.  For example, I use
>> 
>>   (setq shr-color-visible-distance-min 10
>>         shr-color-visible-luminance-min 60)
>> 
>> to have a bit more contrast.
>
> It's a pity this isn't documented in any of our manuals.

Yes, I think this question has indeed popped up a few times already.
I've just looked into the Gnus manual, and I guess it would fit well in
section (info "(gnus)HTML").

I'll go give it a try to update that section...

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Turning off colorization
  2014-11-07  6:36       ` Turning off colorization Tassilo Horn
@ 2014-11-07  7:06         ` Eli Zaretskii
  2014-11-07  7:59           ` Tassilo Horn
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-11-07  7:06 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: nljlistbox2, ding, emacs-devel

> From: Tassilo Horn <tsdh@gnu.org>
> Cc: nljlistbox2@gmail.com,  emacs-devel@gnu.org, ding@gnus.org
> Date: Fri, 07 Nov 2014 07:36:02 +0100
> 
> >>   (setq shr-color-visible-distance-min 10
> >>         shr-color-visible-luminance-min 60)
> >> 
> >> to have a bit more contrast.
> >
> > It's a pity this isn't documented in any of our manuals.
> 
> Yes, I think this question has indeed popped up a few times already.
> I've just looked into the Gnus manual, and I guess it would fit well in
> section (info "(gnus)HTML").
> 
> I'll go give it a try to update that section...

Thank you.

It seems like most (all?) of shr documentation is in eww.texi, so
perhaps you should do it there instead.  In any case, please have a
cross-reference from the other manual to where this is described.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Turning off colorization
  2014-11-07  7:06         ` Eli Zaretskii
@ 2014-11-07  7:59           ` Tassilo Horn
  2014-11-07  9:00             ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Tassilo Horn @ 2014-11-07  7:59 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: nljlistbox2, ding, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> Yes, I think this question has indeed popped up a few times already.
>> I've just looked into the Gnus manual, and I guess it would fit well in
>> section (info "(gnus)HTML").
>> 
>> I'll go give it a try to update that section...
>
> Thank you.
>
> It seems like most (all?) of shr documentation is in eww.texi, so
> perhaps you should do it there instead.

I think the HTML article section is the place users will have a look
first, and that was outdated anyway.  So now it mentions shr, and
there's a footnote that points to a new Gnus FAQ entry 4.16:

--8<---------------cut here---------------start------------->8---
Question 4.16
.............

How can I ensure more contrast when viewing HTML mail?

Answer
......

Gnus’ built-in simple HTML renderer (you use it if the value of
‘mm-text-html-renderer’ is ‘shr’) uses the colors which are declared in
the HTML mail.  However, it adjusts them in order to prevent situations
like dark gray text on black background.  In case the results still have
a too low contrast for you, increase the values of the variables
‘shr-color-visible-distance-min’ and ‘shr-color-visible-luminance-min’.
--8<---------------cut here---------------end--------------->8---

But yes, I think the two variables should be documented in eww.texi,
too.  I've just done that.

> In any case, please have a cross-reference from the other manual to
> where this is described.

Ok, that's now also in place (Gnus -> EWW).

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Turning off colorization
  2014-11-07  7:59           ` Tassilo Horn
@ 2014-11-07  9:00             ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2014-11-07  9:00 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: nljlistbox2, ding, emacs-devel

> From: Tassilo Horn <tsdh@gnu.org>
> Cc: nljlistbox2@gmail.com,  emacs-devel@gnu.org,  ding@gnus.org
> Date: Fri, 07 Nov 2014 08:59:05 +0100
> 
> But yes, I think the two variables should be documented in eww.texi,
> too.  I've just done that.
> 
> > In any case, please have a cross-reference from the other manual to
> > where this is described.
> 
> Ok, that's now also in place (Gnus -> EWW).

Thanks.  I back-ported that to the emacs-24 branch, and also fixed a
typo.

(In general, any improvements in the documentation of features that
exist on the branch should be committed to the branch.)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-07  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1XlhCL-0007yb-B2@fencepost.gnu.org>
     [not found] ` <87a944cm3x.fsf@moondust.localdomain>
     [not found]   ` <87oaskm7vr.fsf@thinkpad-t440p.tsdh.org>
     [not found]     ` <831tpgt8h4.fsf@gnu.org>
2014-11-07  6:36       ` Turning off colorization Tassilo Horn
2014-11-07  7:06         ` Eli Zaretskii
2014-11-07  7:59           ` Tassilo Horn
2014-11-07  9:00             ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).