I have a comint managing a subprocess and I want to send a huge text payload to it that the user doesn't need to see (it's a multi-page configuration string that must be provided this way).
Text sent to the comint is normally echoed to the buffer, is there a way to suppress this?
comint-send-string
doesn't echo it anywhere on Emacs 22.3.1 and 25.1.1. – Wieland Oct 26 '16 at 11:00