Re: strange search behaviour in emacs

Subject: Re: strange search behaviour in emacs

Date: Tue, 24 Mar 2015 15:25:48 -0400

To: sfischme@uwaterloo.ca, notmuch

Cc:

From: David Bremner


Sebastian Fischmeister <sfischme@uwaterloo.ca> writes:

> The following *always* returns an empty list, even when I see an email
> with "bar" right there in the list after the first search:
>
> M-: (notmuch-search "from:sfischme") ;;me
> M-: (notmuch-search "bar")

I suspect this is related to asynch loading. The first query is still
filling into the buffer, and emacs doesn't starting filling the second
buffer until the first search finishes. In my experiments it
_eventually_ does the second query. It just takes a while. I agree it
would be nice if there was some UI hint before the first result arrives.

d

Thread: