-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bool-vector type not supported by elsa-reader #228
Comments
It seems easier than I initially expected, so I took a stab. #229 Being new to ELisp, I have a remotely related and probably dumb question: How come the |
The predicates come from the
expands to
There's a package called |
Thank you! This is very helpful! |
When processing ansi-color.el, e.g.
A bool vector
#&8"\0"
at line 975 is not recognized, leading to an error "Invalid form" is thrownElsa/elsa-reader.el
Line 865 in f719e24
It seems that
bool-vector-p
can be used to check whether it's a bool vector, and the corresponding type does exist in Elsa:Elsa/elsa-types.el
Line 929 in f719e24
However, I lack the knowledge to add the
elsa-form-
class and the reader for it.The text was updated successfully, but these errors were encountered: