[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#9047: 24.0.50; Paging in tabulated-list-mode
From: |
Michael Albinus |
Subject: |
bug#9047: 24.0.50; Paging in tabulated-list-mode |
Date: |
Fri, 04 Oct 2019 10:20:31 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
Hi Lars,
>> I am using tabulated-list-mode in debbugs-gnu.el. Due to the amount of
>> bugs, they must be presented on several pages (buffers). There are
>> widgets which allow navigation between those pages.
>
> Was this something that debbugs-gnu had in earlier years? I just get
> the entire bug list presented to me, and it doesn't look like I have any
> customisations in that area.
In the beginning, debbugs-gnu retrieved only up to 500 bugs, and showed
them. The user could ask for the next (up to 500) bugs afterwards, and
so on.
Today, debbugs-gnu knows how many bugs to retrieve at all. It raises
several soap-invoke-async requests in parallel, every call limited to
500 bugs. The results of the calls will be merged and shown - thats what
you see as long list.
Best regards, Michael.