Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@jprc.com>
Subject: Re: new NOV stuff in p0.40
Date: 28 Oct 1998 08:38:40 -500	[thread overview]
Message-ID: <vxkyaq0u7q7.fsf@pocari-sweat.jprc.com> (raw)
In-Reply-To: Karl Kleinpaste's message of "28 Oct 1998 00:51:53 -500"

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


      reply	other threads:[~1998-10-28 13:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-26  0:18 Karl Kleinpaste
1998-10-26  0:37 ` Lars Magne Ingebrigtsen
1998-10-26  1:40   ` Karl Kleinpaste
1998-10-26  2:15     ` Karl Kleinpaste
1998-10-26  2:52       ` Lars Magne Ingebrigtsen
1998-10-26  8:17         ` Kai Grossjohann
1998-10-26  8:48           ` Lars Magne Ingebrigtsen
1998-10-26 10:12             ` Kai Grossjohann
1998-10-26  2:48     ` Lars Magne Ingebrigtsen
1998-10-28  5:51       ` Karl Kleinpaste
1998-10-28 13:38         ` Karl Kleinpaste [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vxkyaq0u7q7.fsf@pocari-sweat.jprc.com \
    --to=karl@jprc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).