[feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 43 / 4818d50afec5b96361660acc9f1831985c5095
1 Return-Path: <david@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 arlo.cworth.org (Postfix) with ESMTP id 3FEB26DE1983\r
6  for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:03:28 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.236\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.236 tagged_above=-999 required=5 tests=[AWL=0.432, \r
12  DATE_IN_PAST_12_24=0.804] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id gu5q47rQW6wR for <notmuch@notmuchmail.org>;\r
16  Fri,  3 Apr 2015 16:03:25 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id A4EBA6DE1978\r
20  for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:03:25 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1YdXFY-0003S2-OG; Thu, 02 Apr 2015 05:01:05 +0000\r
24 Received: (nullmailer pid 2040 invoked by uid 1000); Wed, 01 Apr 2015\r
25  07:15:10 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH] notmuch-emacs-mua: non-forking escape () usage with\r
29  backslash      '\' escape\r
30 In-Reply-To: <1427647054-7773-1-git-send-email-tomi.ollila@iki.fi>\r
31 References: <1427647054-7773-1-git-send-email-tomi.ollila@iki.fi>\r
32 User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
33  (x86_64-pc-linux-gnu)\r
34 Date: Wed, 01 Apr 2015 09:15:10 +0200\r
35 Message-ID: <871tk448w1.fsf@maritornes.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 Cc: tomi.ollila@iki.fi\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.18\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Fri, 03 Apr 2015 23:03:28 -0000\r
52 \r
53 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
54 \r
55 > Use the printf -v convention to give output variable as argument\r
56 > to escape () function so no subshell needs to be executed for\r
57 > escaping input. The '-v' option to escape () is just syntactic\r
58 > sugar for better understanding.\r
59 >\r
60 > Also, backslash is now escaped with another backslash for emacs. This\r
61 > ie especially important at the end of string.\r
62 >\r
63 \r
64 s/ie/is/, but I can amend that. Otherwise looks ok.\r
65 \r
66 d\r