Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id ABF5E431FBC for ; Mon, 14 May 2012 11:24:20 -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 ua+ToFj2KF6N for ; Mon, 14 May 2012 11:24:20 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 176A6431FAE for ; Mon, 14 May 2012 11:24:19 -0700 (PDT) Received: by lagu2 with SMTP id u2so3978697lag.26 for ; Mon, 14 May 2012 11:24:17 -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:content-transfer-encoding; bh=TXc8Xv1dQZc95uh6RqX6/AMXQrrBvtMkPt8piUDC1mw=; b=h5pZhVxLcTw4F7xnn4PFkvXKsXCNg+xw6ccy7M1pg7EKMySv1VszJGrdua9N9Fy4TZ Q5SjCMwtcQb50o9Wwnko92AWYiiOSf562afeFOrI504hZa7me9bFJIvTlxpZNjeB3dup snSIVBxpgeCiePKzthP2DIjB3gyUei63Zv+FfOxBDPWkhcsOwba0nSRSh8kcuptqOEJE 91a+144EPhanmNOxo7/KOa9wt+M2L7HRuPSjAZpTm+IsqPxgbf2NFW6j/PMHuJ4JtkXS 6Pc7EBzI2g3cMD1hgoTQGJ8wN4UPbHCHMZbe/h9L5tR9UiJNPBxqJ/JzBbEYa9k+Pjjg xCFQ== MIME-Version: 1.0 Received: by 10.152.111.41 with SMTP id if9mr9251288lab.19.1337019857110; Mon, 14 May 2012 11:24:17 -0700 (PDT) Received: by 10.112.107.65 with HTTP; Mon, 14 May 2012 11:24:17 -0700 (PDT) In-Reply-To: <4f9c74ab68286_450548f4be452313@hasse.mail> References: <4f9c74ab68286_450548f4be452313@hasse.mail> Date: Mon, 14 May 2012 20:24:17 +0200 Message-ID: Subject: Re: [ANN] New awesome vim plug-in using Ruby bindings From: Felipe Contreras To: Alex Ghitza Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Mon, 14 May 2012 18:24:20 -0000 On Sun, Apr 29, 2012 at 12:52 AM, Alex Ghitza wrote: > Felipe Contreras wrote: >> > vim -c ':NotMuchR' >> > >> > all I get is an error message: >> > >> > Error detected while processing command line: >> > E492: Not an editor command: :NotMuchR >> >> I don't know if you did anything special to get the normal plug-in to >> work. Maybe you are doing 'source ~/.vim/plugin/notmuch.vim' directly >> in your .vimrc, if so, you can try to do the same with notmuch vim >> ruby. What I have is 'filetype plugin on'. > > After banging my head against the wall a bit more, I realised what > should have been obvious from the beginning: I need to have vim built > with ruby support. =C2=A0So after grabbing the vim source and > > =C2=A0 =C2=A0./configure --enable-rubyinterp > > I am now happily writing this from notmuch-ruby. =C2=A0As obvious as this > should have been, do you think it deserves a short sentence at the top > of the =3D=3D install =3D=3D section of your README? All right, done :) --=20 Felipe Contreras