Check C-h v comint-process-echoes
in that buffer.
If it's nil
, try (setq-local comint-process-echoes t)
If that fixes it, then you can use this repl's major mode hook to do that automatically.
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Check C-h v comint-process-echoes
in that buffer.
If it's nil
, try (setq-local comint-process-echoes t)
If that fixes it, then you can use this repl's major mode hook to do that automatically.