Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Sebastian Tennant <sebyte@smolny.plus.com>
To: info-gnus-english@gnu.org
Subject: nnir bug?
Date: Fri, 04 May 2007 22:19:31 +0300	[thread overview]
Message-ID: <874pms1jng.fsf_-_@moley.org> (raw)
In-Reply-To: <86r6pzguz8.fsf@ketchup.de.uu.net>

In the thread 'Switching backends' quoth Kai Grossjohann <kai@emptydomain.de>:
> This seems somewhat obvious, though, so I'm not sure if it really
> helps.
>
> Kai

Hi Kai (et al),

Your advice was very helpful and I've switched gnus mail back ends.
(I always find doing something the first time a little bit hairy, but
now that I've done it, I can see why you thought it was 'somewhat
obvious').

Another issue has arisen, and being the author of nnir.el, there
couldn't be a better person to tell!

I've tried two different indexing back ends; swish-e, and most
recently, glimpse.  In the case of swish-e I added the following to my
~/.gnus:

 (require 'nnir)
 (setq nnir-search-engine      'swish-e
       nnir-swish-e-index-file "/home/sebyte/.gnus.d/nnml-index.swish-e")

Typing G-G in the group buffer, resulted in the message:

 gnus-group-read-ephemeral-group: Couldn't request group: Search produced empty results.

Even though swish-e searches worked fine on the command line (having
done the indexing, obviously) I decided to install and index my nnml
folder with glimpse instead, so I replaced the above lines in my
~/.gnus with the following:

 (require 'nnir)
 (setq nnir-search-engine                'glimpse
       nnir-glimpse-home                 "/home/sebyte/.gnus.d/glimpse"
       nnir-glimpse-remove-prefix        "/home/sebyte/.gnus.d/nnml/"
       nnir-glimpse-additional-switches  '("-i" "-w"))

Again, typing G-G in the Group buffer results in the same message,
despite the fact that glimpse searches work fine on the command line.

Am I simply missing something obvious? I hope not, because then I'm
going to feel very stupid indeed.  I fear that I am :-/

Sebastian

      parent reply	other threads:[~2007-05-04 19:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-02 12:05 Switching backends Sebastian Tennant
2007-05-02 14:28 ` Kai Grossjohann
2007-05-02 18:43   ` Reiner Steib
2007-05-02 21:38   ` Sebastian Tennant
2007-05-04 19:19   ` Sebastian Tennant [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874pms1jng.fsf_-_@moley.org \
    --to=sebyte@smolny.plus.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).