From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18261 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: new NOV stuff in p0.40 Date: 28 Oct 1998 08:38:40 -500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156815 5203 80.91.224.250 (20 Oct 2002 23:33:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:33:35 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA24344 for ; Wed, 28 Oct 1998 08:43:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB20901; Wed, 28 Oct 1998 07:39:36 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 28 Oct 1998 07:39:22 -0600 (CST) 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 HAA02061 for ; Wed, 28 Oct 1998 07:39:14 -0600 (CST) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA24293 for ; Wed, 28 Oct 1998 08:39:11 -0500 (EST) Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.7/8.8.7) id IAA25667; Wed, 28 Oct 1998 08:38:40 -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: Karl Kleinpaste's message of "28 Oct 1998 00:51:53 -500" Original-Lines: 13 User-Agent: Gnus/5.07004 (Pterodactyl Gnus v0.40) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18261 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18261 The match wrapper wasn't quite sufficiently precise. One-line change. --- gnus-score.el.~1~ Wed Oct 28 00:36:26 1998 +++ gnus-score.el Wed Oct 28 08:19:57 1998 @@ -1964,7 +1964,7 @@ ;; Evil hackery to make match usable in non-standard headers. (when extra - (setq match (concat "[ (](" extra " \\. \".*" match ".*\")[ )]") + (setq match (concat "[ (](" extra " \\. \"[^)]*" match "[^(]*\")[ )]") search-func 're-search-forward)) ; XXX danger?!? (cond