[PATCH v2 (Draft)] emacs: split async json parser into utility function

2012-10-19 Thread Ethan Glasser-Camp
Mark Walters writes: > Split out the json parser into a utility function. > --- > > Most of this patch is code movement: but I don't see how to arrange the > patch to show that. Hi! This looks like a straightforward patch and if it will make notmuch-pick more efficient, I'm in favor. I tagged

Re: [PATCH v2 (Draft)] emacs: split async json parser into utility function

2012-10-19 Thread Ethan Glasser-Camp
Mark Walters markwalters1...@gmail.com writes: Split out the json parser into a utility function. --- Most of this patch is code movement: but I don't see how to arrange the patch to show that. Hi! This looks like a straightforward patch and if it will make notmuch-pick more efficient, I'm

[PATCH v2 (Draft)] emacs: split async json parser into utility function

2012-09-02 Thread David Bremner
Mark Walters writes: > Split out the json parser into a utility function. > --- > > Most of this patch is code movement: but I don't see how to arrange the > patch to show that. > "git gui blame notmuch.el" gives some clues, although it isn't perfect. Maybe you could explain in the commit

[PATCH v2 (Draft)] emacs: split async json parser into utility function

2012-07-30 Thread Mark Walters
Split out the json parser into a utility function. --- Most of this patch is code movement: but I don't see how to arrange the patch to show that. Best wishes Mark emacs/notmuch.el | 101 +++--- 1 files changed, 58 insertions(+), 43

[PATCH v2 (Draft)] emacs: split async json parser into utility function

2012-07-30 Thread Mark Walters
Split out the json parser into a utility function. --- Most of this patch is code movement: but I don't see how to arrange the patch to show that. Best wishes Mark emacs/notmuch.el | 101 +++--- 1 files changed, 58 insertions(+), 43