Gnus development mailing list
 help / color / mirror / Atom feed
From: dsg@mitre.org (David S. Goldberg)
Subject: Re: [nnir] WIBNI
Date: 23 Dec 1999 15:47:25 -0500	[thread overview]
Message-ID: <m1b3dst5qqq.fsf@blackbird.mitre.org> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "23 Dec 1999 15:01:11 +0100"

I just tried to set up nnir to search my cache.  Since the cache is
handled by a different server, I reset nnir-mail-backend and
nnir-remove-prefix.  Since the directory path to my cache has too many
characters (according to running glimpse on the command line) I used a
regexp that worked on the command line.  So I tried using a similar
regexp for searching mail.  But now if I run glimpse as follows:

# wrapped by me for email readability
$ glimpse \
  -H /afs/rcf/user/dsg/.Mail/incoming -W -l -y -i -F ^.*/dsg/\.Mail/ jni

I get this,

/afs/rcf/user/dsg/.Mail/programming/37
/afs/rcf/user/dsg/.Mail/fvwm/19959
/afs/rcf/user/dsg/.Mail/security/firewalls/288
/afs/rcf/user/dsg/.Mail/ipmulticast/58
/afs/rcf/user/dsg/.Mail/ipmulticast/83
/afs/rcf/user/dsg/.Mail/personal/472
/afs/rcf/user/dsg/.Mail/personal/475
/afs/rcf/user/dsg/.Mail/mitre/g020/msproxy/82
/afs/rcf/user/dsg/.Mail/mitre/g020/msproxy/134
/afs/rcf/user/dsg/.Mail/mitre/g020/msproxy/144
/afs/rcf/user/dsg/.Mail/mitre/g020/msproxy/160
/afs/rcf/user/dsg/.Mail/mitre/g020/efx/26
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/11
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/43
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/51
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/91
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/101
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/103
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/104
/afs/rcf/user/dsg/.Mail/mitre/g020/multicast/moie/120
/afs/rcf/user/dsg/.Mail/mitre/g020/nccs/36
/afs/rcf/user/dsg/.Mail/mitre/g020/nccs/37
/afs/rcf/user/dsg/.Mail/mitre/g020/48
/afs/rcf/user/dsg/.Mail/mitre/g020/infosec/16
/afs/rcf/user/dsg/.Mail/mitre/g022/90
/afs/rcf/user/dsg/.Mail/mitre/g022/100
/afs/rcf/user/dsg/.Mail/mitre/secom/requests/615
/afs/rcf/user/dsg/.Mail/mitre/secom/boundary/53
/afs/rcf/user/dsg/.Mail/mitre/secom/desktop-crypt/96
/afs/rcf/user/dsg/.Mail/mitre/secom/desktop-crypt/17
/afs/rcf/user/dsg/.Mail/mitre/secom/desktop-crypt/40
/afs/rcf/user/dsg/.Mail/ipmulticast/325

But if I run G G j n i <RET> and generate what appears to be the same
command line as above (according to C-h l:

glimpse args: -H /afs/rcf/user/dsg/.Mail/incoming -W -l -y -i -F
^.*dsg/\.Mail jni

), I get this:

(also wrapped by me)

Signaling: (wrong-type-argument arrayp nil)
  nnir-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  19 20 21 22 23 24 25 26 27 28 29 30 31 32) "((query . \"jni\"))"
  "-ephemeral" some) 
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  19 20 21 22 23 24 25 26 27 28 29 30 31 32) "nnir:((query
  . \"jni\"))" some) 
  gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) "nnir:((query
  . \"jni\"))" some) 
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  19 20 21 22 23 24 25 26 27 28 29 30 31 32) "nnir:((query
  . \"jni\"))" some) 
  gnus-select-newsgroup("nnir:((query . \"jni\"))" t nil)
  gnus-summary-read-group-1("nnir:((query . \"jni\"))" t t nil nil nil)
  gnus-summary-read-group("nnir:((query . \"jni\"))" t t nil nil nil nil)
  gnus-group-read-group(t t "nnir:((query . \"jni\"))" nil)
  byte-code("..." [gnus-group-read-group t group select-articles] 5)
  gnus-group-read-ephemeral-group("((query . \"jni\"))" (nnir "") t
  (#<buffer "*Group*"> . group) nil) 
  gnus-group-make-nnir-group(nil "jni")
  call-interactively(gnus-group-make-nnir-group)

What happened?  That seemed to work OK when I used a straight pathname
for nnir-remove-prefix.

(I'll try the cache search soon)

Thanks,
-- 
Dave Goldberg
Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org



  reply	other threads:[~1999-12-23 20:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-21  4:23 Harry Putnam
1999-12-21 21:19 ` Kai Großjohann
1999-12-22 10:54   ` Harry Putnam
1999-12-22 11:29     ` Kai Großjohann
1999-12-22 13:11       ` Harry Putnam
1999-12-22 16:47         ` Kai Großjohann
1999-12-23  1:18           ` Harry Putnam
1999-12-23  1:52             ` Harry Putnam
1999-12-23  9:51             ` Kai Großjohann
1999-12-23 12:30               ` Harry Putnam
1999-12-23 14:01                 ` Kai Großjohann
1999-12-23 20:47                   ` David S. Goldberg [this message]
1999-12-23 21:21                     ` David S. Goldberg

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=m1b3dst5qqq.fsf@blackbird.mitre.org \
    --to=dsg@mitre.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).