From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15556 Path: main.gmane.org!not-for-mail From: Hallvard B Furuseth Newsgroups: gmane.emacs.gnus.general Subject: Default SCORE file for a hierarchy Date: 08 Jul 1998 16:12:27 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154567 22763 80.91.224.250 (20 Oct 2002 22:56:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:56:07 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.0/8.9.0) with ESMTP id HAA15636 for ; Wed, 8 Jul 1998 07:21:53 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id KAA22278 for ; Wed, 8 Jul 1998 10:19:02 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id IAT00481; Wed, 8 Jul 1998 08:52:06 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Jul 1998 09:13:15 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA29099 for ; Wed, 8 Jul 1998 09:13:03 -0500 (CDT) Original-Received: from mons (6089@mons.uio.no [129.240.130.14]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id KAA20269 for ; Wed, 8 Jul 1998 10:12:37 -0400 (EDT) Original-Received: from bombur2.uio.no (actually bombur2.uio.no [129.240.200.72]) by mons with SMTP (PP); Wed, 8 Jul 1998 16:12:30 +0200 Original-Received: by bombur2.uio.no ; Wed, 8 Jul 1998 16:12:28 +0200 (MET DST) Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15556 Usually I don't want `gnus-summary-increase-score' & co to create new score files, I want them update the "innermost" *existing* score file for the newsgroup I'm reading. For example, I have comp.lang.SCORE comp.lang.perl.SCORE Now, `I' in comp.lang.perl.misc should score to comp.lang.perl.SCORE, and `I' in comp.lang.sather should score to comp.lang.SCORE. To make `I' in comp.lang.eiffel create a new score file for eiffel alone, I could for example do `gnus-score-change-score-file' first. My gnus-score-find-score-files-function = 'gnus-score-find-hierarchical. Any way to do this? Can i put something in comp.lang.SCORE and comp.lang.perl.SCORE, for example? -- Hallvard