We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can start emacs-28.1 using command: emacs-28.1 -q, however it fails by using emacs-28.1 which load the configs from the ~/.emacs.d/init.el.
emacs-28.1 -q
emacs-28.1
The error information is as follows: ` Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Wrong number of arguments: (3 . 4), 2 `
The text was updated successfully, but these errors were encountered:
The current stable version was made 1.5 years ago when emacs 28 was not released yet.
I will make a new stable version this weekend.
Sorry, something went wrong.
fixed.
a308ce2 support emacs26 (Chen Bin)
fixed. a308ce2 support emacs26 (Chen Bin)
Thanks very much. I'll have a try soon. You mentioned that this fix support emacs26, not emacs 28.1 ?
My set up code is fine. I solved the problem by upgrading packages at myelpa
No branches or pull requests
I can start emacs-28.1 using command:
emacs-28.1 -q
, however it fails by usingemacs-28.1
which load the configs from the ~/.emacs.d/init.el.The error information is as follows:
`
Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2)
Wrong number of arguments: (3 . 4), 2
`
The text was updated successfully, but these errors were encountered: