rejeep / prodigy.el

Manage external services from within Emacs
GNU General Public License v3.0
552 stars 39 forks source link

Comint services #8

Open rejeep opened 10 years ago

rejeep commented 10 years ago

Add support for comint services, such as Rails console.

fgeller commented 10 years ago

hey -- curious what the state is on supporting comint services? am using compile-mode + comint for repls myself and was wondering whether this is something i could look into adding to prodigy?

rejeep commented 10 years ago

I added this more as a reminder. The state is basically that I will do it when I get time, whenever that is. :)

I've spent a lot of time working on Cask v0.6, but since that's done now, I hope I can spend some more time on Prodigy.

jhirn commented 9 years ago

+1 =)

pinn3 commented 8 years ago

Is there any progress on this? @rejeep

rejeep commented 8 years ago

No unfortunately not. I don't have a lot of time these days. If anyone is up to implementing this themselves, I can review pull requests, but I don't have time to implement it myself, sorry.

Fuco1 commented 6 years ago

I wonder how this would work. Instead of a command would we give some elisp to run? And it would drop us into the standard comint? Surely adding support for every kind of process to prodigy itself would be quite out of scope.