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

ethan-wspace-appropriate-face fails if frameprop evaluates to ansi color #41

Open
xhalo32 opened this issue Jul 15, 2021 · 1 comment
Open

Comments

@xhalo32
Copy link

xhalo32 commented Jul 15, 2021

In my case the variable bg in ethan-wspace-appropriate-face is set to "color-235" which gets mapped to nil by color-values. ethan-wspace-alpha-blend then fails with wrong-type-argument number-or-marker-p nil as nil is set as the rgb argument.

The code should handle ansi color strings in frames.

@glasserc
Copy link
Owner

Hi! Sorry for the delayed response. Can you tell me more about your setup? Are you running emacs in a terminal or in a GUI? color-235 seems like a valid color when I run emacs -nw, and (color-values "color-235") produces (9766 9766 9766) there.

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

No branches or pull requests

2 participants