hemant <
geth...@gmail.com> writes:
> Hello Folks,
>
> I often run my tests (RSpec if you will) from Emacs using a
> customized version of compile command. It works beautifully and all
> that.
>
> But sometimes some special line in my code triggers something that
> reads from user input. If you have heard of this Ruby gem Pry. When I
> run the tests from Emacs and code being run contains binding.pry() it
> opens pry prompt at the point, the method is encountered.
>
> Now I understand that, there are some emacs-pry integrations out
> there, but I want something simple, something that will simply let me
> type things in the buffer when user input is required, in compile
> buffer.
>
> Is it possible at all?
compilation-mode. `async-shell-command' does prompt for user input via
input. Generally works well, and you can even get nice colorized output