Re: [PATCH 11/11] emacs: Support cid: references with shr renderer

Subject: Re: [PATCH 11/11] emacs: Support cid: references with shr renderer

Date: Sat, 24 Jan 2015 12:12:32 -0500

To: David Edmondson, notmuch@notmuchmail.org

Cc:

From: Austin Clements


On Thu, 01 May 2014, David Edmondson <dme@dme.org> wrote:
> On Mon, Apr 21 2014, Austin Clements wrote:
>> +(defun notmuch-show--insert-part-text/html-shr (msg part)
>> +  ;; Make sure shr is loaded before we start let-binding its globals
>> +  (require 'shr)
>> +  (let ((dom (let (process-crypto notmuch-show-process-crypto)
>
> Missing brackets? (You let-bind both `process-crypto' and
> `notmuch-show-process-crypto' as nil.)

'Doh.  Thanks.

Thread: