From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55328 Path: main.gmane.org!not-for-mail From: Andreas Jaeger Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with current CVS and XEmacs Date: Mon, 29 Dec 2003 00:10:04 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: sea.gmane.org 1072653031 5413 80.91.224.253 (28 Dec 2003 23:10:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Dec 2003 23:10:31 +0000 (UTC) Cc: Kevin Greiner Original-X-From: ding-owner+M3868@lists.math.uh.edu Mon Dec 29 00:10:26 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aak3G-00087K-00 for ; Mon, 29 Dec 2003 00:10:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Aak37-00080Y-00; Sun, 28 Dec 2003 17:10:17 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Aak32-00080T-00 for ding@lists.math.uh.edu; Sun, 28 Dec 2003 17:10:12 -0600 Original-Received: from Cantor.suse.de (ns.suse.de [195.135.220.2]) by justine.libertine.org (Postfix) with ESMTP id D6EF63A003B for ; Sun, 28 Dec 2003 17:10:11 -0600 (CST) Original-Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 338AA1957D7B; Mon, 29 Dec 2003 00:10:10 +0100 (CET) Original-Received: from aj by arthur.inka.de with local (Exim 4.22) id 1Aak2x-0006Tb-CM; Mon, 29 Dec 2003 00:10:07 +0100 Original-To: ding@gnus.org In-Reply-To: (Jesper Harder's message of "Sun, 28 Dec 2003 14:42:38 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Rational FORTRAN, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55328 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55328 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Jesper Harder writes: > Andreas Jaeger writes: > >> Starting current CVS Gnus I get with XEmacs 21.4.13: >> >> Signaling: (wrong-type-argument listp t) >> gnus-read-active-file-1((nntp "gromit.moeb") nil) >> >> Everything works if I go back to: >> $ cvs up -D 2003-12-20=20 >> >> I can't see directly what's wrong, any ideas? > > You could eval `gnus-read-active-file-1' to (possibly) get a better > backtrace. Or step through it with edebug to locate the place that > signals the error. I didn't get anything useful out of this :-(, my debug knowledge is too old. But I did a binary search and the patch that introduces the breakage is this one: --- ChangeLog 22 Dec 2003 11:39:06 -0000 6.2712 +++ ChangeLog 22 Dec 2003 14:07:03 -0000 6.2713 @@ -1,3 +1,17 @@ +2003-12-22 Kevin Greiner + * gnus-int.el (gnus-open-server): Fixed the server status such + that an agentized server, when opened offline, has a status of + offline. Also fixes bug whereby the agent's backend was called + twice to open each server. + + * gnus-start.el (gnus-get-unread-articles-in-group): Autoload + gnus-agent-possibly-alter-active rather than inline to resolve + compiler warnings. + + * gnus.el (gnus-server-to-method): Added fallback of iterating + over gnus-newsrc-alist to resolve names of foreign servers. + Should fix recent agent bug. + Note that I'm not running agentized at all, Andreas --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/72LPOJpWPMJyoSYRAm3SAJ0cJo/bCTtQoMNnXlSSF7JKnrAFWgCeI4WM 5yijZbC+yMeG3ZfJXbRrpUw= =8k11 -----END PGP SIGNATURE----- --=-=-=--