Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: Fledgling project nnsearch.el
Date: Sun, 24 Aug 2003 16:57:07 +0200	[thread overview]
Message-ID: <848ypj5cjg.fsf@slowfox.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <841xvbb03m.fsf@slowfox.is.informatik.uni-duisburg.de>

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

kai.grossjohann@gmx.net (Kai Großjohann) writes:

> What does nnsearch currently do?
>
> * It can use Namazu to query your nnml backend, if it is named
>   "nnml:".
>
> How to set it up?
>
> * Let's say you have this server spec:
>       (nnml "" ...other.parms...)
>   Change it to read like so:
>       (nnml ""
>        (nnsearch-root-directory "~/Mail")
>        (nnsearch-namazu-index-directory "~/.namazu")
>        ...other.parms...)

Now you can use it on multiple nnml backends, regardless of their
name.  The logic to choose the search engine is in place.  (Though
only Namazu is currently supported.)

Now the server spec should read like this:

    (nnml ""
     (nnsearch-function nnsearch-namazu-query)
     (nnsearch-root-directory "~/Mail")
     (nnsearch-namazu-index-directory "~/.namazu")
     ...other.parms...)

What's the scoop on the current feature-freeze?  Does this mean
nnsearch.el can't go in at the moment?  (It can't go in until it gets
much better anyway.)
-- 
Two cafe au lait please, but without milk.


[-- Attachment #2: nnsearch.el --]
[-- Type: application/emacs-lisp, Size: 13295 bytes --]

  reply	other threads:[~2003-08-24 14:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-24 14:29 Kai Großjohann
2003-08-24 14:57 ` Kai Großjohann [this message]
2003-08-24 16:57   ` Kai Großjohann
2003-08-24 17:22     ` Kai Großjohann
2003-08-24 20:54     ` Juha Autero
2003-08-25 19:49       ` Kai Großjohann
2003-08-24 20:53 ` Christoph Conrad
2003-08-25 19:55   ` Kai Großjohann
2003-08-25 20:25     ` Kai Großjohann
2003-08-26  9:44       ` Christoph Conrad
2003-08-25  1:33 ` gnus-namazu.el (was: Fledgling project nnsearch.el) TSUCHIYA Masatoshi
     [not found]   ` <odbruc1ez6.fsf@horse08.daimi.au.dk>
2003-09-10  2:38     ` gnus-namazu.el TSUCHIYA Masatoshi
     [not found]       ` <ugllsweu06.fsf@horse03.daimi.au.dk>
2003-09-11  1:31         ` gnus-namazu.el TSUCHIYA Masatoshi
2004-05-01  2:43   ` gnus-namazu.el in gnus/contrib? TSUCHIYA Masatoshi
2004-05-01 19:39     ` Kai Grossjohann
2004-05-03 10:24     ` Stefan Reichör
2004-05-11  6:17     ` TSUCHIYA Masatoshi
2004-05-11  8:51       ` Reiner Steib
2004-05-11  9:07         ` TSUCHIYA Masatoshi

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=848ypj5cjg.fsf@slowfox.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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).