[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 67 / 15e955e0cbf6f1d870ffc5ad085f6a21daaf28
1 Return-Path: <jrollins@finestructure.net>\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 EC74C431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 17:35:23 -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.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 bMstdQZBEfPy for <notmuch@notmuchmail.org>;\r
16         Fri, 16 Dec 2011 17:35:23 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 5D7B0431FB6\r
20         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 17:35:23 -0800 (PST)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id E8602328067;\r
23         Fri, 16 Dec 2011 17:35:20 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (DHCP-123-180.caltech.edu [131.215.123.180])\r
26         (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 311C9328082;\r
28         Fri, 16 Dec 2011 17:35:17 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id E27832C8; Fri, 16 Dec 2011 17:35:16 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: David Bremner <david@tethera.net>, Thomas Jost <schnouki@schnouki.net>,\r
33         notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH v3 1/4] emacs: Let the user choose where to compose new\r
35         mails\r
36 In-Reply-To: <87d3boc7va.fsf@zancas.localnet>\r
37 References: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
38         <1323797532-597-1-git-send-email-schnouki@schnouki.net>\r
39         <1323797532-597-2-git-send-email-schnouki@schnouki.net>\r
40         <877h1y13dv.fsf@zancas.localnet>\r
41         <87sjklzrcn.fsf@servo.finestructure.net>\r
42         <87r505iecz.fsf@zancas.localnet>\r
43         <878vmcgjxl.fsf@servo.finestructure.net>\r
44         <87d3boc7va.fsf@zancas.localnet>\r
45 User-Agent: Notmuch/0.10.2+93~ga124635 (http://notmuchmail.org) Emacs/23.3.1\r
46         (x86_64-pc-linux-gnu)\r
47 Date: Fri, 16 Dec 2011 17:35:14 -0800\r
48 Message-ID: <87zkesf0a5.fsf@servo.finestructure.net>\r
49 MIME-Version: 1.0\r
50 Content-Type: multipart/signed; boundary="=-=-=";\r
51         micalg=pgp-sha256; protocol="application/pgp-signature"\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Sat, 17 Dec 2011 01:35:24 -0000\r
65 \r
66 --=-=-=\r
67 \r
68 On Fri, 16 Dec 2011 21:19:37 -0400, David Bremner <david@tethera.net> wrote:\r
69 > The frame started by "emacsclient -c" is no different than a frame\r
70 > started with "emacs". It closes when you type C-x C-c. In particular\r
71 > killing an emacs window should not kill the frame.  With this patch, and\r
72 > notmuch-mua-compose-in set to new-window, notmuch does this.\r
73 \r
74 I'm worried that this is because the behavior emacs' "dedicated" windows\r
75 is a little flaky.  I've experimented with it before and noticed some\r
76 weirdnesses.\r
77 \r
78 It's been working for me perfectly in this context, though.  I would\r
79 hate to see this patch not go through, cause I'm totally addicted to\r
80 this behavior at this point.\r
81 \r
82 What if we just added a warning to the help message for the\r
83 customization variable that says the behavior with emacsclient might be\r
84 a little flaky?  Obviously people don't have to use this functionality,\r
85 so in that sense it doesn't hurt anyone to have it there if they just\r
86 don't use it, right?\r
87 \r
88 jamie.\r
89 \r
90 --=-=-=\r
91 Content-Type: application/pgp-signature\r
92 \r
93 -----BEGIN PGP SIGNATURE-----\r
94 Version: GnuPG v1.4.11 (GNU/Linux)\r
95 \r
96 iQIcBAEBCAAGBQJO6/HSAAoJEO00zqvie6q8u/QP/REIKgIBOJaEENzdIEwmIOwW\r
97 Voe1J84IwJLoXOoT2uBuz5ZndFscPlmRLNzgHNTl2DOwLKn1G9U+x6zTmAiCFOdv\r
98 606DTBdR/GYss/ZoAmO1FNWKR81JRPU45QVclaAuKpIY0H3dIYwOblztNAKXQg/A\r
99 N1pX+BqlJUGlmFVVNWp1S7QdTeRX+Yri8q85boZwdHIrr/XVO4573VStoSFZv8DE\r
100 Wxmx1NBn5hcItUoKZ8hsGp2AOywP/8I4zGLdWmZSV1WiMVKjFuVYuVvo3ZIEn6WF\r
101 wcS8iuNCAYuRO7bN6/Eoi9GZEqTIwOrBQemqda1oJbmnLN2GSdhhnimrIkvlnx9g\r
102 M5fha7kgO97dMpxCvlMxz0ZNnfJ5bXeyoPmfFd6+FPlGdSo7hqSDSZpmBW/+nDxv\r
103 /sPT7fkDXbXQBvZvNwpeDPOEpT1vVXF1SieTeXTfH1cxb6r+gRsOrDhu3Tv5VYuz\r
104 /1GxaWt/Yqz/YMXAoP5gH+V5bh23nysCnl/BeJ0rk3REDkpT89YcPzWOz0iFP0DH\r
105 fDfnfiJ9TGLaA9VBFIkNBsVBtsaCcPdHzX3PQjkHoSeVUAQUF+ysjsm7N9ADcK0I\r
106 Hk7FeyR9oQE2nz6LVUY/MEZMibY0BwlXAqAmBShzYKVA37Ce+lK2+i50zTra2PJx\r
107 1PoRutAfKkadgdsC07XJ\r
108 =Bpjn\r
109 -----END PGP SIGNATURE-----\r
110 --=-=-=--\r