Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E07C1431FD0 for ; Tue, 20 Dec 2011 06:33:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xcbcdxbh+vJZ for ; Tue, 20 Dec 2011 06:33:06 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 39925431FB6 for ; Tue, 20 Dec 2011 06:33:06 -0800 (PST) Received: by werm12 with SMTP id m12so2584054wer.26 for ; Tue, 20 Dec 2011 06:33:04 -0800 (PST) Received: by 10.216.133.19 with SMTP id p19mr6681798wei.0.1324391584761; Tue, 20 Dec 2011 06:33:04 -0800 (PST) Received: from hotblack-desiato.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25]) by mx.google.com with ESMTPS id ff1sm2183723wbb.5.2011.12.20.06.33.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Dec 2011 06:33:03 -0800 (PST) Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) id 555909FC2A; Tue, 20 Dec 2011 14:33:01 +0000 (GMT) To: Chris Gray , notmuch@notmuchmail.org Subject: Re: [RFC][PATCH] emacs: Provide scaffolding so that the new `shr' HTML renderer can run. In-Reply-To: <8739cfjp2r.fsf@gmail.com> References: <1324309559-7993-1-git-send-email-dme@dme.org> <8762hbkas3.fsf@gmail.com> <8739cfjp2r.fsf@gmail.com> User-Agent: Notmuch/0.10.2+107~ga2d0215 (http://notmuchmail.org) Emacs/24.0.92.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Tue, 20 Dec 2011 14:33:01 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 14:33:07 -0000 On Tue, 20 Dec 2011 07:27:24 -0700, Chris Gray wrote: > On Tue, 20 Dec 2011 08:35:42 +0000, David Edmondson wrote: > > On Mon, 19 Dec 2011 23:38:36 -0700, Chris Gray wrote: > > > > + (makunbound 'gnus-summary-buffer) ; Blech. > > > > > > This is working around a bug in gnus. I think the better solution would > > > be for gnus to fix the bug. The following patch against gnus works for > > > me. (I have tried submitting it to the gnus bug list, but have not been > > > able to check if it got through.) > > > > I wonder if `boundp' is just a typo for `bufferp'? > > I originally thought so as well, but bufferp blows up if given an > unbound variable and buffer-name blows up if given a string. When would `gnus-summary-buffer' ever be unbound?