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 A094C429E25 for ; Fri, 11 Nov 2011 09:29:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 IiPjpUrA4iQr for ; Fri, 11 Nov 2011 09:29:37 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CF266431FB6 for ; Fri, 11 Nov 2011 09:29:36 -0800 (PST) Received: from rocinante.cs.unb.ca (modemcable212.143-70-69.static.videotron.ca [69.70.143.212]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pABHTYVO021715 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 11 Nov 2011 13:29:35 -0400 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.76) (envelope-from ) id 1ROuv0-0007Ei-PU; Fri, 11 Nov 2011 12:29:34 -0500 From: David Bremner To: Pieter Praet , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: notmuch-hello: respect notmuch-help's wishes In-Reply-To: <87ei522v4t.fsf@A7GMS.i-did-not-set--mail-host-address--so-tickle-me> References: <87ei522v4t.fsf@A7GMS.i-did-not-set--mail-host-address--so-tickle-me> User-Agent: Notmuch/0.9+51~g0234a16 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 11 Nov 2011 12:29:34 -0500 Message-ID: <87zkg2a7pd.fsf@rocinante.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 11 Nov 2011 17:29:37 -0000 On Sat, 16 Apr 2011 15:12:43 +0200, Pieter Praet wrote: > Calling notmuch-help in notmuch-hello-mode results in error > "apply: Wrong type argument: listp, keymap" Hi Pieter; I'm a little confused here. I still get the same error after applying your patch. Is there a followup patch I missed? David