Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike McEwan <mike@lotusland.demon.co.uk>
Subject: Bug in `gnus-summary-increase-score'?
Date: 09 Aug 1998 22:37:34 +0100	[thread overview]
Message-ID: <m3btptsuox.fsf@lotusland.demon.co.uk> (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.


             reply	other threads:[~1998-08-09 21:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-09 21:37 Mike McEwan [this message]
1998-08-09 23:42 ` Mike McEwan
1998-08-10  6:30   ` Lars Magne Ingebrigtsen

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=m3btptsuox.fsf@lotusland.demon.co.uk \
    --to=mike@lotusland.demon.co.uk \
    /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).