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 512FB431FAF for ; Sat, 28 Apr 2012 05:44:54 -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 fwRyclPZ2uv2 for ; Sat, 28 Apr 2012 05:44:53 -0700 (PDT) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9B239431FAE for ; Sat, 28 Apr 2012 05:44:53 -0700 (PDT) Received: by eaa1 with SMTP id 1so641392eaa.26 for ; Sat, 28 Apr 2012 05:44:50 -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=GJLEEH3eq9sRDZX9ti2OHoAgFnz6jiYBFV/2aPhkxLI=; b=oLskj/hudChWxHScx8TbHhY9UmsGgHj/o4q52YPe1DqqHC+qBHVs29Ccz1WNrDoTVt aCtc9Tm2nxGJMCxMNepXIU9xIkTv2D2zmffUFwhaIc/nE9gM5frU1VGjmpXZxi5/bTTY gUw7cGjfZM8bXDvFJhTS7EeQhCSEJOJr2gTJGEPK1n0hF0SpP9hDmSTDgb2MOcTKdbOE DjnUrPuq9LlZc6Oan5c/Ka7AGnK6LDxyxIh28GCFgygWFdxWGFypgDdrX9DExHjdqieO UH8Nl2OvpNaYPiVwiqWocKTVdki/JiwpYBdY0s4PifnWP4ij+C/8M4yn286iSf6Cqtps EArw== MIME-Version: 1.0 Received: by 10.14.198.8 with SMTP id u8mr3430798een.58.1335617090686; Sat, 28 Apr 2012 05:44:50 -0700 (PDT) Received: by 10.213.103.18 with HTTP; Sat, 28 Apr 2012 05:44:50 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Apr 2012 15:44:50 +0300 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 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: Sat, 28 Apr 2012 12:44:54 -0000 On Sat, Apr 28, 2012 at 1:40 PM, Alex Ghitza 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'. Cheers. -- Felipe Contreras