From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53928 Path: main.gmane.org!not-for-mail From: TSUCHIYA Masatoshi Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-namazu.el Date: Wed, 10 Sep 2003 11:38:49 +0900 Sender: ding-owner@lists.math.uh.edu Message-ID: <874qzlcqpy.fsf@pine.kuee.kyoto-u.ac.jp> References: <841xvbb03m.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1063161550 6639 80.91.224.253 (10 Sep 2003 02:39:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 02:39:10 +0000 (UTC) Original-X-From: ding-owner+M2468@lists.math.uh.edu Wed Sep 10 04:39:08 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19wust-0005JD-00 for ; Wed, 10 Sep 2003 04:39:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19wusk-00070y-00; Tue, 09 Sep 2003 21:38:58 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19wusg-00070t-00 for ding@lists.math.uh.edu; Tue, 09 Sep 2003 21:38:54 -0500 Original-Received: (qmail 62598 invoked by alias); 10 Sep 2003 02:38:54 -0000 Original-Received: (qmail 62593 invoked from network); 10 Sep 2003 02:38:53 -0000 Original-Received: from pine.kuee.kyoto-u.ac.jp (130.54.208.130) by sclp3.sclp.com with SMTP; 10 Sep 2003 02:38:53 -0000 Original-Received: (qmail 17632 invoked from network); 10 Sep 2003 02:38:49 -0000 Original-Received: from unknown (HELO pine.kuee.kyoto-u.ac.jp) (130.54.208.130) by pine.kuee.kyoto-u.ac.jp with SMTP; 10 Sep 2003 02:38:49 -0000 Original-To: ding@gnus.org X-cite: xcite 1.48 Mail-Followup-To: ding@gnus.org User-Agent: T-gnus/6.16.3 (based on Gnus v5.10.3) (revision 02) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) X-Dispatcher: impost version 0.99i-ssh (Nov. 24, 1999) Original-Lines: 23 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53928 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53928 Hi, >> On Tue, 26 Aug 2003 19:54:53 +0200 >> bouvin@daimi.au.dk (Niels Olof Bouvin) said as follows: >However, I cannot get it to give me cached articles as hits (and it >certainly indexed my cached articles). What it does is slightly different: >if I as an example search for the term 'Shannara' which I happen to know is >present only in ~/News/cache/dk/kultur/sciencefiction/9537, it does not give >me this article, but instead opens the dk.kultur.sciencefiction newsgroup >with a large number of articles. Could you evaluate the following expression? (gnus-namazu/search nil "Shannara") When gnus-namazu works correctly, it will return pairs of groups and articles, as follows: (("dk.kultur.sciencefiction" . 9537)) -- TSUCHIYA Masatoshi