From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26462 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: nnslashdot Date: 09 Nov 1999 01:19:08 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nn1sow5k3.fsf@tiger.jia.vnet> References: <87n1sowqa8.fsf@chow.mat.jhu.edu> <5b4sewpp2n.fsf@giga.cs.rochester.edu> <87hfiwzhxc.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 1035163666 19511 80.91.224.250 (21 Oct 2002 01:27:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:27:46 +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 BAA13705 for ; Tue, 9 Nov 1999 01:20:30 -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 AAB31728; Tue, 9 Nov 1999 00:20:28 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Nov 1999 00:20:46 -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 AAA21574 for ; Tue, 9 Nov 1999 00:20:35 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id BAA13696 for ; Tue, 9 Nov 1999 01:20:05 -0500 (EST) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id BAA23086 for ; Tue, 9 Nov 1999 01:20:02 -0500 (EST) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id BAA04068; Tue, 9 Nov 1999 01:19:09 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Matt Pharr's message of "08 Nov 1999 22:32:50 -0800" Original-Lines: 38 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26462 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26462 >>>>> "Matt" == Matt Pharr writes: Matt> Some more information. It turns out that all of the slashdot Matt> articles were zombified. Preivously I had Matt> gnus-subscribe-newsgroup-method as the default Matt> gnus-subscribe-zombies; the only other subscribing variable I Matt> had set was Matt> (setq gnus-subscribe-hierararchical-interactive t) Matt> I was able to do A z in the group buffer and subscribe to those Matt> guys and successfully read slashdot stuff--wheee! Matt> I've now changed gnus-subscribe-newsgroup-method to Matt> gnus-subscribe-randomly; I suspect that that will fix things and Matt> will report back once slashdot has posted something new and I Matt> see if that's the case. Lars did a trick `gnus-subscribe-topics' here. I use it as following, 1. (setq gnus-subscribe-newsgroup-method 'gnus-subscribe-topics) 2. (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) ;; be sure using topics 3. `T n' to create a topic named "slashdot" 4. `G p' on the topic 5. Put ((subscribe . "nnslashdot")) as topic parameters For details, check the info node. Matt> Now my next question: how to reliably make the original slashdot Matt> article be the first thing in the summary buffer? The original article should be article number 1 in the group. If you've read the article, it may not be the first one in the summary buffer. -- Shenghuo