From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3EF95431FC9 for ; Wed, 18 Apr 2012 07:21:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FEi8OzKodI98 for ; Wed, 18 Apr 2012 07:21:35 -0700 (PDT) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id DB0F1431FAE for ; Wed, 18 Apr 2012 07:21:34 -0700 (PDT) Received: by eekb47 with SMTP id b47so3077992eek.26 for ; Wed, 18 Apr 2012 07:21:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QdXlM2udN/K0hV8EcfONh/jiJksLKMT1YyH8+kfC7RA=; b=lu39RV3l83YsvncWEqJrnLZjiXi2OTGYSdFuxiOP400+XRJO5wlNqaWfUa0cnLw2Wi Jqo82zUd7mRVXScIc15HdIiUKNN2OLFiGp+zRL/1itJSz5v2VSOHeJsWMSS6boX0iL/Z EGLdn7HrenwcRCvOXSO7EhuZKUPdoYrLz2WbpZ1uS5VrlkadlSiuhX+hRsyuWDNbRq/+ uKRXpGmAYfQLtG65wh3gniOO5kd8tD87byLQhbbegOU3+uVUEpJK6O2cBkdpo7KR9dsg Kcua1C1XokVFzhI84RuvESj18YZAwq7B2JKcVuP4Dskhf03/VB5hUmiTbI7K1FGYaPOm gS/w== MIME-Version: 1.0 Received: by 10.213.108.147 with SMTP id f19mr226099ebp.162.1334758893744; Wed, 18 Apr 2012 07:21:33 -0700 (PDT) Received: by 10.213.19.67 with HTTP; Wed, 18 Apr 2012 07:21:33 -0700 (PDT) In-Reply-To: <20120114075443.27927.39754@daenerys.khirnov.net> References: <20120114075443.27927.39754@daenerys.khirnov.net> Date: Wed, 18 Apr 2012 17:21:33 +0300 Message-ID: Subject: Re: [RFC] vim plugin rewrite II From: Felipe Contreras To: anton@khirnov.net Content-Type: text/plain; charset=UTF-8 Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 14:21:39 -0000 On Sat, Jan 14, 2012 at 9:54 AM, wrote: > branch vim. Simply copy vim/plugin/{nm_vim.py,notmuch-vimpy.vim} to the > vim plugins dir and vim/syntax/{nm_vimpy*} to the vim syntax dir and run > :NMVimpy() in vim. You'll need vim with python support and > python-notmuch bindings. I gave this a try, copying those files makes vim crash for me. I probably need to install notmuch's python bindings, but either way it shouldn't crash. Cheers. -- Felipe Contreras