From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22934 invoked by alias); 4 Feb 2010 01:32:38 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 22925 invoked by uid 22791); 4 Feb 2010 01:32:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org From: Tom Tromey To: Chris Moller Cc: Daniel Jacobowitz , Roland McGrath , Eric Bachalo , Project Archer Subject: Re: PR 11067 References: <4B68A35E.2050301@redhat.com> <4B68DC25.1090808@redhat.com> <4B69F028.9070006@redhat.com> <20100203224239.04338AA@magilla.sf.frob.com> <20100203231408.GA6397@caradoc.them.org> <20100203232506.B073AAA@magilla.sf.frob.com> <20100203232819.GK9493@caradoc.them.org> <4B6A07E0.6020306@redhat.com> Reply-To: Tom Tromey Date: Thu, 04 Feb 2010 01:32:00 -0000 In-Reply-To: <4B6A07E0.6020306@redhat.com> (Chris Moller's message of "Wed, 03 Feb 2010 18:33:52 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q1/txt/msg00059.txt.bz2 Chris> While I was looking for where this stuff is formatted, I noticed it Chris> goes through python/py-prettyprint.c which, I assume, can format Chris> things any way you like it. How about just something generic by Chris> default and use a pretty-print thingy if that doesn't work? (Uh, Chris> assuming py-prettyprint.c does that....) This only works if you add python code for it. I think it is preferable to print enumerators nicely by default, not as a special add-on. My advice is, read through the follow-ups and make an informed choice. Daniel makes good points. Tom