ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Error when starting M-x term #493

Closed wlandry closed 4 years ago

wlandry commented 4 years ago

Starting with a clean instance (emacs -Q), I load only ergoemacs from the repository and start a terminal with M-x term. This gives me the error

Error in post-command-hook (ergoemacs-post-command-hook): (wrong-type-argument listp term-send-raw-meta)

I have seen this with emacs 26.1 on Debian, and emacs 27 on Mac OS with the latest melpa version.

It is not clear whether it is breaking anything.

wlandry commented 4 years ago

I managed to get a backtrace (attached). It is a bit big.

backtrace.txt

wlandry commented 4 years ago

This looks like a dupe of #378 and maybe #455.