start separate process from emacs without blocking
use (start-file-process-shell-command NAME BUFFER COMMAND), it is the same thing that compile uses. You can use it in combination with comint-mode for input.
use (start-file-process-shell-command NAME BUFFER COMMAND), it is the same thing that compile uses. You can use it in combination with comint-mode for input.