-
Notifications
You must be signed in to change notification settings - Fork 11
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
autothemer-generate-templates returns wrong-type-argument symbolp (1 . -1) #20
Comments
I am also experiencing this issue, using Emacs 28.0.60 on macOS 12, ARM64. The traceback for me looks like this:
|
Hi @kguidonimartins @jonpalmisc I'm investigating this error now. Will update at close of the day. (Timezone Bangkok.) |
Late update. Error confirmed. Setting up ert tests for autothemer. |
Fixed. |
Postmortem.In some rare cases a For all of our errors, I notice we are all getting tripped on:
Side note, I initially quoted the cons when they are found. However, this seems unecessary and potentially harmful. The problematic face now generates the following auto-spec.
|
Hi @jasonm23, I'm tried your package but something goes wrong. Below, I provide a sample code to reproduce the error step by step. Can you help with this?
I write the sample code in the file
minimal.el
. Then, I loaded the file in emacs usingemacs -q -l ~/minimal.el
. I have changed the colorsyellowish
andreddish
from the example code in your README.I turned on
toggle-debug-on-error
, evaluated the(autothemer-deftheme ...
, then I runM-x autothemer-generate-templates
, and I received the following message:I'm on Arch Linux using the Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.29, cairo version 1.17.4) of 2021-06-06.
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: