GNU bug report logs - #21557
25.0.50; HTML renders text invisible

Previous Next

Package: emacs;

Reported by: rms <at> gnu.org

Date: Fri, 25 Sep 2015 08:29:02 UTC

Severity: normal

Found in version 25.0.50

Done: Katsumi Yamaoka <yamaoka <at> jpl.org>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 21557 <at> debbugs.gnu.org (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: yamaoka <at> jpl.org, 21557 <at> debbugs.gnu.org
Subject: Re: 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.





This bug report was last modified 9 years and 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.