Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / a2 / d95a69d6dcd1f94de19a99b101eb48d1943f1a
1 Return-Path: <bremner@unb.ca>\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 AF823431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 23 Feb 2012 16:29:45 -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\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 DB2fM2FW84KG for <notmuch@notmuchmail.org>;\r
16         Thu, 23 Feb 2012 16:29:45 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E8557431FAE\r
21         for <notmuch@notmuchmail.org>; Thu, 23 Feb 2012 16:29:44 -0800 (PST)\r
22 Received: from fctnnbsc30w-142166230117.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([142.166.230.117] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
25         (Exim 4.72) (envelope-from <bremner@unb.ca>)\r
26         id 1S0j2c-0000Oz-C2; Thu, 23 Feb 2012 20:29:43 -0400\r
27 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1S0j2X-0003tn-1d; Thu, 23 Feb 2012 20:29:37 -0400\r
30 From: David Bremner <david@tethera.net>\r
31 To: Justus Winter <4winter@informatik.uni-hamburg.de>,\r
32         notmuch mailing list <notmuch@notmuchmail.org>\r
33 Subject: Re: notmuch as a shared object aka library knigge\r
34 In-Reply-To: <20120223222200.17796.11840@thinkbox.jade-hamburg.de>\r
35 References: <20120221002921.8534.57091@thinkbox.jade-hamburg.de>\r
36         <20120221155312.GB30513@mit.edu>\r
37         <20120222151745.4213.93513@thinkbox.jade-hamburg.de>\r
38         <20120223222200.17796.11840@thinkbox.jade-hamburg.de>\r
39 User-Agent: Notmuch/0.11.1+188~ga5674c2 (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Thu, 23 Feb 2012 20:29:36 -0400\r
42 Message-ID: <87hayhkr9r.fsf@zancas.localnet>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain; charset=us-ascii\r
45 X-Spam_bar: -\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Fri, 24 Feb 2012 00:29:45 -0000\r
59 \r
60 On Thu, 23 Feb 2012 23:22:00 +0100, Justus Winter <4winter@informatik.uni-hamburg.de> wrote:\r
61 \r
62 > That wasn't meant to sound as harsh as it probably did. I seriously\r
63 > hope that someone is around who enjoys to hack on the c/c++ part of\r
64 > the library and is willing fix problems in it.\r
65 \r
66 Luckily I deleted my snarky reply ;). \r
67 \r
68 > And I worked around the two functions (that I know of) that call\r
69 > exit(3) by conditionally raising exceptions in the python bindings,\r
70 > but this is only meant as a intermediate fix, a hack that should be\r
71 > removed as soon as the library is fixed.\r
72 \r
73 Can you make test cases to document exactly when internal errors are\r
74 occuring in the library? Somehow it seems like the CLI is not triggering\r
75 them. It might help clarify the discussion and/or motivate people to fix\r
76 them.\r
77 \r
78 d\r