From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14688 Path: main.gmane.org!not-for-mail From: Stefanie Teufel Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.5 not displaying new articles in group Date: Thu, 19 Mar 1998 16:16:45 +0100 Organization: In Teufels Kueche Sender: owner-ding@hpc.uh.edu Message-ID: <19980319161645.03303@diabolo.ndh.net> References: <19980309184544.44262@belbone.be> <19980314004324.49882@diabolo.ndh.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035153840 17666 80.91.224.250 (20 Oct 2002 22:44:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:44:00 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id HAA26410 for ; Thu, 19 Mar 1998 07:19:34 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA23378 for ; Thu, 19 Mar 1998 09:20:11 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id JAN31672; Thu, 19 Mar 1998 09:55:07 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 19 Mar 1998 09:18:58 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id JAA27733 for ; Thu, 19 Mar 1998 09:18:50 -0600 (CST) Original-Received: (qmail 20013 invoked by uid 504); 19 Mar 1998 15:18:32 -0000 Original-Received: (qmail 20007 invoked from network); 19 Mar 1998 15:18:30 -0000 Original-Received: from port077.koeln.ndh.net (HELO diabolo.ndh.net) (195.94.92.77) by claymore.vcinet.com with SMTP; 19 Mar 1998 15:18:29 -0000 Original-Received: (from stefanie@localhost) by diabolo.ndh.net (8.8.8/8.8.8) id QAA01029; Thu, 19 Mar 1998 16:16:45 +0100 Original-To: Lars Magne Ingebrigtsen , ding@gnus.org X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Lars Magne Ingebrigtsen on Thu, Mar 19, 1998 at 01:10:06PM +0100 X-Bill: Crashed Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14688 On Thu, Mar 19, 1998 at 01:10:06PM +0100, Lars Magne Ingebrigtsen wrote: > Stefanie Teufel writes: > > > No, I encounter a similar problem from time to time in gnus 5.6.2. > > Gnus shows me in the group summary buffer, that there are x new > > articles in a group, but doesn't display them at all, when I enter > > the certain group. But there are definitly on my system, because I > > can access them in tin or any other newsreader. > > Hm. Is this with nntp groups or nnspool groups? And does / w' show > any of the missing articles? It is with nnspool groups. My gnus.el looks like the following: (setq gnus-select-method '(nntp "diabolo.ndh.net")) (setq gnus-refer-article-method '(nntp "diabolo.ndh.net")) (setq nnspool-inews-program '"/usr/bin/inews") (setq nnspool-spool-directory '"/var/spool/news" nnspool-lib-dir '"/var/lib/news" nnspool-nov-directory '"/var/spool/news/over.view" nnspool-active-file '"/var/lib/news/active" nnspool-active-times-file '"/var/lib/news/active.times" nnspool-history-file '"/var/lib/news/history") (setq gnus-secondary-select-methods '((nnml "stefanie" (nnml-directory "~/mail/") (nnml-active-file "~/mail/active") (nnml-newsgroups-file "~/mail/newsgroups")))) (setq gnus-article-save-directory "~/news/") (setq gnus-directory "~/news/" gnus-home-score-file 'gnus-hierarchial-home-score-file nnml-directory "~/mail/" nnml-active-file "~/mail/active" nnml-newsgroups-file "~/mail/newsgroups") (setq gnus-kill-files-directory (concat gnus-directory "score/")) To press "/ w" seems to have no effect. The only thing I can do, is to leave the group and use "c". The next time at least the new messages are available. Stefanie, as always without a clue...