From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74533 Path: news.gmane.org!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir r00lz! Date: Mon, 29 Nov 2010 14:37:04 -0500 Message-ID: <87sjyjncpr.fsf@andy.bu.edu> References: <87zksvaw2g.fsf@dod.no> <8739qmtx6z.fsf@andy.bu.edu> <87vd3io7qm.fsf@dod.no> <87tyj2sedk.fsf@andy.bu.edu> <82eia5x0ye.fsf@gmail.com> <87ipzhshvb.fsf@andy.bu.edu> <82aaks3teh.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291059455 19200 80.91.229.12 (29 Nov 2010 19:37:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2010 19:37:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22892@lists.math.uh.edu Mon Nov 29 20:37:31 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PN9XW-0003Wt-DG for ding-account@gmane.org; Mon, 29 Nov 2010 20:37:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PN9XM-0001my-Rr; Mon, 29 Nov 2010 13:37:20 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PN9XL-0001mm-KM for ding@lists.math.uh.edu; Mon, 29 Nov 2010 13:37:19 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PN9XK-0002hq-Hx for ding@lists.math.uh.edu; Mon, 29 Nov 2010 13:37:19 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PN9XJ-0008Lh-00 for ; Mon, 29 Nov 2010 20:37:17 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PN9XJ-0003Rv-Pi for ding@gnus.org; Mon, 29 Nov 2010 20:37:17 +0100 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Nov 2010 20:37:17 +0100 Original-Received: from cohen by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Nov 2010 20:37:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:NWPwETCqQykUxVsxffusQ+4wBPE= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74533 Archived-At: >>>>> "Sivaram" == Sivaram Neelakantan writes: Sivaram> On Sun, Nov 28 2010,Andrew Cohen wrote: >>>>>>> "Sivaram" == Sivaram Neelakantan >>>>>>> writes: Sivaram> Thanks for clarifying that for me. I've had a look at the Sivaram> nnir.el doc strings and I can't seem to get the nnml thing Sivaram> set up to run with find-grep even with the examples there. Check out the file nnir.el (the comments at the beginning, not the doc strings). Hopefully this will become real documentation soon. Sivaram> (setq gnus-select-method '(nnml "")) Sivaram> is all I have for nnml. How do I weave in nnir find-grep Sivaram> support in? You need to add (at least) two items to the select method: an nnml-directory specification and an nnir-search-engine specification. The directory specification should be (nnml-directory "FILL IN") where "FILL IN" should be the name of your nnml directory and the search engine specification should be (nnir-search-engine find-grep) Note two things: 1. find-grep will likely be slow and 2. find-grep is totally untested and may not (probably doesn't) work.