-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
*ERROR*: Wrong number of arguments: (1 . 4), 5 #82
Comments
Thanks Jonas, that was quick! 👍 |
Thanks to both of you for this! I was trying to debug it myself and eventually gave up and tried updating packages on MELPA and it was magicly (magitly?) fixed! |
Bug: [*ERROR*: Wrong number of arguments: (1 . 4), 5 ] which corrupts magit-commit in emacs-28. github issue: magit/with-editor#82
It was somewhat really difficult to me to find this one. Here it would be good to state that explicitly: please upgrade Thank you for fixing it! |
This bug report is the counterpart of the emacs report https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43716 which I reported before I knew that the error is in with-buffer.el.
I've debugged the issue (see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43716#41). The short version is that the signature of
server-switch-buffer
changed recently on the emacs master branch so that the with-editor adviceserver-switch-buffer--with-editor-server-window-alist
has too few arguments which gives "ERROR: Wrong number of arguments: (1 . 4), 5" when doingemacsclient some-file.txt
.The text was updated successfully, but these errors were encountered: