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

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

Re: call-process and incremental display of output


From: Michael Albinus
Subject: Re: call-process and incremental display of output
Date: Tue, 16 Oct 2018 16:32:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Florian Weimer <fweimer@redhat.com> writes:

>>> I'm trying to show some progress information while downloading email for
>>> Gnus using an external program.
>>>
>>> Any idea what is necessary to get incremental output?
>>
>> Use `start-process'.
>
> That's not synchronous, so it won't work for fetching email in a
> callback from Gnus.

You could write some code around, which returns to Gnus once the async
process has finished.

> Thanks,
> Florian

Best regards, Michael.



reply via email to

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