Re: [RFC] vim plugin rewrite II
authorAnton Khirnov <anton@khirnov.net>
Mon, 16 Jan 2012 19:04:47 +0000 (20:04 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:42:19 +0000 (09:42 -0800)
33/f93ae8d6a140da5823f0b7045078917c761e7b [new file with mode: 0644]

diff --git a/33/f93ae8d6a140da5823f0b7045078917c761e7b b/33/f93ae8d6a140da5823f0b7045078917c761e7b
new file mode 100644 (file)
index 0000000..21e9e60
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <anton@khirnov.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 olra.theworths.org (Postfix) with ESMTP id 7B122431FD4\r
+       for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 11:05:01 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id tsGfz+mtjgdA for <notmuch@notmuchmail.org>;\r
+       Mon, 16 Jan 2012 11:05:00 -0800 (PST)\r
+Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz\r
+       [78.128.192.10])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 9E2DA431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 11:05:00 -0800 (PST)\r
+X-Envelope-From: anton@khirnov.net\r
+Received: from daenerys.khirnov.net (zohar.kolej.mff.cuni.cz [78.128.198.199])\r
+       by smtp1.kolej.mff.cuni.cz (8.14.4/8.14.4) with ESMTP id\r
+       q0GJ4mpr090442; Mon, 16 Jan 2012 20:04:49 +0100 (CET)\r
+       (envelope-from anton@khirnov.net)\r
+Received: from daenerys.khirnov.net (localhost [127.0.0.1])\r
+       by daenerys.khirnov.net (Postfix) with ESMTP id 80D0B1235F1;\r
+       Mon, 16 Jan 2012 20:04:47 +0100 (CET)\r
+Content-Type: text/plain; charset="utf-8"\r
+MIME-Version: 1.0\r
+Content-Transfer-Encoding: quoted-printable\r
+User-Agent: notmuch-vimpy\r
+Message-ID: <20120116190447.7260.18617@daenerys.khirnov.net>\r
+Date: Mon, 16 Jan 2012 20:04:47 +0100\r
+References: <20120114075443.27927.39754@daenerys.khirnov.net>\r
+       <87r4z1iudw.fsf@zancas.localnet>\r
+       <20120115153408.30382.40507@daenerys.khirnov.net>\r
+       <87mx9n7dq4.fsf@servo.finestructure.net>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+ notmuch@notmuchmail.org\r
+In-Reply-To: <87mx9n7dq4.fsf@servo.finestructure.net>\r
+From: Anton Khirnov <anton@khirnov.net>\r
+Subject: Re: [RFC] vim plugin rewrite II\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Mon, 16 Jan 2012 19:05:01 -0000\r
+\r
+\r
+On Mon, 16 Jan 2012 09:34:59 -0800, Jameson Graef Rollins <jrollins@finestr=\r
+ucture.net> wrote:\r
+> On Sun, 15 Jan 2012 16:34:08 +0100, Anton Khirnov <anton@khirnov.net> wro=\r
+te:\r
+> > Yes, it's still synchronous. I suppose making it asynchronous shouldn't\r
+> > be all that hard, i just never found enough time and motivation for that\r
+> > (it was never a huge problem here).\r
+> =\r
+\r
+> My understanding was that vim was not actually capable of loading files\r
+> asynchronously.  That would be very interesting if it was.\r
+> =\r
+\r
+\r
+It should be possible to run the query in a separate python thread which\r
+would write the results into the vim buffer.\r
+\r
+-- =\r
+\r
+Anton Khirnov\r