Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 05 / 2721f350b6c469ae60da96a709a0f0ecd15ddf
1 Return-Path: <tomi.ollila@iki.fi>\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 0D2A2431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Sep 2012 05:48:19 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 QHhGANjtu+wA for <notmuch@notmuchmail.org>;\r
16         Thu, 13 Sep 2012 05:48:17 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id BF299431FAF\r
19         for <notmuch@notmuchmail.org>; Thu, 13 Sep 2012 05:48:17 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id A114510036F;\r
22         Thu, 13 Sep 2012 15:48:24 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Michal Nazarewicz <mina86@mina86.com>, Jani Nikula <jani@nikula.org>,\r
25         notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH v3 2/9] parse-time-string: add a date/time parser to\r
27         notmuch\r
28 In-Reply-To: <xa1tvcfidvpe.fsf@mina86.com>\r
29 References: <cover.1347484177.git.jani@nikula.org>\r
30         <89741ec9a9687fca8b30aa1a4877392d355dd3ce.1347484177.git.jani@nikula.org>\r
31         <xa1tvcfidvpe.fsf@mina86.com>\r
32 User-Agent: Notmuch/0.13.2+162~ged38330 (http://notmuchmail.org) Emacs/24.2.1\r
33         (x86_64-unknown-linux-gnu)\r
34 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
35         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
36         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
37 Date: Thu, 13 Sep 2012 15:48:24 +0300\r
38 Message-ID: <m2oblajdgn.fsf@guru.guru-group.fi>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=utf-8\r
41 Content-Transfer-Encoding: quoted-printable\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Thu, 13 Sep 2012 12:48:19 -0000\r
55 \r
56 On Thu, Sep 13 2012, Michal Nazarewicz <mina86@mina86.com> wrote:\r
57 \r
58 > On Wed, Sep 12 2012, Jani Nikula <jani@nikula.org> wrote:\r
59 >> Add a date/time parser to notmuch, to be used for adding date range\r
60 >> query support for notmuch lib later on. Add the parser to a directory\r
61 >> of its own to make it independent of the rest of the notmuch code\r
62 >> base.\r
63 >>\r
64 >> Signed-off-by: Jani Nikula <jani@nikula.org>\r
65 >\r
66 > Have you consider doing the same in bison?  I consider the code totally\r
67 > unreadable and unmaintainable.\r
68 \r
69 Well, I don't find this code 'unreadable', perhaps it depends how you\r
70 define it ;)\r
71 \r
72 This functionality has been in 'work-in-progress' for a long time. I think\r
73 the interface how this (separate library) is hooked to notmuch is sane.\r
74 Also, my 'hunch' is that this is maintainable enough (and Jani will do\r
75 all expected 'zero' maintenaince issues that will appear). If, in the\r
76 future, there is enough desire for internationalization then Someone(TM)\r
77 may see the way to do it.\r
78 \r
79 But, for the time being I applause the hard work Jani has put into=20\r
80 this library and as it is much better what we have now (i.e. nothing)\r
81 I am going to start testing this (and drop my current wrapper which\r
82 I've been using to search using relative times)...\r
83 \r
84 It might be interesting to see this implemented in Bison but just for\r
85 the sake of it I don't think it is worth of it. Maybe, someday...,\r
86 Someone Else(tm) does that. The interface should allow to make drop-in\r
87 replacement for this parser...\r
88 \r
89 Tomi\r
90 \r
91 \r
92 >\r
93 > --=20\r
94 > Best regards,                                         _     _\r
95 > .o. | Liege of Serenely Enlightened Majesty of      o' \,=3D./ `o\r
96 > ..o | Computer Science,  Micha=C5=82 =E2=80=9Cmina86=E2=80=9D Nazarewicz =\r
97    (o o)\r
98 > ooo +----<email/xmpp: mpn@google.com>--------------ooO--(_)--Ooo--_______=\r
99 ________________________________________\r
100 > notmuch mailing list\r
101 > notmuch@notmuchmail.org\r
102 > http://notmuchmail.org/mailman/listinfo/notmuch\r