Closed KingOnFire065 closed 9 months ago
Sorry, guys: premature.
Duplicate of #629. It's an issue in dimmer, now tracked at https://github.com/gonewest818/dimmer.el/issues/68.
diffuse errors with several other packages
If you know about other packages, beside dimmer
, which do not handle the new reset
value for face attributes, the please report that in the appropriate issue trackers. Thanks!
'forge-topic.el', line 151, may include a typo. Looks like changing
'(:foreground reset)
to`(:foreground ,reset)
fixes several diffuse errors with several other packages, all about`Wrong type argument: stringp, reset
.The original error showed up on dimmers' side of things:
Notice how 'forge-topic-header-line' is passed as a face color, eventually misevaluating as "reset".
I've never in my life worked with lisp/elisp or emacs, or sent an issue through github. The fix seemed simple enough to mention ad ho here; apologies if it's more involved.