From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24300 Path: main.gmane.org!not-for-mail From: Robert Epprecht Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] Re: topic parameters and agent-score Date: 16 Jul 1999 18:46:48 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035161890 7969 80.91.224.250 (21 Oct 2002 00:58:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:58:10 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA29390 for ; Fri, 16 Jul 1999 14:13:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB24362; Fri, 16 Jul 1999 13:11:48 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 16 Jul 1999 13:11:17 -0500 (CDT) 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 NAA18841 for ; Fri, 16 Jul 1999 13:11:07 -0500 (CDT) Original-Received: from mail.sunweb.ch ([195.141.237.254]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id OAA29283 for ; Fri, 16 Jul 1999 14:10:04 -0400 (EDT) Original-Received: from pc.sunweb.ch [195.141.237.39] by mail.sunweb.ch with ESMTP (SMTPD32-4.03) id A5098E901DA; Fri, 16 Jul 1999 20:08:09 +03d00 Original-Received: (from epprecht@localhost) by pc.sunweb.ch (8.8.8/8.8.8) id SAA00348; Fri, 16 Jul 1999 18:46:48 +0200 Original-To: ding@gnus.org Original-Lines: 23 X-Mailer: Gnus v5.6.45/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24300 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24300 I tried it again, and this time I've got a backtrace. Pterodactyl Gnus v0.95 with patch from Mike McEwan (Message-ID: ) I have '((agent-score . file))' as topic parameter of the root topic 'nil' as sub topic parameter 'nil' as group parameter I did 'J j g J s' and got the following backtrace =============================================== Signaling: (error "Selecting deleted buffer") gnus-score-followup(((("thread" ... ...) ("subject" ... ... ...) ("from" ... $ gnus-score-thread(((("thread" ... ...) ("subject" ... ... ...) ("from" ... ..$ gnus-score-headers((((... ... ...) (...) (... ...)))) gnus-agent-fetch-group-1("gnu.emacs.gnus" (nntp "news.sunrise.ch")) gnus-agent-fetch-session() * call-interactively(gnus-agent-fetch-session) =============================================== To see if I get more information I did (load "gnus-sum.el") and repeated the procedure, but got no error this time (no new articles in the group?) I just discovered that it looks like it *did* work with gnu.emacs.help which is in the same topic and has the same group parameter. Strange... Robert Epprecht