riscy / shx-for-emacs

An Emacs shell-mode (and comint-mode) extension that enables displaying small plots and graphics and lets users write shell commands in Emacs Lisp.
GNU General Public License v3.0
218 stars 10 forks source link

Don't set artificial when sending input #15

Closed CeleritasCelery closed 4 years ago

CeleritasCelery commented 4 years ago

The artificial argument is only supposed to be used when sending input that did not originate with the user. Adding it here breaks some features like comint-process-echoes.

riscy commented 4 years ago

Great catch -- I'm trying to remember why I did this, and there's no good reason for it.