bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10483: [PATCH] cperl-mode: Avoid endless loop


From: Eli Zaretskii
Subject: bug#10483: [PATCH] cperl-mode: Avoid endless loop
Date: Fri, 04 Sep 2020 10:15:47 +0300

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Fri, 04 Sep 2020 05:17:45 +0200
> Cc: 10483@debbugs.gnu.org
> 
> > I haven't found examples to steal from, and also missed the
> > fork/waitpid stuff which I use for such tasks in Perl.
> 
> Yeah...  Perhaps Emacs should grow some convenience functions for this
> stuff?

I don't think I understand what's missing in what we have already.
The equivalent of 'fork' is 'start-process', and the equivalent of
'waitpid' is a test of what 'process-status' returns.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]