elscreen icon indicating copy to clipboard operation
elscreen copied to clipboard

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

Open thjwong opened this issue 5 years ago • 1 comments

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

thjwong avatar Jul 01 '20 14:07 thjwong

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

j0306043 avatar Aug 21 '20 00:08 j0306043