Re: [PATCH] notmuch-emacs-mua: non-forking escape () usage with backslash '\' escape
authorDavid Bremner <david@tethera.net>
Fri, 3 Apr 2015 22:40:46 +0000 (07:40 +0900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:40 +0000 (14:48 -0700)
8a/546d46024245cbdbadf951f87671791f9350ec [new file with mode: 0644]

diff --git a/8a/546d46024245cbdbadf951f87671791f9350ec b/8a/546d46024245cbdbadf951f87671791f9350ec
new file mode 100644 (file)
index 0000000..b727167
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 108396DE1962\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 15:42:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.837\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.837 tagged_above=-999 required=5 tests=[AWL=0.837]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id hocVtdlyqxMc for <notmuch@notmuchmail.org>;\r
+ Fri,  3 Apr 2015 15:42:05 -0700 (PDT)\r
+X-Greylist: delayed 9518 seconds by postgrey-1.35 at arlo;\r
+ Fri, 03 Apr 2015 15:42:04 PDT\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id E9AC86DE1953\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 15:42:04 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <david@tethera.net>)\r
+ id 1YeAGu-0002GH-Fa; Fri, 03 Apr 2015 22:41:04 +0000\r
+Received: (nullmailer pid 28393 invoked by uid 1000); Fri, 03 Apr 2015\r
+ 22:40:46 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] notmuch-emacs-mua: non-forking escape () usage with\r
+ backslash     '\' escape\r
+In-Reply-To: <1427647054-7773-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1427647054-7773-1-git-send-email-tomi.ollila@iki.fi>\r
+User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 04 Apr 2015 07:40:46 +0900\r
+Message-ID: <87wq1s4yz5.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 03 Apr 2015 22:42:07 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+> Use the printf -v convention to give output variable as argument\r
+> to escape () function so no subshell needs to be executed for\r
+> escaping input. The '-v' option to escape () is just syntactic\r
+> sugar for better understanding.\r
+>\r
+\r
+pushed,\r
+\r
+d\r
+\r