From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3887 Path: news.gmane.org!not-for-mail From: "Tassilo Horn" Newsgroups: gmane.emacs.gnus.user Subject: Troubles with nnir.el and Glimpse Date: Mon, 14 Jun 2004 15:21:37 +0200 Organization: University Koblenz / CC Message-ID: <87smcyxoke.fsf@inspiron.nicundtas.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669907 20797 80.91.229.2 (31 Jan 2006 01:11:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:11:47 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:54 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news.uni-koblenz.de!inspiron.nicundtas.de!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Sender: heimdall@wlan-184.uni-koblenz.de Original-NNTP-Posting-Host: wlan-184.uni-koblenz.de Original-X-Trace: news.uni-koblenz.de 1087219320 85284 141.26.93.184 (14 Jun 2004 13:22:00 GMT) Original-X-Complaints-To: usenet@news.uni-koblenz.de Original-NNTP-Posting-Date: 14 Jun 2004 13:22:00 GMT Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEWFhYUDAwNISEgkJCTT 09MWFhYSEhIMDAyUTHEUAAACUUlEQVR4nF2UQW/jIBCFRzbduw+rXhE4PadQO1eU8APaIMbXShbk vBvZv38fbuJ4kyOfZ957wxBqXnOOwSrbxcuQEo8DTzn/aaiAORitbI+DZG3s4wqikaSUPcw5WGv7 YQXBVERKWxQYY7t+BVdTGUdVz0GhVD9ajYr03leajSKQbgVJiSpIApB0JtVvxOnY751iQ7WlSt9A ykmKU2pdxYpsalGZm7XVKQinO1TkltQWvBSAlq5r0XLVUEIH71RnpO8+XNXdAQMk76rekN/tNyBL sYsCBwD12T8AXNWj8JVS5NETfm92RwPQeiIpfB88/YAmpbzY9I5IHOMobq2ahOTiJf71IL5+t47s vdVkqMqh9fjt0qen7lICNrkA1weDc3e4Ljl+QApwU3+Ne+HrERNQNw1coCThbPxt68PXt7+PpEm4 HsLHdhy6qbi+TzcZIiq6fZwzhEhHXkAsq1CEOU7pA0B1fK9QXpSSOc2IeXf1mrAKpnj9ldPUekG0 AkEaoq7jfMV1tUi+5EA8cvrsjzHzVZwwhVvAGTH80dpwzTFJ3a4aS0D/Zqc8ZB6NfyRPWDbvsOR8 yfBbAq5LjRvSmTOnEZ305n0oEifm6zxghtVjRbH+UrjDNM3RLDNc9yqWwb/lLx73kEiPipywajW/ M0ZS2XnT6hKUcLs8GEjEuAWYpD/qANs6PcAF6Cwxxc9yGwNvNJAFUXbwhHnk/wHad2eYjU9gCtIx 3gJi8zMQb8umP1XwqEQtIZGeKvCsyInlLT+B8vrxlPm5YigA/zQcf8A/0E0MTVhgCHcAAAAASUVO RK5CYII= User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:fTVVwW2phpeQM/bQekysce8DY5c= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4028 Original-Lines: 52 X-Gnus-Article-Number: 4028 Tue Jan 17 17:32:54 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3887 Archived-At: Hi, I want to use nnir.el and glimpse to search in my mails. They're stored in the directories: /home/heimdall/Mail/mail/Freenet/ /home/heimdall/Mail/mail/GMX/ /home/heimdall/Mail/mail/Uni/ and so on... As mail backend I use nnml. The group names are "mail.Freenet" etc... I checked out a current nnir.el from the Gnus CVS and configured it by putting this in my ~/.gnus: (require 'nnir) (setq nnir-mail-backend (nth 0 gnus-secondary-select-methods) nnir-search-engine 'glimpse nnir-glimpse-home "/home/heimdall/Mail" nnir-glimpse-remove-prefix "/home/heimdall/Mail/") When I now type `G G jeans` in the Group buffer I get the following output in the *Messages* Buffer: ,---- | Doing glimpse query ((query . jeans))... | glimpse args: -H /home/heimdall/Mail -W -l -y -i -F | /home/heimdall/Mail/ jeans | Doing glimpse query ((query . jeans))...done | Retrieving newsgroup: nnir:((query . "jeans"))... | Fetching headers for nnir:((query . "jeans"))... | nnir-retrieve-headers: Args out of range: ["nnml:mail.Freenet" 9], 2 `---- If I call glimpse with the arguments above in a terminal I get this output: ,---- | $ glimpse -H /home/heimdall/Mail -W -l -y -i -F | /home/heimdall/Mail/ Jeans | /home/heimdall/Mail/mail/Freenet/.overview | /home/heimdall/Mail/mail/Freenet/439 | /home/heimdall/Mail/mail/sent/.overview | /home/heimdall/Mail/mail/sent/580 | /home/heimdall/Mail/mail/sent/590 `---- I think this looks good. So what am I doing wrong? Much thanks in advance, Tassilo