Gnus development mailing list
 help / color / mirror / Atom feed
* Bug in `gnus-summary-increase-score'?
@ 1998-08-09 21:37 Mike McEwan
  1998-08-09 23:42 ` Mike McEwan
  0 siblings, 1 reply; 3+ messages in thread
From: Mike McEwan @ 1998-08-09 21:37 UTC (permalink / raw)


  Having just installed 5.6.30, I cannot now conduct a `I T' to
increase the score of a thread. Or rather, I can, but I then cannot
re-select the group in question - gnus just gets stuck in a loop with
`Scoring...' in the mini-buffer. An `ADAPT' score file is also
created???

  I've tracked the problem down to the following in 5.6.30:

--- gnus/lisp/gnus-score.el.orig	Sat Aug  8 18:43:41 1998
+++ gnus/lisp/gnus-score.el	Sun Aug  9 18:11:32 1998
@@ -550,7 +550,7 @@
 	      (gnus-score-insert-help "Match on header" char-to-header 1)))
 
 	  (gnus-score-kill-help-buffer)
-	  (unless (setq entry (assq (downcase hchar) char-to-header))
+	  (unless (setq entry (assq hchar char-to-header))
 	    (if mimic (error "%c %c" prefix hchar)
 	      (error "Illegal header type")))
 
  Reverting this patch, having removed the `ADAPT' file and score file 
entry previously created, resumes normal behaviour. I just don't know
why yet - any ideas?

-- 
Mike.


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

end of thread, other threads:[~1998-08-10  6:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-09 21:37 Bug in `gnus-summary-increase-score'? Mike McEwan
1998-08-09 23:42 ` Mike McEwan
1998-08-10  6:30   ` Lars Magne Ingebrigtsen

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