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

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

bug#49682: 27.2.50; accept-process-output within accept-process-output h


From: Kazuhiro Ito
Subject: bug#49682: 27.2.50; accept-process-output within accept-process-output hangs emacs
Date: Thu, 09 Nov 2023 00:50:37 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

> If a Lisp program wants to avoid timers during the call to
> accept-process-output, could perhaps temporarily bind timer-list to
> nil or something?

According to docstring, it seems that accept-process-output has option
not to run timers.

> (accept-process-output &optional PROCESS SECONDS MILLISEC
> JUST-THIS-ONE)
...
> If JUST-THIS-ONE is an integer, don’t run any timers either.

Can Lisp programs use the feature?

--
Kazuhiro Ito





reply via email to

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