From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4794 invoked from network); 2 Jun 2021 16:10:02 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 2 Jun 2021 16:10:02 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1loTRQ-00BVbl-AR for ml@inbox.vuxu.org; Wed, 02 Jun 2021 11:10:00 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1loTRP-000JsF-OH for ml@inbox.vuxu.org; Wed, 02 Jun 2021 11:09:59 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1loTRN-000Js6-Hf for ding@lists.math.uh.edu; Wed, 02 Jun 2021 11:09:57 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1loTRL-00BVbR-TS for ding@lists.math.uh.edu; Wed, 02 Jun 2021 11:09:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Yj2+GxCb2XyyN9aLc/XJLd7TVmp5IHx12KcgIozpQug=; b=qYtUjyjxCQ+0ISk2h/1mSMc9S9 KwyZFxuAr1DJzIHvyib9sK6neCI7LoCBeeCxxDm80VpmqCGsAxRjT/qQq8OpqAREuxlGKhBYQAINB 97mnWIymQ24psbMGQHLXfGMxe0Uq1eAKjO9mA1/KHyvjvZ/JSoJtuzLwMy4lBMVWQBdM=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loTRE-0007zP-F4 for ding@gnus.org; Wed, 02 Jun 2021 18:09:50 +0200 Received: from localhost (c-71-197-184-122.hsd1.wa.comcast.net [71.197.184.122]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 61C8CFA155; Wed, 2 Jun 2021 16:09:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1622650185; bh=Yj2+GxCb2XyyN9aLc/XJLd7TVmp5IHx12KcgIozpQug=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=kpIxv1dgJ0/oZUwkVq2KnegNplq8wJ6YseHXYtshhkqH30JKBeo91OCIim/tEP1b3 6s7fhv17XVz6BKHkwpXUzuYCBh+egqreq5p1r7uLLvYG/W0lR+YsA21cirCwm9LTBZ rDyDRDiMsvoePGsJ1rAcihKaRnSs6xeGThF2rsDk= From: Eric Abrahamsen To: Hirotaka Honda Cc: ding@gnus.org Subject: Re: (wrong-type-argument number-or-marker-p nil) error at gnus startup References: <87o8cwlia5.fsf@free.fr> <878s3yu6l3.fsf@ericabrahamsen.net> <977D30E3-06DB-46F7-BDC9-933E591A5E78@hondalaw.com> <87tumhsiw6.fsf@ericabrahamsen.net> Date: Wed, 02 Jun 2021 09:09:43 -0700 In-Reply-To: (Hirotaka Honda's message of "Wed, 02 Jun 2021 17:40:19 +0900") Message-ID: <87im2w1c54.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Hirotaka Honda writes: > Dear all > > After I commented out gnus-registry as the following, any errors (or the same errors) happened again. Would you be willing to send me the full unsanitized message (or just the headers) off-list so I can test? Thanks, Eric