From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Tim Landscheidt Newsgroups: gmane.emacs.bugs Subject: bug#31978: 26.1.50; "s" in gnus *Group* error: "eieio-override-prin1: Apparently circular structure being printed" Date: Sat, 25 May 2019 09:08:47 +0000 Organization: http://www.tim-landscheidt.de/ Message-ID: <87mujaq4tc.fsf@passepartout.tim-landscheidt.de> References: <87k1ql7hj4.fsf@tromey.com> <87bmbxzhsb.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="126301"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: 31978@debbugs.gnu.org To: Eric Abrahamsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat May 25 11:10:18 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hUSgy-000Whz-Eu for geb-bug-gnu-emacs@m.gmane.org; Sat, 25 May 2019 11:10:16 +0200 Original-Received: from localhost ([127.0.0.1]:38255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUSgx-000501-8Z for geb-bug-gnu-emacs@m.gmane.org; Sat, 25 May 2019 05:10:15 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:40096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUSfr-0004Uu-4E for bug-gnu-emacs@gnu.org; Sat, 25 May 2019 05:09:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUSfp-0003RY-E4 for bug-gnu-emacs@gnu.org; Sat, 25 May 2019 05:09:07 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34573) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUSfm-0003Pu-Ha for bug-gnu-emacs@gnu.org; Sat, 25 May 2019 05:09:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUSfm-0007we-Av for bug-gnu-emacs@gnu.org; Sat, 25 May 2019 05:09:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Tim Landscheidt Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 May 2019 09:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31978 X-GNU-PR-Package: emacs Original-Received: via spool by 31978-submit@debbugs.gnu.org id=B31978.155877533830529 (code B ref 31978); Sat, 25 May 2019 09:09:02 +0000 Original-Received: (at 31978) by debbugs.gnu.org; 25 May 2019 09:08:58 +0000 Original-Received: from localhost ([127.0.0.1]:48117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUSfh-0007wL-TE for submit@debbugs.gnu.org; Sat, 25 May 2019 05:08:58 -0400 Original-Received: from andalucia.tim-landscheidt.de ([116.203.78.250]:42268 helo=andalucia) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUSff-0007w8-9T for 31978@debbugs.gnu.org; Sat, 25 May 2019 05:08:56 -0400 Original-Received: from dslb-090-186-216-122.090.186.pools.vodafone-ip.de ([90.186.216.122]:50502 helo=passepartout.tim-landscheidt.de) by andalucia with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hUSfY-0007ML-C6; Sat, 25 May 2019 11:08:48 +0200 In-Reply-To: <87bmbxzhsb.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 26 Jun 2018 08:31:00 -0700") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:159748 Archived-At: Eric Abrahamsen wrote: >> I am using Gnus in Emacs 26. > Would you mind cherry-picking or otherwise applying the patch in > ffbb4e8d54, and see if that solves the problem? I think it probably > will. As I ran into this issue today (with Emacs 26.1): To apply the patch, is it sufficient to redefine eieio-persistent-validate/fix-slot-value in the running in- stance, or do I need to do something more?