Re: [ANN] New awesome vim plug-in using Ruby bindings
authorAnton Khirnov <anton@khirnov.net>
Wed, 2 May 2012 20:41:48 +0000 (22:41 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:46:53 +0000 (09:46 -0800)
4b/10f3e99d4840bedb61be613a28b13f19249cf4 [new file with mode: 0644]

diff --git a/4b/10f3e99d4840bedb61be613a28b13f19249cf4 b/4b/10f3e99d4840bedb61be613a28b13f19249cf4
new file mode 100644 (file)
index 0000000..ad06dd4
--- /dev/null
@@ -0,0 +1,98 @@
+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 B3E88431FAF\r
+       for <notmuch@notmuchmail.org>; Wed,  2 May 2012 13:41:52 -0700 (PDT)\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 CDVM28SOb7yb for <notmuch@notmuchmail.org>;\r
+       Wed,  2 May 2012 13:41:52 -0700 (PDT)\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 EA9D2431FAE\r
+       for <notmuch@notmuchmail.org>; Wed,  2 May 2012 13:41:51 -0700 (PDT)\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
+       q42KfmeY083794; Wed, 2 May 2012 22:41:49 +0200 (CEST)\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 8719E121840;\r
+       Wed,  2 May 2012 22:41:48 +0200 (CEST)\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: <20120502204148.4214.85824@daenerys.khirnov.net>\r
+Date: Wed, 02 May 2012 22:41:48 +0200\r
+References:\r
+ <CAMP44s3gNrDnsqpdiHJAhJOkM1SYKMUTNL2LUO4QEUCPiFZARA@mail.gmail.com>\r
+To: Felipe Contreras <felipe.contreras@gmail.com>, notmuch@notmuchmail.org\r
+In-Reply-To:\r
+ <CAMP44s3gNrDnsqpdiHJAhJOkM1SYKMUTNL2LUO4QEUCPiFZARA@mail.gmail.com>\r
+From: Anton Khirnov <anton@khirnov.net>\r
+Subject: Re: [ANN] New awesome vim plug-in using Ruby bindings\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: Wed, 02 May 2012 20:41:52 -0000\r
+\r
+\r
+On Mon, 23 Apr 2012 04:12:32 +0300, Felipe Contreras <felipe.contreras@gmai=\r
+l.com> wrote:\r
+> Hi,\r
+> =\r
+\r
+> I've never been particularly happy with the code of the vim plug-in,\r
+> but it sort of did the job, after some fixes, and has been working\r
+> great so far for most of my needs even though it's clearly very rough\r
+> on the edges.\r
+> =\r
+\r
+> However, I'm recently in need of been able to read HTML mails, and\r
+> just trying to add that code was a nightmare, so I decided to look for\r
+> alternatives, including Anton's Python vim plug-in (which is nice, but\r
+> doesn't have support for that), and even learning emacs, to use what\r
+> most people here use (but it turns out the HTML messages don't work\r
+> correctly there either). I also tried the various mutt+notmuch\r
+> options, and none fit the bill.\r
+> =\r
+\r
+> So, since I'm a big fan of Ruby, I decided to try my luck writing a\r
+> plug-in from scratch. It took me one weekend, but I'm pretty happy\r
+> with the result. This plug-in has already essentially all the\r
+> functionality of the current one, but it's much, *much* simpler (only\r
+> 600) lines of code.\r
+> =\r
+\r
+> And in addition has many more features:\r
+> =\r
+\r
+>  * Gradual searches; you don't have to wait for the whole search to finis=\r
+h,\r
+>    sort of like the 'less' command\r
+\r
+How did you do that? When I tried to do this in my version, I got hit by\r
+vim not being threadsafe.\r
+\r
+-- =\r
+\r
+Anton Khirnov\r