Skip to content
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

Fix Invalid face box error #131

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cariandrum22
Copy link

The style attribute sunken-button for the :box attribute set on a button or custom-button* is not a valid value1.

This was not made manifest by a bug2 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.

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
@cariandrum22 cariandrum22 changed the title Fix Invalid face box error (#130) Fix Invalid face box error Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant