Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 73 / c8be07a3a1c4fa859141c769bf1c111750b395
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 34014431FBD\r
6         for <notmuch@notmuchmail.org>; Wed, 12 Feb 2014 23:30:52 -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 VkIU+Zd90lTK for <notmuch@notmuchmail.org>;\r
16         Wed, 12 Feb 2014 23:30:45 -0800 (PST)\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 744A1431FAE\r
19         for <notmuch@notmuchmail.org>; Wed, 12 Feb 2014 23:30:45 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id A99F81000FA;\r
22         Thu, 13 Feb 2014 09:30:37 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: "W. Trevor King" <wking@tremily.us>, David Bremner <david@tethera.net>\r
25 Subject: Re: [PATCH v2 13/20] nmbug-status: Convert from XHTML 1.0 to HTML 5\r
26 In-Reply-To: <20140213020611.GG7538@odin.tremily.us>\r
27 References: <cover.1392056624.git.wking@tremily.us>\r
28         <a913793a12b3138ee34d24439510200f5024e306.1392056624.git.wking@tremily.us>\r
29         <87a9dv52h4.fsf@zancas.localnet>\r
30         <20140213020611.GG7538@odin.tremily.us>\r
31 User-Agent: Notmuch/0.17+69~g761b031 (http://notmuchmail.org) Emacs/24.3.1\r
32         (x86_64-unknown-linux-gnu)\r
33 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
34         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
35         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
36 Date: Thu, 13 Feb 2014 09:30:37 +0200\r
37 Message-ID: <m2vbwj79lu.fsf@guru.guru-group.fi>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=utf-8\r
40 Content-Transfer-Encoding: quoted-printable\r
41 Cc: notmuch@notmuchmail.org\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 Feb 2014 07:30:52 -0000\r
55 \r
56 On Thu, Feb 13 2014, "W. Trevor King" <wking@tremily.us> wrote:\r
57 \r
58 > On Wed, Feb 12, 2014 at 07:35:19PM -0400, David Bremner wrote:\r
59 >> W. Trevor King writes:\r
60 >> > HTML 5 for the win :).  I also de-namespaced the language; the HTML 5\r
61 >> > spec allows a vestigial xml:lang attribute, but it's a no-op [1], so I\r
62 >> > stripped it.\r
63 >>=20\r
64 >> I pushed the first 13 patches in the series to master.\r
65 >\r
66 > :).  If the output encoding patch (nmbug-status: Encode output using\r
67 > the user's locale) is the sticking point for the remainder of the\r
68 > series, I'm happy to rebase it to the end of the series and let it\r
69 > cook on the list until someone needs it.  UTF-8 works for me\r
70 > personally.\r
71 \r
72 No-one will need =C3=A4ny alternatives... ;D\r
73 \r
74 Personally hardcoding UTF-8 works for me.\r
75 \r
76 Next option hardcoding UTF-8 for config read (I would not want LANG=3DC\r
77 borke my 'F=C3=B6=C3=B6b=C3=A4r' in title ;) and use os.isatty(1) to determ=\r
78 ine\r
79 whether hardcod UTF-8 for output could be possibly tolerable to me.\r
80 \r
81 > Cheers,\r
82 > Trevor\r
83 \r
84 Tomi\r