[PATCH 1/3] contrib: add notmuch-pick.el file itself

2012-10-27 Thread Mark Walters
On Sat, 27 Oct 2012, Ethan Glasser-Camp wrote: > Mark Walters writes: > >> +(defvar notmuch-pick-json-parser nil >> + "Incremental JSON parser for the search process filter.") >> + >> +(defun notmuch-pick-process-filter (proc string) >> + "Process and filter the output of \"notmuch show\" (for

[PATCH 1/3] contrib: add notmuch-pick.el file itself

2012-10-27 Thread Ethan Glasser-Camp
Mark Walters writes: > +(defvar notmuch-pick-json-parser nil > + "Incremental JSON parser for the search process filter.") > + > +(defun notmuch-pick-process-filter (proc string) > + "Process and filter the output of \"notmuch show\" (for pick)" > + (let ((results-buf (process-buffer proc)) >

[PATCH 1/3] contrib: add notmuch-pick.el file itself

2012-10-27 Thread Mark Walters
This adds the main notmuch-pick.el file. --- contrib/notmuch-pick/notmuch-pick.el | 867 ++ 1 files changed, 867 insertions(+), 0 deletions(-) create mode 100644 contrib/notmuch-pick/notmuch-pick.el diff --git a/contrib/notmuch-pick/notmuch-pick.el

[PATCH 1/3] contrib: add notmuch-pick.el file itself

2012-10-27 Thread Mark Walters
This adds the main notmuch-pick.el file. --- contrib/notmuch-pick/notmuch-pick.el | 867 ++ 1 files changed, 867 insertions(+), 0 deletions(-) create mode 100644 contrib/notmuch-pick/notmuch-pick.el diff --git a/contrib/notmuch-pick/notmuch-pick.el

Re: [PATCH 1/3] contrib: add notmuch-pick.el file itself

2012-10-27 Thread Ethan Glasser-Camp
Mark Walters markwalters1...@gmail.com writes: +(defvar notmuch-pick-json-parser nil + Incremental JSON parser for the search process filter.) + +(defun notmuch-pick-process-filter (proc string) + Process and filter the output of \notmuch show\ (for pick) + (let ((results-buf

Re: [PATCH 1/3] contrib: add notmuch-pick.el file itself

2012-10-27 Thread Mark Walters
On Sat, 27 Oct 2012, Ethan Glasser-Camp ethan.glasser.c...@gmail.com wrote: Mark Walters markwalters1...@gmail.com writes: +(defvar notmuch-pick-json-parser nil + Incremental JSON parser for the search process filter.) + +(defun notmuch-pick-process-filter (proc string) + Process and