From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82935 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Fix for gnus-registry on newer Emacsen Date: Fri, 22 Feb 2013 22:07:24 +0100 Message-ID: <87k3q083cj.fsf@randomsample.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361567254 17408 80.91.229.3 (22 Feb 2013 21:07:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2013 21:07:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31201@lists.math.uh.edu Fri Feb 22 22:07:57 2013 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 1U8zqX-0001qu-2z for ding-account@gmane.org; Fri, 22 Feb 2013 22:07:57 +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 1U8zq6-00025y-0p; Fri, 22 Feb 2013 15:07:30 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1U8zq4-00025f-JY for ding@lists.math.uh.edu; Fri, 22 Feb 2013 15:07:28 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1U8zq3-0005vp-MG for ding@lists.math.uh.edu; Fri, 22 Feb 2013 15:07:28 -0600 Original-Received: from randomsample.de ([83.169.19.17]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U8zq2-0005cY-8O for ding@gnus.org; Fri, 22 Feb 2013 22:07:26 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; bh=PhEGCxITbC9s3UKZTvUF6mYp8rzUYvhLeeCJL7r6SIs=; b=MWwjc0c+iNftw6nnS7GzrhH4fkQKGLrCURQKvFh9OJ6HGBOCEhyKB5qOGVJOEmyJ9xLnYaswg9IFbHDe4Qv/YADWXIFidGrNR8IlE6S5aA2tqwHzt6pHOMzH+KjJAeTD; Original-Received: from dslc-082-083-034-088.pools.arcor-ip.net ([82.83.34.88] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1U8zq1-0007wr-2A for ding@gnus.org; Fri, 22 Feb 2013 22:07:26 +0100 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.93 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82935 Archived-At: Probably no one noticed, but if you use the registry on the current pretest or trunk, you'll get a message on startup about an "Unsafe call to eieio-persistent-read". I'll just pushed a fix for this, but of course we have to stay compatible with older Emacsen, so I had to wrap this in a condition-case and an additional with-no-warnings. However, it seems the latter doesn't have any effect on XEmacs, so the buildbot is red there. Does anyone know what can be done here? -David