bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19791: 25.0.50; Bad HTML rendering


From: Eli Zaretskii
Subject: bug#19791: 25.0.50; Bad HTML rendering
Date: Sat, 07 Feb 2015 13:57:04 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: 19791@debbugs.gnu.org, rms@gnu.org
> Date: Sat, 07 Feb 2015 12:30:42 +1100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Where's that in the sources?
> 
> `shr-color-check' and `shr-color-visible'.

I think I see the problem: it is somehow related to bug #19802.  In
particular, even if I do this:

  M-: (set-frame-parameter (selected-frame) 'background-color "black") RET

I still get nil from (frame-parameter nil 'background-color).  And
shr-color-check relies on the latter to report the background color of
the frame.

So I guess solving that bug will also solve this, or at least move
closer to its solution.

Richard, can you confirm that you see on your system the same problem
with 'background-color' frame parameter on a TTY as described above,
i.e. that setting that parameter in frame's parameter alist doesn't
cause frame-parameter to return the value?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]