Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 85 / a2fe905273477b2da0eae8a93cc8b452b79222
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 0BBC2431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 21 Nov 2012 00:32:02 -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 cSVID7KX34UN for <notmuch@notmuchmail.org>;\r
16         Wed, 21 Nov 2012 00:32:01 -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 60C2C431FAF\r
19         for <notmuch@notmuchmail.org>; Wed, 21 Nov 2012 00:32:01 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id EA9D710010B;\r
22         Wed, 21 Nov 2012 10:31:59 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Austin Clements <amdragon@MIT.EDU>, Tom Prince <tom.prince@ualberta.net>\r
25 Subject: Re: [PATCH] test: Produce useful output when the HTML with images\r
26         test fails\r
27 In-Reply-To: <m28v9vjrb3.fsf@guru.guru-group.fi>\r
28 References: <1353427125-13854-1-git-send-email-amdragon@mit.edu>\r
29         <m2haojgywg.fsf@guru.guru-group.fi>\r
30         <m28v9vjrb3.fsf@guru.guru-group.fi>\r
31 User-Agent: Notmuch/0.14+84~g8a199bf (http://notmuchmail.org) Emacs/24.2.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: Wed, 21 Nov 2012 10:31:59 +0200\r
37 Message-ID: <m2624zjr0g.fsf@guru.guru-group.fi>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 Cc: notmuch@notmuchmail.org\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 21 Nov 2012 08:32:02 -0000\r
54 \r
55 On Wed, Nov 21 2012, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
56 >\r
57 > From notmuch IRC log Thu Oct 25 2012\r
58 >\r
59 > --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--\r
60 > < Domo_> For me the 'shr test fails by missing libxml-parse-html-region ...\r
61 > < Domo_> which is defined in src/xml.c -- and exists by default on \r
62 >          another emacs...\r
63 > < Domo_> which probably means that my self-compiled emacs24 just doesn't \r
64 >          have that xml code compiled in :(\r
65 > < Domo_> #ifdef HAVE_LIBXML2\r
66 > < Domo_> ...\r
67 > < Domo_> #endif /* HAVE_LIBXML2 */\r
68 > --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--\r
69 \r
70 That's easy to test:\r
71 \r
72 run emacs24\r
73 \r
74 Enter\r
75 \r
76 M-x describe-function libxml-parse-html-region\r
77 \r
78 to see whether the function is defined.\r
79 \r
80 The output should look like:\r
81 \r
82 --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--\r
83 libxml-parse-html-region is a built-in function in `C source code'.\r
84 \r
85 (libxml-parse-html-region START END &optional BASE-URL)\r
86 \r
87 Parse the region as an HTML document and return the parse tree.\r
88 If BASE-URL is non-nil, it is used to expand relative URLs.\r
89 --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--\r
90 \r
91 Tomi\r
92 \r