Pulse faces :extend attribute stops working
Following discussion on #185 (comment 583561338), I open a new issue on an instability of the behavior of the new faces introduced following that thread, to add support for pulse.el
, namely the faces pulse-highlight-face
and pulse-highlight-start-face
.
The instability I observe is that, sometimes, the :extend
of the pulse face stops working. This does not happen after startup (thus it is not a load or startup problem), but somewhere mid-session. Reloading the theme brings it back to proper working condition. Unfortunately, I have not been able to pin down what triggers the misbehavior.
Another thing I am also not able to rule out is that the behavior simply does not stem from the changes done at modus-themes
, but is simple a misbehavior of pulse.el
itself. I've made the suggestion here soon after I started playing with pulse.el
. but the original face does not include the :extend
property to start with.
My setup here is not based on Melpa, but I'm running Melpa-stable with the usual load-theme :after
advice. But, as far as I understand, this should be equivalent to actually having those faces setup done by the theme itself. Also, light testing with the Melpa version would not get us far anyway, since it's not a startup problem. But I'm at your disposal to test things on my side, if you have any hypothesis you'd like to check. However, since it is intermittent we'll be walking on soft ground (I'm fine with that, just so we know what to expect).