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: Lars Ingebrigtsen
Subject: bug#10483: [PATCH] cperl-mode: Avoid endless loop
Date: Fri, 04 Sep 2020 12:41:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> 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.

waitpid waits until a process changes status, doesn't it?  In Emacs Lisp
we have to write a loop over `process-status', which adds latency and
just doesn't seem very elegant.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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