From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85526 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Non-integer score nil in /home/horn/.gnus.d/News/nntp+Gmane:gmane.emacs.auctex.general.SCORE Date: Mon, 26 Jan 2015 07:59:33 +0100 Message-ID: <87y4oq2fje.fsf@gnu.org> References: <874mv514kd.fsf@thinkpad-t440p.tsdh.org> <87oapmi1em.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422255624 6562 80.91.229.3 (26 Jan 2015 07:00:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2015 07:00:24 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M33768@lists.math.uh.edu Mon Jan 26 08:00:23 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YFdel-00006l-2E for ding-account@gmane.org; Mon, 26 Jan 2015 08:00:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YFdeJ-0001kD-CU; Mon, 26 Jan 2015 00:59:51 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YFdeC-0001k1-II for ding@lists.math.uh.edu; Mon, 26 Jan 2015 00:59:44 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YFde8-0002PG-0I for ding@lists.math.uh.edu; Mon, 26 Jan 2015 00:59:44 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YFde6-0007kY-7K; Mon, 26 Jan 2015 07:59:38 +0100 Original-Received: from thinkpad-t440p (dhcp99.uni-koblenz.de [141.26.71.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id CC3801A84A8; Mon, 26 Jan 2015 07:59:34 +0100 (CET) Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org In-Reply-To: <87oapmi1em.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Mon, 26 Jan 2015 15:58:09 +1100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85526 Archived-At: Lars Ingebrigtsen writes: Hi Lars, >> yesterday morning I updated my Gnus git and Emacs trunk bzr checkouts >> as I do every day. Since then I sporadically get the error in the >> subject when entering that group. The group is entered anyway. That >> score file has the following contents: >> >> (("references" >> ("<87d29t175x.fsf@thinkpad-t440p.tsdh.org>[ ]*$" nil 735521 r))) > > If I eval the following: > > (gnus-score-check-syntax > '(("references" > ("<87d29t175x.fsf@thinkpad-t440p.tsdh.org>[ ]*$" nil 735521 r))) > "/tmp/foo") > > I get no warnings or errors, so that score file is OK. So there must > be something else going on... That message hasn't popped up for a while, so it might have been caused by some not completely correct change which has been fixed already. If it ever comes back, I'll report again. > Are you sure you're loading the correct Gnus version? Yes, at least I haven't changed the relevant code (add-to-list 'load-path "~/Repos/el/gnus/lisp") (add-to-list 'Info-directory-list "~/Repos/el/gnus/texi") (require 'gnus-load) in my ~/.emacs for years. Bye, Tassilo