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 9F1AD4196F0 for ; Mon, 26 Apr 2010 02:38:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 IfFxr5TWTo03 for ; Mon, 26 Apr 2010 02:38:11 -0700 (PDT) Received: from homiemail-a13.g.dreamhost.com (caiajhbdcbbj.dreamhost.com [208.97.132.119]) by olra.theworths.org (Postfix) with ESMTP id 089BD431FC1 for ; Mon, 26 Apr 2010 02:38:11 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) (Authenticated sender: sebastian@sspaeth.de) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 4E6686A806B; Mon, 26 Apr 2010 02:38:04 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 26 Apr 2010 11:38:02 +0200 From: "Sebastian Spaeth" To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [SCM] notmuch - thread-based email index, search and tagging. branch, master, updated. 0.2-180-gc87d17f In-Reply-To: <87aassc7hf.fsf@ut.hh.sledj.net> References: <20100424131703.A877A4196F2@olra.theworths.org> <87aassc7hf.fsf@ut.hh.sledj.net> User-Agent: Notmuch/0.2-203-gdabf212 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Mon, 26 Apr 2010 11:38:02 +0200 Message-ID: <87r5m2ftad.fsf@SSpaeth.de> 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: Mon, 26 Apr 2010 09:38:11 -0000 On 2010-04-25, David Edmondson wrote: > Originally this was the behaviour (jump to the search box), but I found > that it really annoyed me. To use any of the keybindings it's necessary > to move the cursor out of the search entry area. Actually, a widget can have its own keymap, so it is entirely possible to make it just to the saved searches with c-1 - c9 or whatever from within that widget. I know that dme accepts patches for this :-) Sebastian