rejeep / prodigy.el

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

Is it possible to go to first Failed process? #97

Closed FrancescElies closed 7 years ago

FrancescElies commented 7 years ago

Hi,

in case I use prodigy-mark-tag and start a couple of processes, if one of those failed I would like to bring the cursor directly over there. Is there something available to do that or do I need to write a custom function for that?

Thanks in advance for your time! Best, Francesc

rejeep commented 7 years ago

There is no way of doing exactly what you ask, no. But try out prodigy-next-with-status (M-n), it will move to the next service with a status. If this isn't good enough for you, the function gives you an example of how to write a function like the one you ask for, should be very easy! 😃