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 611884196F4 for ; Thu, 13 May 2010 19:58:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] autolearn=ham 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 rfZcaP89C3xY for ; Thu, 13 May 2010 19:58:40 -0700 (PDT) Received: from homiemail-a20.g.dreamhost.com (caiajhbdcahe.dreamhost.com [208.97.132.74]) by olra.theworths.org (Postfix) with ESMTP id 63E024196F0 for ; Thu, 13 May 2010 19:58:40 -0700 (PDT) Received: from webmail.sspaeth.de (caiajhbdcaid.dreamhost.com [208.97.132.83]) (Authenticated sender: sebastian@sspaeth.de) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id 80FF77EC060; Thu, 13 May 2010 19:58:39 -0700 (PDT) Received: from 129.132.209.94 (proxying for 129.132.209.94) (SquirrelMail authenticated user sebastian@sspaeth.de) by webmail.sspaeth.de with HTTP; Thu, 13 May 2010 19:58:38 -0700 Message-ID: <774b5d59b19663f41b4a427c1622f045.squirrel@webmail.sspaeth.de> In-Reply-To: <1273805175-6660-1-git-send-email-nelhage@ksplice.com> References: <1273805175-6660-1-git-send-email-nelhage@ksplice.com> Date: Thu, 13 May 2010 19:58:38 -0700 Subject: Re: [PATCH] emacs: notmuch-hello: Use our own keymap. From: sebastian@sspaeth.de To: "Nelson Elhage" User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: notmuch@notmuchmail.org 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, 14 May 2010 02:58:50 -0000 > Previously, we were adding our bindings directly to `widget-keymap', > resulting in them being shared by anything else that used that keymap. Is this patch preferable over the one I sent some time ago in id:1272882573-9864-1-git-send-email-Sebastian@SSpaeth.de ? My patch makes notmuch-hello a major mode and also creates the proper keymap. THe major mode allows the '?' keybinding to also work.