[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: |
Michael Albinus |
Subject: |
bug#49682: 27.2.50; accept-process-output within accept-process-output hangs emacs |
Date: |
Tue, 07 Nov 2023 10:24:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
LdBeth <andpuke@foxmail.com> writes:
Hi,
> Eli> If a Lisp program wants to avoid timers during the call to
> Eli> accept-process-output, could perhaps temporarily bind timer-list
> Eli> to nil or something?
>
> Thank you, let Wanderlust maintainers know and figure out
> changes needed to fix the problem.
FTR, you could check tramp.el in the Emacs git repository. There
is the macro with-tramp-suspended-timers, which is used in
tramp-accept-process-output. Just as example.
> ldbeth
Best regards, Michael.