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

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

bug#21557: 25.0.50; HTML renders text invisible


From: Richard Stallman
Subject: bug#21557: 25.0.50; HTML renders text invisible
Date: Mon, 28 Sep 2015 15:09:46 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > >  (defun shr-colorize-region (start end fg &optional bg)
  > > -  (when (or fg bg)
  > > +  (when (and (or fg bg) (>= (display-color-cells) 256))

This fixes it.  Thanks.

  > I wonder whether 256 above should be replaced with a much lower
  > number, like 88, perhaps?

I don't know.
-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.






reply via email to

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