From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40811 Path: main.gmane.org!not-for-mail From: Ami Fischman Newsgroups: gmane.emacs.gnus.general Subject: Re: nnslashdot usage Date: Mon, 10 Dec 2001 11:07:55 -0800 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: <81667eopv8.fsf@zion.bpnetworks.com> References: <81wuzwoxan.fsf@zion.bpnetworks.com> <2nwuzvq8on.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176305 2889 80.91.224.250 (21 Oct 2002 04:58:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:58:25 +0000 (UTC) Return-Path: Original-Received: (qmail 10514 invoked from network); 10 Dec 2001 19:06:38 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 10 Dec 2001 19:06:38 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16DVkj-00006q-00; Mon, 10 Dec 2001 13:06:13 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 10 Dec 2001 13:05:59 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA28996 for ; Mon, 10 Dec 2001 13:05:47 -0600 (CST) Original-Received: (qmail 10504 invoked by alias); 10 Dec 2001 19:05:55 -0000 Original-Received: (qmail 10499 invoked from network); 10 Dec 2001 19:05:55 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 10 Dec 2001 19:05:55 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16DVqa-0000dQ-00 for ; Mon, 10 Dec 2001 20:12:16 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 43 Original-NNTP-Posting-Host: zion.bpnetworks.com Original-X-Trace: quimby2.netfonds.no 1008011536 2439 207.199.66.114 (10 Dec 2001 19:12:16 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 10 Dec 2001 19:12:16 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Cancel-Lock: sha1:CGOP1HORY9IjrmXMJ2I6MbHDlVo= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40811 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40811 ShengHuo ZHU writes: [...] > nnrss:Slashdot lists topics as articles, but it doesn't show the > followups. The all-in-one solution is difficult to implement, because > of the difficulties in maintaining the map of article numbers. Thanks for the reply. Gave nnrss a shot, but it doesn't seem to automatically fetch the stories here (i.e., each article shows up as just a URL to the story). Is that intentional? Is there a way to force the retrieval of the story without explicitly clicking on the widget in the article? I'm using the browse-nnrss-url function from the info file: (require 'nnrss) (require 'browse-url) (defun browse-nnrss-url( arg ) (interactive "p") (let ((url (assq nnrss-url-field (mail-header-extra (gnus-data-header (assq (gnus-summary-article-number) gnus-newsgroup-data)))))) (message "URL: ") (message url) (if url (browse-url (cdr url)) (gnus-summary-scroll-up arg)))) (eval-after-load "gnus" #'(define-key gnus-summary-mode-map (kbd "") 'browse-nnrss-url)) (add-to-list 'nnmail-extra-headers nnrss-url-field) but all the article buffer shows after I've hit "RET" in the summary buffer is a highlighted URL... Is the "all-in-one" solution something that you have any plans/hopes of implementing? Or are you happy with nnslashdot as it is now? Thanks, -- Ami Fischman usenet@fischman.org