Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 06 / 33719963ed1ff2d760fc5afdd07dfb584957e0
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 56D4C431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 30 Aug 2012 01:18:17 -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 8EwKH-CiyFQJ for <notmuch@notmuchmail.org>;\r
16         Thu, 30 Aug 2012 01:18:16 -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 5890B431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 30 Aug 2012 01:18:16 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id DE663100030;\r
22         Thu, 30 Aug 2012 11:18:22 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Michal Nazarewicz <mpn@google.com>, Austin Clements <amdragon@MIT.EDU>\r
25 Subject: Re: [PATCH] emacs: notmuch-search: fix faces\r
26 In-Reply-To: <xa1tharngolq.fsf@mina86.com>\r
27 References:\r
28  <83882f4c8de5317e0184dc091a197b2341e5f015.1345725028.git.mina86@mina86.com>\r
29         <87ipc4jcfv.fsf@servo.finestructure.net>        <xa1t3938ue0m.fsf@mina86.com>\r
30  <20120828002215.GB11179@mit.edu>       <xa1twr0ju9cq.fsf@mina86.com>\r
31  <20120828021917.GC11179@mit.edu>       <xa1tharngolq.fsf@mina86.com>\r
32 User-Agent: Notmuch/0.14+8~gd6b499d (http://notmuchmail.org) Emacs/24.1.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, 30 Aug 2012 11:18:22 +0300\r
38 Message-ID: <m2bohslrn5.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 Cc: notmuch@notmuchmail.org\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: Thu, 30 Aug 2012 08:18:17 -0000\r
56 \r
57 On Tue, Aug 28 2012, Michal Nazarewicz <mpn@google.com> wrote:\r
58 \r
59 >> Quoth Michal Nazarewicz on Aug 28 at  2:51 am:\r
60 >>> I'm running Emacs compiled from a week old bzr head, emacs-version\r
61 >>> reports: =E2=80=9CGNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu) of 201=\r
62 2-08-21\r
63 >>> on mpn-glaptop=E2=80=9D.\r
64 >>>=20\r
65 >>> I don't think I have any =E2=80=9Cunusual=E2=80=9D packages, but I do h=\r
66 ave quite a bit\r
67 >>> of customization, which you might find at\r
68 >>> <https://github.com/mina86/dot-files/blob/master/dot-emacs>.\r
69 >\r
70 > Austin Clements <amdragon@MIT.EDU> writes:\r
71 >> I think the culprit is your "Show blanks and FIXME"\r
72 >> font-lock-mode-hook.\r
73 >\r
74 > No, I've commented it and the problem remained.\r
75 \r
76 Interesting problem; You could try stripping all customizations\r
77 (emacs -q ...) and see whether coloring works -- and if it does\r
78 then "bisect" (or something) the culprit.\r
79 \r
80 Whether we'd use 'face or 'font-lock-face in the future is another\r
81 issue which needs good explanation why such change is done.\r
82 \r
83 > --=20\r
84 > Best regards,                                         _     _\r
85 > ..o | Computer Science,  Micha=C5=82 =E2=80=9Cmina86=E2=80=9D Nazarewicz =\r
86    (o o)\r
87 \r
88 Tomi\r