]> git.cworth.org Git - obsolete/notmuch-old/commit
emacs: Fix refresh of search results to leave cursor on current thread.
authorCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 19:36:08 +0000 (11:36 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 19:36:08 +0000 (11:36 -0800)
commit07876ac135bbb3da264264ee5f7b83d36aad4290
treec3f50227849fa94b88ecd5f5e72537a91cc305a4
parent7f2629520cedf32157868610882600ac3d08f2cf
emacs: Fix refresh of search results to leave cursor on current thread.

This has been broken since the addition of support for streaming
search results to the emacs interface. With the old apparoach it was
easy to simply wait for all search results to land in the buffer and
then search for the desired line. With streaming results, we have to
save the target off to the side and allow the process filter and
sentinel functions to correctly respond when the target thread
appears.
notmuch.el