From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23331 invoked by alias); 28 Jul 2007 00:59:28 -0000 Received: (qmail 23322 invoked by uid 22791); 28 Jul 2007 00:59:28 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Jul 2007 00:59:26 +0000 Received: (qmail 6448 invoked from network); 28 Jul 2007 00:59:24 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Jul 2007 00:59:24 -0000 To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Allow printing of Guile values References: <87ir8f2lrh.fsf@chbouib.org> From: Jim Blandy Date: Sat, 28 Jul 2007 01:17:00 -0000 In-Reply-To: <87ir8f2lrh.fsf@chbouib.org> (Ludovic =?utf-8?Q?Court=C3=A8s'?= =?utf-8?Q?s?= message of "Fri, 20 Jul 2007 16:27:30 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2007-07/txt/msg00303.txt.bz2 ludo@gnu.org (Ludovic Court=C3=A8s) writes: > The attached patch fixes printing of Guile objects. It does so by > querying the inferior Guile process for a textual representation of the > values. Hi, Ludovic. How are things going with this?