Questions tagged [comint-mode]

Comint mode is a package that defines a general command-interpreter-in-a-buffer. The idea is that you can build specific process-in-a-buffer modes on top of comint mode – e.g., lisp, shell, scheme, T, soar, …. This way, all these specific packages share a common base functionality, and a common set of bindings, which makes them easier to use (and saves code, implementation time, etc., etc.).

16 questions
0
votes
1 answer

Emacs nodejs-repl sending data to buffer

nodejs-repl command starts a *nodejs* commit-buffer. How to send the contents of a javascript buffer to the *nodejs* buffer using a key binding. Is there a command in commint-mode which does that.
Talespin_Kit
  • 20,830
  • 29
  • 89
  • 135
1
2