Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5a / 52335016f396412dc9ccecabc7c3f7e5488e06
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id D7B95429E4E\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 04:21:26 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id XTHdFqC-SQLr for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 04:21:25 -0800 (PST)\r
17 Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com\r
18         [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 340DF429E4A\r
21         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 04:21:25 -0800 (PST)\r
22 Received: by qcqw6 with SMTP id w6so1905480qcq.26\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 04:21:24 -0800 (PST)\r
24 Received: by 10.229.111.158 with SMTP id s30mr4352075qcp.13.1326716484569;\r
25         Mon, 16 Jan 2012 04:21:24 -0800 (PST)\r
26 Received: from localhost (nikula.org. [92.243.24.172])\r
27         by mx.google.com with ESMTPS id m20sm36765702qaj.14.2012.01.16.04.21.22\r
28         (version=SSLv3 cipher=OTHER); Mon, 16 Jan 2012 04:21:23 -0800 (PST)\r
29 From: Jani Nikula <jani@nikula.org>\r
30 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>,\r
31         David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH 1/4] emacs: unify search mechanisms\r
33 In-Reply-To: <87ehuzvpul.fsf@gmail.com>\r
34 References: <1324786495-14221-1-git-send-email-dmitry.kurochkin@gmail.com>\r
35         <cunehuz5186.fsf@hotblack-desiato.hh.sledj.net>\r
36         <87ehuzvpul.fsf@gmail.com>\r
37 User-Agent: Notmuch/0.10.2+187~g43d4f26 (http://notmuchmail.org) Emacs/23.1.1\r
38         (i686-pc-linux-gnu)\r
39 Date: Mon, 16 Jan 2012 12:21:20 +0000\r
40 Message-ID: <87boq3dein.fsf@nikula.org>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Mon, 16 Jan 2012 12:21:27 -0000\r
56 \r
57 On Mon, 16 Jan 2012 15:39:14 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
58 > On Mon, 16 Jan 2012 11:35:37 +0000, David Edmondson <dme@dme.org> wrote:\r
59 > > On Sun, 25 Dec 2011 08:14:52 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
60 > > > Before the change, there were two ways to do search in Emacs UI:\r
61 > > > search widget in notmuch-hello buffer and `notmuch-search'\r
62 > > > function bound to "s".  Internally, notmuch-hello search widget\r
63 > > > uses `notmuch-search' function.  But it uses widget field input\r
64 > > > instead of minibuffer.  Such duplication is a major issue for\r
65 > > > notmuch-hello usability: search interface is inconsistent and\r
66 > > > lacks features that are available in minibuffer (e.g. history and\r
67 > > > auto completion).  Some of these features may be relatively easy\r
68 > > > to implement for notmuch-hello search, others would be much more\r
69 > > > tricky.  So to avoid duplication, make UI more consistent, bring\r
70 > > > notmuch-hello search to feature parity with the minibuffer\r
71 > > > search, the patch replaces notmuch-hello search widget and with a\r
72 > > > button that works the same way as "s" key binding.\r
73 > > \r
74 > > Dmitry, if Daniel re-submits his patches to allow the construction of\r
75 > > `notmuch-hello' buffers to be configured, it seems that this patchset\r
76 > > would become unnecessary. Is that correct?\r
77\r
78 > Right.  We will just need to fix the 's' key binding.  Looking forward\r
79 > for that.\r
80 \r
81 Isn't (something like) this still needed to merge the search histories:\r
82 \r
83 id:"1324698436-8532-1-git-send-email-dmitry.kurochkin@gmail.com"\r
84 \r
85 \r
86 Jani.\r