Re: [PATCH v1] emacs: Forwarded messages should not have modified buffers
[notmuch-archives.git] / 20 / 9a98efbdca7a8f9ca25b3f306d266fd83f694b
1 Return-Path: <bremner@tethera.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 04D44431FCF\r
6         for <notmuch@notmuchmail.org>; Sun, 23 Feb 2014 04:59:40 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[WEIRD_QUOTING=0.001] 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 WEgZOBqwgsGV for <notmuch@notmuchmail.org>;\r
16         Sun, 23 Feb 2014 04:59:35 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 3F26F431FAF\r
21         for <notmuch@notmuchmail.org>; Sun, 23 Feb 2014 04:59:35 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1WHYea-0006NT-0Y; Sun, 23 Feb 2014 08:59:32 -0400\r
25 Received: (nullmailer pid 2843 invoked by uid 1000); Sun, 23 Feb 2014\r
26         12:59:28 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH] man: escape backslash in notmuch-tag example\r
30 Date: Sun, 23 Feb 2014 08:59:20 -0400\r
31 Message-Id: <1393160360-2690-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.8.5.3\r
33 In-Reply-To: <1392434698-2271-1-git-send-email-david@tethera.net>\r
34 References: <1392434698-2271-1-git-send-email-david@tethera.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sun, 23 Feb 2014 12:59:40 -0000\r
48 \r
49 The example was originally intended to have a literal backslash in it, but\r
50 '\ ' is interpreted by nroff as a non-breaking space.\r
51 \r
52 It doesn't make much difference to the example, but the non-breaking\r
53 space triggers a bug in doclifter.\r
54 ---\r
55 \r
56 Tomi sortof convinced me on IRC that \e was a better choice that \\. I\r
57 also looked at the groff manual, but that mostly encouraged me to work\r
58 more on converting to something other than *roff.\r
59 \r
60  man/man1/notmuch-tag.1 | 2 +-\r
61  1 file changed, 1 insertion(+), 1 deletion(-)\r
62 \r
63 diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1\r
64 index 710fae6..f4fb1f3 100644\r
65 --- a/man/man1/notmuch-tag.1\r
66 +++ b/man/man1/notmuch-tag.1\r
67 @@ -126,7 +126,7 @@ of the tag\r
68  \r
69  +space%20in%20tags -- Two\r
70  # add tag '(tags)', among other stunts.\r
71 -+crazy{ +(tags) +&are +#possible\ -- tag:"space in tags"\r
72 ++crazy{ +(tags) +&are +#possible\e -- tag:"space in tags"\r
73  +match*crazy -- tag:crazy{\r
74  +some_tag -- id:"this is ""nauty)"""\r
75  .fi\r
76 -- \r
77 1.8.5.3\r
78 \r