From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26450 Path: main.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnslashdot Date: Mon, 08 Nov 1999 23:29:06 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <87wvrs5lv1.fsf@chow.mat.jhu.edu> References: <87n1sowqa8.fsf@chow.mat.jhu.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163656 19452 80.91.224.250 (21 Oct 2002 01:27:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:27:36 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA11836 for ; Mon, 8 Nov 1999 23:29:59 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB30851; Mon, 8 Nov 1999 22:29:53 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Nov 1999 22:30:12 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA20471 for ; Mon, 8 Nov 1999 22:30:02 -0600 (CST) Original-Received: from jhuml2.hcf.jhu.edu (jhuml2.hcf.jhu.edu [128.220.2.87]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA11827 for ; Mon, 8 Nov 1999 23:29:32 -0500 (EST) Original-Received: from scratchy (chow.mat.jhu.edu [128.220.25.2]) by jhmail.hcf.jhu.edu (PMDF V5.2-29 #37929) with ESMTP id <01JI42DHEGIEF9E85D@jhmail.hcf.jhu.edu> for ding@gnus.org; Mon, 8 Nov 1999 23:29:12 EDT Original-Received: from jdc by scratchy with local (Exim 2.05 #1 (Debian)) id 11l2u3-0002QD-00; Mon, 08 Nov 1999 23:29:07 -0500 Original-To: ding@gnus.org User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.3 Original-Lines: 30 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26450 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26450 Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > > > I'm not getting any nnslashdot groups. `F' doesn't help. The server > > is open, but when I browse the server I get an empty buffer. Any > > idea what could be going wrong? > > It could be a case of `case-fold-search' sloppiness. If you have > case-fold-search set to nil, I've now fixed this in CVS. This fixed part of the problem. Now I get nnslashdot groups created automatically, and I can enter them and see summary lines. However, if I select an article I get things like: Search failed: "^

.*A href=http://slashdot.org/article.pl" Search failed: "" Search failed: "" Search failed: "" The " *nnslashdot*" buffer contains capital A's in places of the small a's. case-fold-search's value is nil Local in buffer *nnslashdot *; global value is nil I just updated to the latest cvs version a couple of minutes ago. Dan