-
-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings: nil value is invalid #753
Comments
Think this is related to emacs-mirror/emacs@d0a66f3 AFAIU I don't think we're planning to support HEAD until things start to stabilize a bit. I would imagine a PR to resolve it wouldn't be rejected though :) |
Make sense... |
This issue should now be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention! |
Hi @hlissner I still got this error:
|
I also still have the same issue: Warning: setting attribute ‘:background’ of face ‘font-lock-comment-face’: nil value is invalid, use ‘unspecified’ instead. emacs-plus@29 on MacBook Pro 2021 with macOS, Ventura 13.1 |
I think this may cause the issue. e.g. ((font-lock-comment-face &override)
:background (if doom-one-brighter-comments (doom-lighten bg 0.05)))
((font-lock-comment-face &override) :background (if doom-feather-light-brighter-comments base0) :italic t) |
How did you fix it later? |
Addresses the following warnings: ``` Warning: setting attribute ‘:foreground’ of face ‘mode-line’: nil value is invalid, use ‘unspecified’ instead. Warning: setting attribute ‘:background’ of face ‘font-lock-comment-face’: nil value is invalid, use ‘unspecified’ instead. ``` Ref: #753
I've slowly been stomping out the lingering |
Ref: #793 Ref: #753 Close: #802 Co-authored-by: vadimi <[email protected]>
Theme(s)
All themes (base)
What were you expecting?
No warnings
What actually happened?
In recent 29.1, these warnings come out.
Steps to reproduce
Operating system
All
Emacs version
29.0.50
Installed commit of doom-themes
latest
The text was updated successfully, but these errors were encountered: