From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58320 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: Corrupted score files with ... symbols Date: Mon, 23 Aug 2004 13:08:20 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <877jrqf6xn.fsf@deneb.enyo.de> References: <87657agqoz.fsf@deneb.enyo.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093259398 3591 80.91.224.253 (23 Aug 2004 11:09:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2004 11:09:58 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M6861@lists.math.uh.edu Mon Aug 23 13:09:52 2004 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 1BzCi0-0007cn-00 for ; Mon, 23 Aug 2004 13:09:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BzCgk-0003Cf-00; Mon, 23 Aug 2004 06:08:34 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BzCgc-0003CX-00 for ding@lists.math.uh.edu; Mon, 23 Aug 2004 06:08:26 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BzCga-0001H7-D2 for ding@lists.math.uh.edu; Mon, 23 Aug 2004 06:08:24 -0500 Original-Received: from mail.enyo.de (mail.enyo.de [212.9.189.167]) by justine.libertine.org (Postfix) with ESMTP id 0F3763A0218 for ; Mon, 23 Aug 2004 06:08:22 -0500 (CDT) Original-Received: (debugging) helo=deneb.enyo.de ip=212.9.189.171 name=deneb.enyo.de Original-Received: from deneb.enyo.de ([212.9.189.171]) by mail.enyo.de with esmtp id 1BzCgX-0007bQ-Ol; Mon, 23 Aug 2004 13:08:21 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 4.34) id 1BzCgW-0001Ao-Vv; Mon, 23 Aug 2004 13:08:20 +0200 Original-To: Katsumi Yamaoka In-Reply-To: (Katsumi Yamaoka's message of "Mon, 23 Aug 2004 18:46:57 +0900") Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58320 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58320 * Katsumi Yamaoka: > The change seems to affect pp (or pp-to-string). Since pp is > being used also in the other Gnus modules, shouldn't we apply > the same change to them, either? I'm not sure. `gnus-prin1', for example, has been deliberately written to cope with non-nil values of `print-length'. Some callers might bind `print-circle' in ddition to `print-length' and try to print cyclic data structures.