GNU bug report logs - #47133
28.0.50; Library chart: colors sometimes appear, sometimes not

Previous Next

Package: emacs;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Sun, 14 Mar 2021 08:26:01 UTC

Severity: minor

Tags: fixed

Found in version 28.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jean Louis <bugs <at> gnu.support>
Cc: 47133 <at> debbugs.gnu.org
Subject: bug#47133: 28.0.50; Library chart: colors sometimes appear, sometimes not
Date: Thu, 18 Mar 2021 07:47:41 +0100
Jean Louis <bugs <at> gnu.support> writes:

> The above chart function sits in my indestructible *scratch* and I run
> Emacs as server, then comes the client and I evaluate that
> function. Sometimes on the first invokation of emacsclient after
> initialization I will see colors. Sometimes I will not see colors. That
> says to me that it is most probably not related to my configuration.
>
> It appear to be random.

Perhaps it's a case of what display that's active when you're loading
chart.el?  What's the value of `chart-face-list' when you don't see any
colours?  It's defined as:

(defvar chart-face-list
  (if (display-color-p)
      ...

so if the display in question doesn't support colours when loading,
you'll get no colours on any display, I think.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 4 years and 122 days ago.

Previous Next


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