Gnus development mailing list
 help / color / mirror / Atom feed
* Patch to fix "extra" paren mismatch problem in gnus-score.el
@ 2001-08-11 13:44 Karl Kleinpaste
  2001-08-11 16:13 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Kleinpaste @ 2001-08-11 13:44 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch to fix "extra" paren mismatch problem in gnus-score.el
  2001-08-11 13:44 Patch to fix "extra" paren mismatch problem in gnus-score.el Karl Kleinpaste
@ 2001-08-11 16:13 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2001-08-11 16:13 UTC (permalink / raw)
  Cc: ding

Committed.
kai
-- 
~/.signature: No such file or directory


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-11 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-11 13:44 Patch to fix "extra" paren mismatch problem in gnus-score.el Karl Kleinpaste
2001-08-11 16:13 ` Kai Großjohann

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).