From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13722 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Scoring globally... Date: 27 Jan 1998 13:17:18 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035153035 10738 80.91.224.250 (20 Oct 2002 22:30:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:30:35 +0000 (UTC) Keywords: score,global,all.SCORE Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id KAA25030 for ; Tue, 27 Jan 1998 10:22:09 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA16894 for ; Tue, 27 Jan 1998 12:19:17 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAH20586; Tue, 27 Jan 1998 12:19:19 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 27 Jan 1998 12:17:59 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id MAA20563 for ; Tue, 27 Jan 1998 12:17:52 -0600 (CST) Original-Received: (qmail 11532 invoked by uid 504); 27 Jan 1998 18:17:50 -0000 Original-Received: (qmail 11529 invoked from network); 27 Jan 1998 18:17:50 -0000 Original-Received: from pocari-sweat.jprc.com (207.86.147.217) by claymore.vcinet.com with SMTP; 27 Jan 1998 18:17:49 -0000 Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.5/8.8.5) id NAA15435; Tue, 27 Jan 1998 13:17:19 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Andy Eskilsson's message of "27 Jan 1998 10:58:30 +0100" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13722 Andy Eskilsson writes: > The problem is that I would automagically press a key and add it to > the global score-file! So I don't need to do as today, lower score, > edit current score-file, cut the added entry, open the global score > file, paste it.. What's wrong with either... V c all.SCORE RET L S RET (switch to global score, lower subject) or... put this in all.SCORE once and for all (from my own all.SCORE): (("xref" (".* .* .* .* .* .* .* .*" -400 nil r) (".* .* .* .* .* .* .* .* .* .* .* .* .* .* .*" -4000 nil r))) With the latter, you don't ever have to worry about excessive crossposting at all.