-
-
Notifications
You must be signed in to change notification settings - Fork 65
"sunken-button" no longer valid style in emacs master #130
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
Comments
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
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 (cherry picked from commit e6977cf)
@cybercode Thank you for your contribution and patience! 🙏🏼 I recently published the first "Northern Post — The state and roadmap of Nord" announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a "clean state". Read the announcement about reaching the "clean" contribution triage state in Nord's discussions for more details about the goal. Due to the release of Emacs version 30.1 some weeks ago this problem might affect more users that follow the stable release channel so this issue must be resolved as quickly as possible. |
The style attribute `sunken-button` for the `:box` attribute set on a `button` or `custom-button*` is not a valid value [1] anymore. It has always been invalid due to a bug [2] in a previous version as is thrown as an error as of Emacs version 30. In the context of the code, `sunken-button` itself is considered equivalent to `pressed-button`, so all places where `sunken-button` was specified has 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 GH-131 Closes GH-130 Signed-off-by: Sven Greb <[email protected]>
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: