Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Patch to fix "extra" paren mismatch problem in gnus-score.el
Date: Sat, 11 Aug 2001 09:44:37 -0400	[thread overview]
Message-ID: <vxkbslmg18a.fsf@cinnamon.vanillaknot.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 78 bytes --]

Please commit the following fix to a very old, very stupid
error on my part.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus-score.el fix -- correct `match' setting --]
[-- Type: text/x-patch, Size: 719 bytes --]

--- ChangeLog~	Thu Aug  9 20:07:45 2001
+++ ChangeLog	Sat Aug 11 09:41:07 2001
@@ -1,3 +1,8 @@
+2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
+
+	* gnus-score.el (gnus-score-string): Fix `match' regexp
+	for `extra' header case.
+	
 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 	* nndraft.el (nndraft-request-group): Use
--- gnus-score.el.~1~	Tue Jul 24 21:55:17 2001
+++ gnus-score.el	Sat Aug 11 09:36:55 2001
@@ -1952,7 +1952,7 @@
 	  ;; Evil hackery to make match usable in non-standard headers.
 	  (when extra
 	    (setq match (concat "[ (](" extra " \\. \"[^)]*"
-				match "[^(]*\")[ )]")
+				match "[^\"]*\")[ )]")
 		  search-func 're-search-forward)) ; XXX danger?!?
 
 	  (cond

             reply	other threads:[~2001-08-11 13:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-11 13:44 Karl Kleinpaste [this message]
2001-08-11 16:13 ` Kai Großjohann

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=vxkbslmg18a.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.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).