[PATCH 0/7] emacs: JSON-based search cleanups

Subject: [PATCH 0/7] emacs: JSON-based search cleanups

Date: Thu, 12 Jul 2012 20:45:12 -0400

To: notmuch@notmuchmail.org

Cc:

From: Austin Clements


This series builds on the JSON-based search series [0] to clean up
several other aspects of search-mode.  It removes constraints on the
formatting of tags in the result line (you can even leave them out
entirely), it recolors lines when tags change, it adds supports for
multi-line result formats, and rendering big search buffers should be
less quadratic (it might even be linear).  Much of this derives from
having a single object representation of a result (the JSON plist) and
a simple method for rendering it to the buffer.

[0] 1341870162-17782-1-git-send-email-amdragon@mit.edu


Thread: