Re: [PATCH] doc: add minimal note about shared options.
[notmuch-archives.git] / 2b / d11b9fb3fef884945c256508f2183fbeb881e8
1 Return-Path: <aghitza@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 3F5E2431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Apr 2012 16:28:50 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.098\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.098 tagged_above=-999 required=5\r
12         tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001,\r
13         NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id BcdjK+Wf3H2x for <notmuch@notmuchmail.org>;\r
17         Sat, 28 Apr 2012 16:28:49 -0700 (PDT)\r
18 X-Greylist: delayed 1868 seconds by postgrey-1.32 at olra;\r
19         Sat, 28 Apr 2012 16:28:49 PDT\r
20 Received: from puffer.ms.unimelb.edu.au (puffer.ms.unimelb.edu.au\r
21         [128.250.24.229])\r
22         by olra.theworths.org (Postfix) with ESMTP id 80720431FAE\r
23         for <notmuch@notmuchmail.org>; Sat, 28 Apr 2012 16:28:49 -0700 (PDT)\r
24 Received: from localhost (mob18.ms.unimelb.edu.au [128.250.32.118])\r
25         by puffer.ms.unimelb.edu.au (Postfix) with ESMTP id D4B44D8B6E;\r
26         Sun, 29 Apr 2012 08:57:31 +1000 (EST)\r
27 Date: Sun, 29 Apr 2012 08:52:27 +1000\r
28 From: Alex Ghitza <aghitza@gmail.com>\r
29 To: Felipe Contreras <felipe.contreras@gmail.com>, \r
30         Alex Ghitza <aghitza@gmail.com>\r
31 Message-ID: <4f9c74ab68286_450548f4be452313@hasse.mail>\r
32 In-Reply-To:\r
33  <CAMP44s26JHeJKYj-EfLGboc9xZrWQdEP=YE+BiqK-JX9YwdYew@mail.gmail.com>\r
34 References:\r
35  <CAMP44s3gNrDnsqpdiHJAhJOkM1SYKMUTNL2LUO4QEUCPiFZARA@mail.gmail.com>\r
36         <CAMP44s2vGJrWA+TXrZk-HpWg97keWbHgh9a2UH-GN5Y3nex_9g@mail.gmail.com>\r
37         <CAAGJhGCH9q_UHWfer8q=OBQe1OS-xu0NVzB3caENsT-OTeD3YQ@mail.gmail.com>\r
38         <CAMP44s26JHeJKYj-EfLGboc9xZrWQdEP=YE+BiqK-JX9YwdYew@mail.gmail.com>\r
39 Subject: Re: [ANN] New awesome vim plug-in using Ruby bindings\r
40 Mime-Version: 1.0\r
41 Content-Type: text/plain;\r
42  charset=utf-8\r
43 Content-Transfer-Encoding: 7bit\r
44 X-msunimelb-MailScanner-Information: Please contact the ISP for more\r
45         information\r
46 X-MailScanner-ID: D4B44D8B6E.1ED2A\r
47 X-msunimelb-MailScanner: Found to be clean\r
48 X-msunimelb-MailScanner-SpamScore: ssss\r
49 X-msunimelb-MailScanner-From: aghitza@gmail.com\r
50 MailScanner-NULL-Check: 1336258652.24325@LRlbvwEcoRnJ5dyNTiblCQ\r
51 Cc: notmuch@notmuchmail.org\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Sat, 28 Apr 2012 23:28:50 -0000\r
65 \r
66 Felipe Contreras wrote:\r
67 > > vim -c ':NotMuchR'\r
68 > >\r
69 > > all I get is an error message:\r
70 > >\r
71 > > Error detected while processing command line:\r
72 > > E492: Not an editor command: :NotMuchR\r
73\r
74 > I don't know if you did anything special to get the normal plug-in to\r
75 > work. Maybe you are doing 'source ~/.vim/plugin/notmuch.vim' directly\r
76 > in your .vimrc, if so, you can try to do the same with notmuch vim\r
77 > ruby. What I have is 'filetype plugin on'.\r
78 \r
79 After banging my head against the wall a bit more, I realised what\r
80 should have been obvious from the beginning: I need to have vim built\r
81 with ruby support.  So after grabbing the vim source and\r
82 \r
83     ./configure --enable-rubyinterp\r
84 \r
85 I am now happily writing this from notmuch-ruby.  As obvious as this\r
86 should have been, do you think it deserves a short sentence at the top\r
87 of the == install == section of your README?\r
88 \r
89 \r
90 -- \r
91 Best,\r
92 Alex\r
93 \r
94 Alex Ghitza -- http://aghitza.org/\r
95 Lecturer in Mathematics -- The University of Melbourne -- Australia\r