From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43004 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss: how to show the data, too? Date: Fri, 08 Feb 2002 10:46:23 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nbsf0x9gw.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035178165 15218 80.91.224.250 (21 Oct 2002 05:29:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:29:25 +0000 (UTC) Return-Path: Original-Received: (qmail 364 invoked from network); 8 Feb 2002 15:48:14 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 8 Feb 2002 15:48:14 -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 16ZDFA-0005wm-00; Fri, 08 Feb 2002 09:47:20 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Feb 2002 09:47:18 -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 JAA17539 for ; Fri, 8 Feb 2002 09:47:07 -0600 (CST) Original-Received: (qmail 183 invoked by alias); 8 Feb 2002 15:47:05 -0000 Original-Received: (qmail 178 invoked from network); 8 Feb 2002 15:47:04 -0000 Original-Received: from zsh.cs.rochester.edu (HELO zsh.2y.net) (192.5.53.126) by gnus.org with SMTP; 8 Feb 2002 15:47:04 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g18FkN432126; Fri, 8 Feb 2002 10:46:23 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 08 Feb 2002 16:04:30 +0100") Original-Lines: 21 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43004 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43004 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > I've played a bit with nnrss and I think it would be nifty if it could > show the data, too, not just the headline. > > Is it possible to embed some hook inside nnrss so that I can put a > customizable fetch-the-content function there which does what I > need? Then the fetch-the-content functions could be contributed for > various RSS sources. I just added nnrss-content-function. E.g (setq nnrss-content-function=20 (lambda (entry group article) ...)) where ENTRY is (num timestamp url subject author date extra). I believe you know how to play it, because you are Kai. ShengHuo