You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using (autothemer-generate-templates) on Emacs 31 (and perhaps 30) the function fails because of this line which uses pp. For me, pp-default-function is set to pp-fill which fails when applied to templates.
Changing pp to pp-to-string resolves the error and opens the new buffer with the generated templates.
where (6 . 6) is not quoted, which does not allow you to copy and paste it into the spec successfully, but perhaps that is a different or preexisting issue.
Steps to Reproduce the issue. (Issues that cannot be reproduced will be closed.)
1. Be on Emacs 31 (head at time of writing)
2. Fill out a autothemer-deftheme (example in readme is fine)
3. Eval the autothemer-deftheme
4. Call M-x autothemer-generate-templates
Screenshots
![DESCRIPTION](LINK.png)
Logs
No response
Emacs version
snapshot
Emacs running on GUI, Terminal or Daemon?
GUI
OS
Linux
The text was updated successfully, but these errors were encountered:
Description
When using
(autothemer-generate-templates)
on Emacs 31 (and perhaps 30) the function fails because of this line which usespp
. For me,pp-default-function
is set topp-fill
which fails when applied totemplates
.Changing
pp
topp-to-string
resolves the error and opens the new buffer with the generated templates.Though, I also noticed that it emits lines like:
where
(6 . 6)
is not quoted, which does not allow you to copy and paste it into the spec successfully, but perhaps that is a different or preexisting issue.Steps to Reproduce the issue. (Issues that cannot be reproduced will be closed.)
Screenshots
![DESCRIPTION](LINK.png)
Logs
No response
Emacs version
snapshot
Emacs running on GUI, Terminal or Daemon?
GUI
OS
Linux
The text was updated successfully, but these errors were encountered: