[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.
- call-process and incremental display of output, Florian Weimer, 2018/10/16
- Re: call-process and incremental display of output, Michael Albinus, 2018/10/16
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/16
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/17
- Re: call-process and incremental display of output, John Shahid, 2018/10/19
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/19
- Re: call-process and incremental display of output, John Shahid, 2018/10/19
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/19