From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47829 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss Date: Sun, 24 Nov 2002 17:37:10 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nznry4msp.fsf@zsh.cs.rochester.edu> References: <2n65um6fhx.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038177544 25473 80.91.224.249 (24 Nov 2002 22:39:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Nov 2002 22:39:04 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18G5P4-0006cf-00 for ; Sun, 24 Nov 2002 23:39:03 +0100 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 18G5Oz-0002i9-00; Sun, 24 Nov 2002 16:38:57 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 24 Nov 2002 16:39:45 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA16736 for ; Sun, 24 Nov 2002 16:39:30 -0600 (CST) Original-Received: (qmail 7949 invoked by alias); 24 Nov 2002 22:37:53 -0000 Original-Received: (qmail 7944 invoked from network); 24 Nov 2002 22:37:52 -0000 Original-Received: from roc-24-58-65-187.rochester.rr.com (HELO piglet.jia.vnet) (@24.58.65.187) by gnus.org with SMTP; 24 Nov 2002 22:37:52 -0000 Original-Received: from piglet.jia.vnet (IDENT:wD0FivH+30ObQLmOtMFgQvLrWb8/HDcc@localhost [127.0.0.1]) by piglet.jia.vnet (8.12.5/8.12.5) with ESMTP id gAOMbBd5016149 for ; Sun, 24 Nov 2002 17:37:11 -0500 Original-Received: (from zsh@localhost) by piglet.jia.vnet (8.12.5/8.12.5/Submit) id gAOMbAH8016147; Sun, 24 Nov 2002 17:37:10 -0500 X-Authentication-Warning: piglet.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Jan Egil Hagen's message of "Sun, 24 Nov 2002 20:01:46 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47829 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47829 Jan Egil Hagen writes: > * ShengHuo ZHU > | nnrss-insert didn't call nnweb-insert since nnweb-insert was removed. > | All these changes were made before v0.07 was released. Could you > | check whether you loaded an ancient version of nnrss.el from another > | directory? `M-x list-load-path-shadows RET' helps. > > No. It is the current nnrss.el. I updated to cvs-gnus and now I just > get the message "Group nnrss:Kuro5hin contains no messages". Nothing > works. > > nnweb-insert is still called from nnrss.el: > > $ grep -n nnweb-insert nnweb.el nnrss.el > nnweb.el:521:(defun nnweb-insert-html (parse) > nnweb.el:536: (mapcar 'nnweb-insert-html (nth 2 parse)) > nnrss.el:457:;; (nnweb-insert url)))) > nnrss.el:461: (nnweb-insert url))) > > "Fetch extra categories? -> yes" gives this traceback: > > Debugger entered--Lisp error: (void-function nnweb-insert) > nnweb-insert("http://w.moreover.com/categories/category_list_rss.html") > nnrss-insert("http://w.moreover.com/categories/category_list_rss.html") Here is what I get: $ grep -n nnweb-insert *.el nnultimate.el:259: (nnweb-insert-html (cons 'p (cons nil (list contents)))) nnweb.el:521:(defun nnweb-insert-html (parse) nnweb.el:536: (mapcar 'nnweb-insert-html (nth 2 parse)) nnwfm.el:205: (nnweb-insert-html contents) $ grep nnrss CVS/Entries /nnrss.el/6.31/Wed Sep 25 12:24:19 2002// Are you sure that the version of nnrss.el is 6.31? If not, use `cvs up -A' to reset tags. ShengHuo