[PATCH v4 0/8] emacs: JSON-based search cleanups
Austin Clements
amdragon at MIT.EDU
Sat Jul 21 10:56:23 PDT 2012
This series was supposed to be in-reply-to
id:"1342306940-7499-1-git-send-email-amdragon at mit.edu".
On Sat, 21 Jul 2012, Austin Clements <amdragon at MIT.EDU> wrote:
> This version fixes several bugs found in the previous version. I
> replaced the insert-before-markers trick in
> notmuch-search-update-result with direct point manipulation. This
> fixes the problem with authors getting unhidden when a result is
> updated with point after the authors on the line (since it no longer
> deletes the region with the invisibility overlay). I also removed the
> scrolling hack (which was partially necessitated by
> insert-before-markers), so that archiving the last visible result will
> properly scroll the buffer instead of jumping point to the middle of
> the visible window. As a result, the window may scroll when updating
> a multiline result, however, it will scroll to show the entire result
> (unlike an earlier version where it scrolled to cut off the result
> because of an interaction with insert-before-markers). Finally, I
> fixed notmuch-search-last-thread so that it behaves like it did before
> when there are no results, rather than failing with an obscure error.
>
> I also updated the customize documentation and NEWS to indicate that
> multiline search results are considered experimental.
More information about the notmuch
mailing list