how do the different frontends deal with displaying large queries?

David Bremner david at tethera.net
Wed Feb 24 09:48:54 PST 2016


Gaute Hope <eg at gaute.vetsj.com> writes:

> Hi,
>
> I am wondering how the different frontends deal with displaying large
> queries? Do you just display everything at the time? Or do you display a
> limited number and then show more on-demand?
>

I only know the emacs front end, and I suspect the answer won't help you
much. We start filling an emacs buffer asynchronously with the results,
and display the top of the buffer with the first results.  Results are
appended to the end of the buffer, typically much faster than the user
can scroll.

d


More information about the notmuch mailing list