Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 2f / c1a6ee0c9b4b3b9d967954b22191b36b663927
1 Return-Path: <sojka@os.inf.tu-dresden.de>\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 48841431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 18 Feb 2012 14:11:04 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 DZYZn4pGlUGm for <notmuch@notmuchmail.org>;\r
16         Sat, 18 Feb 2012 14:11:02 -0800 (PST)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7660B431FAE\r
19         for <notmuch@notmuchmail.org>; Sat, 18 Feb 2012 14:11:02 -0800 (PST)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 095D019F3418;\r
22         Sat, 18 Feb 2012 23:11:01 +0100 (CET)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id f3EhnBgcKBNx; Sat, 18 Feb 2012 23:10:59 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id 518DA19F340C;\r
30         Sat, 18 Feb 2012 23:10:59 +0100 (CET)\r
31 Received: from steelpick.2x.cz (unknown [213.29.198.144])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id 82C67660968;\r
34         Sat, 18 Feb 2012 23:10:55 +0100 (CET)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.77)\r
36         (envelope-from <sojka@os.inf.tu-dresden.de>)\r
37         id 1RysUY-0001Wn-TG; Sat, 18 Feb 2012 23:10:54 +0100\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH v10 0/2] emacs: User-defined sections in notmuch-hello\r
41 In-Reply-To: <1329490088-8323-1-git-send-email-dmitry.kurochkin@gmail.com>\r
42 References: <1310079227-19120-1-git-send-email-daniel.schoepe@googlemail.com>\r
43         <1329490088-8323-1-git-send-email-dmitry.kurochkin@gmail.com>\r
44 User-Agent: Notmuch/0.11.1+210~g5c2fc0a (http://notmuchmail.org) Emacs/23.3.1\r
45         (x86_64-pc-linux-gnu)\r
46 Date: Sat, 18 Feb 2012 23:10:54 +0100\r
47 Message-ID: <874nunokr5.fsf@steelpick.2x.cz>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=us-ascii\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 18 Feb 2012 22:11:04 -0000\r
63 \r
64 On Fri, 17 Feb 2012, Dmitry Kurochkin wrote:\r
65 > Found a small bug...\r
66\r
67 > Changes:\r
68\r
69 > v10:\r
70\r
71 > * explicitly return nil from `notmuch-hello-insert-recent-searches',\r
72 >   otherwise `indent-rigidly' returns a marker pointing to non-existing\r
73 >   buffer and breaks final-target-pos handling in `notmuch-hello'\r
74\r
75 > v9:\r
76\r
77 > * correctly merge bc267b70b01c79f6bdda52641e9cd7574a151eff\r
78\r
79 > * fix :hide-if-empty description:\r
80\r
81 >     s/and not hidden by show-if-empty/and not shown by show-empty-searches/\r
82\r
83 > * fix typo in `notmuch-hello-target' docstring: s/globaly/global/\r
84\r
85 > * add docstring for notmuch-hello-first-run\r
86\r
87 > * fix indentation in `notmuch-hello-insert-saved-searches'\r
88\r
89 > * fix indentation in `notmuch-hello-insert-searches' docstring\r
90\r
91 > * fix target position calculation in `notmuch-hello-insert-saved-searches'\r
92\r
93 > * s/User defined/User-defined/ in tests\r
94\r
95 > * move tests to a new emacs-hello file\r
96 \r
97 Hi,\r
98 \r
99 I'd also like to point out to my optimization originally sent in\r
100 id:"87fwixasq4.fsf@steelpick.2x.cz". I tried it with v10 and it seems\r
101 that the bug I reported in id:"87aa7lle4t.fsf@steelpick.2x.cz" is no\r
102 longer there. It looks like that one of Dmitry's "target position\r
103 calculation" fixes helped here as well.\r
104 \r
105 I'm sending the patch again as a reply to this mail, because in the\r
106 original posting a part of subject was missing.\r
107 \r
108 -Michal\r