You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest master branch of emacs (v30), :style sunken-button generates a load error (invalid face). The definition :style pressed-button seems to be the visual equivalent.
The text was updated successfully, but these errors were encountered:
The `style` attribute `sunken-button` for the `:box` attribute set on a
`button` or `custom-button*` is not a valid value[1].
This was not made manifest by a bug[2] on the emacs side but is expected
to be fixed and become an error in the version 30 release.
In the context of the code, `sunken-button` itself is considered
equivalent to `pressed-button`, so all places where `sunken-button` is
specified have been replaced with `pressed-button`.
[1]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Face-Attributes.html
[2]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67404
In the latest master branch of emacs (v30),
:style sunken-button
generates a load error (invalid face). The definition:style pressed-button
seems to be the visual equivalent.The text was updated successfully, but these errors were encountered: