emacs-devel
[Top][All Lists]
Advanced

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

Re: Dependent colours


From: Po Lu
Subject: Re: Dependent colours
Date: Fri, 15 Apr 2022 19:12:38 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> We currently define them via the defface machinery.  But we do not use
> faces to instantiate the colours on the screen, which is what Eli asked
> for examples of.

In most cases we do: the colors are allocated in xfaces.c upon face
realization (see the calls to load_color2 and unload_color.)  The image
code path is an exception, and I think inside SVGs it isn't even
possible to use the same color names as in the rest of Emacs.


reply via email to

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