Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: nnir oddity in group names
Date: Fri, 4 Aug 2000 17:28:15 +0200	[thread overview]
Message-ID: <vafhf916o6o.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Harry Putnam's message of "04 Aug 2000 07:25:17 -0700"

On 04 Aug 2000, Harry Putnam wrote:

> Nnir fails if I enter the group name as in the first (t.awk)
>    example: comp.unix.questions
> 
> And will only work if I use the actual unix style name:
>    comp/unix/questions

Hm.  Amazing.  You are talking about entering the group spec, right?
This parameter that you are asked for when you do C-u G G but not with
just G G?

nnir-run-glimpse calls glimpse like this:

    glimpse -H $h -W -l -y ... -F "$p;$g" $query

$h means nnir-glimpse-home, $p means nnir-glimpse-remove-prefix, and
$g is the group spec that you enter after C-u G G.

It appears to me that entering `foo.bar' for the group spec will match
directory names `foo/bar' as well as `fooXbar', say.

But there is one difference between `t.awk' and `comp.unix.questions':
the length.  I think there is a rather short length limit on Glimpse
queries.  Maybe 16 characters?  Or 32?

Do you think that this might be the problem?  I wish there was a way
around this, but I don't know of one.

Hm.

But maybe I could use grep:

    glimpse -H $h -W -l -y -F $p $query | grep -e $g

Do you think that this might help?  Could somebody try this to see if
it does?

Another idea might be to use the keep-lines Lisp function to do the
job of grep.  This might be even better, since call-process might not
be able to do the pipe thing.

kai
-- 
I like BOTH kinds of music.



  reply	other threads:[~2000-08-04 15:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-04 14:25 Harry Putnam
2000-08-04 15:28 ` Kai Großjohann [this message]
2000-08-04 18:19   ` Harry Putnam
2000-08-10 17:13     ` Kai Großjohann

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=vafhf916o6o.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.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).