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

the define-package problem #192

Open
GengShen opened this issue Nov 17, 2016 · 0 comments
Open

the define-package problem #192

GengShen opened this issue Nov 17, 2016 · 0 comments

Comments

@GengShen
Copy link

I'm using the emacs 24.5.1 in terminal.
problem: A error "invalid symbol %%version%%" raised while emacs loading theme.
analyse: I found that the function of define-package in color-theme-solarized-pkg.el run false.
this is the code :
(define-package "color-theme-solarized" "%%version%%" "Solarized themes for Emacs" '((color-theme "6.5.5")))
Maybe the second arg (_version-string) don't accept the string contains the character except number. After "%%version%%" was changed to the string only contain number, the function define-package worked without error .

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

1 participant