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 07F37429E4E for ; Mon, 16 Jan 2012 03:40:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 fvKQF2Xpv3jm for ; Mon, 16 Jan 2012 03:40:10 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3BEF2429E4A for ; Mon, 16 Jan 2012 03:40:10 -0800 (PST) Received: by bkat2 with SMTP id t2so4579445bka.26 for ; Mon, 16 Jan 2012 03:40:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=lC8KFTC6UQr/kw6RUmcjgOyquNZ1oGNGNwjVqojg3iA=; b=nbvDX+PAvuoU4Ef3V/03FCQr2znLzghoxms53CKOL9PMeL7xmKAu3NsZ5iPZZdsVHn ygs9tZmfvroYkm8k/n0Inw5lJjTjZ+6PpopFrtW8c7V07LrFU2DozdlvGgJbdTGS1bav 526z2ca+uhDwZhZIqykDM9tPhsj83/hJiBjhE= Received: by 10.204.13.66 with SMTP id b2mr4130839bka.98.1326714008375; Mon, 16 Jan 2012 03:40:08 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id d23sm38877162bkw.15.2012.01.16.03.40.06 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jan 2012 03:40:07 -0800 (PST) From: Dmitry Kurochkin To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH 1/4] emacs: unify search mechanisms In-Reply-To: References: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com> User-Agent: Notmuch/0.10.2+135~gb811a3c (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 16 Jan 2012 15:39:14 +0400 Message-ID: <87ehuzvpul.fsf@gmail.com> 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, 16 Jan 2012 11:40:12 -0000 On Mon, 16 Jan 2012 11:35:37 +0000, David Edmondson wrote: > On Sun, 25 Dec 2011 08:14:52 +0400, Dmitry Kurochkin wrote: > > Before the change, there were two ways to do search in Emacs UI: > > search widget in notmuch-hello buffer and `notmuch-search' > > function bound to "s". Internally, notmuch-hello search widget > > uses `notmuch-search' function. But it uses widget field input > > instead of minibuffer. Such duplication is a major issue for > > notmuch-hello usability: search interface is inconsistent and > > lacks features that are available in minibuffer (e.g. history and > > auto completion). Some of these features may be relatively easy > > to implement for notmuch-hello search, others would be much more > > tricky. So to avoid duplication, make UI more consistent, bring > > notmuch-hello search to feature parity with the minibuffer > > search, the patch replaces notmuch-hello search widget and with a > > button that works the same way as "s" key binding. > > Dmitry, if Daniel re-submits his patches to allow the construction of > `notmuch-hello' buffers to be configured, it seems that this patchset > would become unnecessary. Is that correct? Right. We will just need to fix the 's' key binding. Looking forward for that. Regards, Dmitry