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

Error in post-command-hook (elscreen-run-screen-update-hook): (error "Format specifier doesn’t match argument type") [3 times] #35

Open
thjwong opened this issue Jul 1, 2020 · 1 comment

Comments

@thjwong
Copy link

thjwong commented Jul 1, 2020

After the latest MELPA updates, I receive this error message upon every buffer related operation, e.g. C-x b, C-x C-b, or trying to kill or expand the current buffer etc:

Error in post-command-hook (elscreen-run-screen-update-hook): (error "Format specifier doesn’t match argument type") [6 times]

My version of Emacs on Debian:

GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-09-23, modified by Debian

@j0306043
Copy link

Hi.
In my case, this error happens if (elscreen-start) is missing in the Emacs init file (e.g. ~/.emacs, ~/.emacs.d/init.el, or the file indicated by (eval custom-file)).
Try adding (elscreen-start) in your Emacs init file.

My version
Emacs: GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14) of 2020-03-26, modified by Debian
OS: Ubuntu 20.04.1

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

2 participants