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 22A5B429E31 for ; Sun, 5 Jun 2011 00:14:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 cCyNejZux5Vs for ; Sun, 5 Jun 2011 00:13:59 -0700 (PDT) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 9E531431FB6 for ; Sun, 5 Jun 2011 00:13:59 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 0D6892C006; Sun, 5 Jun 2011 09:13:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=vIMschVl9ksaGwY5HicrYP bsxaA=; b=Q2lJX/9NtZgQsWHOUvVQV7hGv6dPgNG39B5JuH2VbCCJsV4BwZZojQ d7sMcM4UX18lvucsvz+W7mEzhIAs9SnM/vXxlsW5MftD7kZ0rBbbZwJjiMD94zfu uLqSp8Hiee1HygCoiUiUuTtME53VgeUg5UyrbNlbhWbdWzz0lkT04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=bf3UGEkeb4m11XRU etC3aPIsf2tR1zQmZxLVXnFkwnug38KxGZ9z1lxiB3euVq1RON3KHYPZ5tdSY5bm 7GJC4EAOtmeIKclViGTnNdSYxnWyJ7Qc4/mQ5s1rdITz/W3NfZVZwV0b3QUwMCfA SB6TGgZmKfdg4cwmEqosDJrYnJw= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Sun, 5 Jun 2011 09:13:56 +0200 (CEST) From: Xavier Maillard To: Dmitry Kurochkin , notmuch@dima.secretsauce.net, notmuch@notmuchmail.org Subject: Re: [PATCH] Added C-up and C-down to cycle through previous searches In-Reply-To: <87vcwto5n3.fsf@gmail.com> References: <1306659388-21809-1-git-send-email-notmuch@dima.secretsauce.net> <87vcwto5n3.fsf@gmail.com> User-Agent: Notmuch/0.5-194-gb20f9fa (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Sun, 05 Jun 2011 09:25:44 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2011 07:14:01 -0000 Hi, On Sun, 29 May 2011 20:04:00 +0400, Dmitry Kurochkin wrote: > Hi Dima. > > On Sun, 29 May 2011 01:56:28 -0700, notmuch@dima.secretsauce.net wrote: > > From: Dima Kogan > > > > --- > > > > Hi. > > > > I made a few improvements to the emacs UI. This patch allows the user to scroll > > through the most recent searches with C-up and C-down while in the search box. > > > > This sounds like a very nice improvement to me! I just have one > concern: Why C-up and C-down? I believe M-p and M-n would be more > natural for Emacs users (at least for me :)). +1. M-p/M-n is way simpler to remember for me too. IMO, that should be setq'able at the user level to suit best users preferences. /Xavier