From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11553 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Possible bug in gnus-score-find-hierarchical Date: 10 Jul 1997 20:27:56 +0200 Message-ID: References: <199707091704.NAA14784@placebo.hr.lucent.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035151244 31006 80.91.224.250 (20 Oct 2002 22:00:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:00:44 +0000 (UTC) Return-Path: Original-Received: from sandy.calag.com (root@sandy [206.190.83.128]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id NAA18353 for ; Thu, 10 Jul 1997 13:15:04 -0700 Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by sandy.calag.com (8.8.6/8.8.6) with ESMTP id NAA32191 for ; Thu, 10 Jul 1997 13:12:16 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id PAA12736 for ; Thu, 10 Jul 1997 15:11:53 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 10 Jul 1997 21:13:01 +0200 Original-Received: (qmail 17490 invoked by uid 504); 10 Jul 1997 19:12:59 -0000 Original-Received: (qmail 17486 invoked from network); 10 Jul 1997 19:12:59 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by claymore.vcinet.com with SMTP; 10 Jul 1997 19:12:58 -0000 Original-Received: from proletcult.slip.ifi.uio.no (root@xyplex12.uio.no [129.240.154.32]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 10 Jul 1997 21:12:55 +0200 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id UAA03228; Thu, 10 Jul 1997 20:27:59 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Rajappa Iyer's message of 09 Jul 1997 13:04:25 -0400 X-Mailer: Quassia Gnus v0.1/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > It seems that this function always finds the score files with the > gnus-adaptive-file-suffix. Is this by design? I'm using the following > patch so that it looks at SCORE, gnu.SCORE, gnu.emacs.SCORE etc. Is > this correct? > > RCS file: /a/placebo/homes/placebo/rsi/src/master/gnus/lisp/gnus-score.el,v > retrieving revision 1.1.1.1 > diff -r1.1.1.1 gnus-score.el > 2499c2499 > < (gnus-score-file-name group gnus-adaptive-file-suffix)) > --- > > (gnus-score-file-name group)) I'm not quite sure what you're referring to here ("diff -c"! "diff -c"! "diff -c"!), but it looks like this code: (setq all (nconc (mapcar (lambda (group) (gnus-score-file-name group gnus-adaptive-file-suffix)) (setq all (nreverse all))) (mapcar 'gnus-score-file-name all))) The first mapcar uses the adaptive suffix, while the second doesn't. Your version should give you each score file twice. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen