From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5851 invoked by alias); 27 Jul 2014 04:23:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5817 invoked by uid 89); 27 Jul 2014 04:23:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f181.google.com Received: from mail-pd0-f181.google.com (HELO mail-pd0-f181.google.com) (209.85.192.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 27 Jul 2014 04:23:52 +0000 Received: by mail-pd0-f181.google.com with SMTP id g10so7879094pdj.12 for ; Sat, 26 Jul 2014 21:23:51 -0700 (PDT) X-Received: by 10.70.103.175 with SMTP id fx15mr27843081pdb.94.1406435031340; Sat, 26 Jul 2014 21:23:51 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id ez9sm17995358pdb.92.2014.07.26.21.23.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Jul 2014 21:23:50 -0700 (PDT) From: Doug Evans To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=), gdb-patches@sourceware.org, eliz@gnu.org Subject: Re: [PATCH, doc RFA] PR guile/17177: replace *pretty-printers* References: <87iomq7qdb.fsf@gnu.org> Date: Sun, 27 Jul 2014 04:24:00 -0000 In-Reply-To: <87iomq7qdb.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 21 Jul 2014 16:12:16 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00687.txt.bz2 ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Doug Evans skribis: > >> Namely it replaces Guile global *pretty-printers* >> with two functions: pretty-printers, set-pretty-printers!. > > Looks good to me. > > =E2=80=98pretty-printers=E2=80=99 could maybe eventually be made a SRFI-3= 9 parameter > (info "(guile) Parameters"), which would be backward compatible in terms > of API. That would allow for dynamically scoped changes to the pretty > printers, which might be useful in some cases. > > Thanks, > Ludo=E2=80=99. Committed to trunk and 7.8 branch.