knu / elscreen

elscreen patched to work with recent Emacs
http://www.morishima.net/~naoto/elscreen-ja/
GNU General Public License v2.0
171 stars 26 forks source link

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

Open thjwong opened 4 years ago

thjwong commented 4 years ago

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 commented 4 years ago

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