Re: [PATCH] emacs: Added "is:<tag>" style completion to notmuch-read-query.

Subject: Re: [PATCH] emacs: Added "is:<tag>" style completion to notmuch-read-query.

Date: Sat, 29 Nov 2014 09:06:13 +0100

To: David Edmondson, Charles Celerier, notmuch@notmuchmail.org

Cc:

From: David Bremner


David Edmondson <dme@dme.org> writes:

> On Sat, Nov 29 2014, Charles Celerier wrote:

>
> Should use a `let' binding rather than `setq'. Otherwise, looks good.
>
>>    (lexical-let
>>        ((completions
>>  	(append (list "folder:" "path:" "thread:" "id:" "date:" "f

What about using lexical-let*  to combine the two binding forms?

d

Thread: