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

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

Re: how to track down "invalid face attribute" errors?


From: Eli Zaretskii
Subject: Re: how to track down "invalid face attribute" errors?
Date: Sun, 25 Sep 2022 17:01:39 +0300

> From: Eric S Fraga <e.fraga@ucl.ac.uk>
> Date: Sun, 25 Sep 2022 13:03:03 +0100
> 
> some package I'm using is leading to errors of the form
> 
>   Invalid face attribute :foreground nil [54 times]
> 
> can anybody suggest how I can track down which package/function is
> causing this?  Debugging on error doesn't catch this.  All web searches
> lead me to specific packages that have had this error in the past (none
> of which I use).

Can you run Emacs under GDB?  If so, put a breakpoint on the line in
xfaces.c which emits this message, and use the backtrace to find out
which face causes it.



reply via email to

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