From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: [r6rs] #\x0 is a perfectly valid character datum representation Date: Mon, 21 Jun 2010 21:26:19 +0200 Message-ID: References: <8739wg4xe0.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277148271 20523 80.91.229.12 (21 Jun 2010 19:24:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2010 19:24:31 +0000 (UTC) Cc: bug-guile@gnu.org, Mike Gran To: Marco Maggi Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jun 21 21:24:26 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OQmbN-0008F6-OQ for guile-bugs@m.gmane.org; Mon, 21 Jun 2010 21:24:23 +0200 Original-Received: from localhost ([127.0.0.1]:55531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQmbI-0006DP-Oa for guile-bugs@m.gmane.org; Mon, 21 Jun 2010 15:24:08 -0400 Original-Received: from [140.186.70.92] (port=43005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQmbC-0006DI-DX for bug-guile@gnu.org; Mon, 21 Jun 2010 15:24:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQmbB-0008Qs-3R for bug-guile@gnu.org; Mon, 21 Jun 2010 15:24:02 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:53604 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQmbB-0008Qh-0Y for bug-guile@gnu.org; Mon, 21 Jun 2010 15:24:01 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id CDB23BDB36; Mon, 21 Jun 2010 15:23:59 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=GybvePQbwUT0ZdSxeuRO6x2Fm+w=; b=ThrEY5 g4/aiXiySgcEEgkEhHyokapVEuBYKkmVN4tNl144b4nLeJdpVsBX37gxjPS695yt RgiDZikigMK/khDmdqbZMPl4ZNW3nNpNDmYdiuxX9YEfkNxgHZu3pduS+1B2wAGH 2Gu4IXiYhyb3YNTH/txckpdvcF2RQM4DOs+Dg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=jyDCIjq8eFNN6CcHAC1P1sxMF8ROymmw v6i4EZbWXjdN3r33b0GOnO81S3fLi9WP6FWve9RcZQH4o3jAhOAOjr2Rf3whInjX o8kYl+QIN7pPbj4YYiZtc2qNzwtFexq6k8bckVtVfBCSVaDyM/8ImyBzDfZoDn2Y kvaQcy+F5Xc= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id AC4A2BDB2B; Mon, 21 Jun 2010 15:23:57 -0400 (EDT) Original-Received: from unquote (unknown [83.32.68.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id A5B8EBDB22; Mon, 21 Jun 2010 15:23:54 -0400 (EDT) In-Reply-To: <8739wg4xe0.fsf@rapitore.luna> (Marco Maggi's message of "Mon, 21 Jun 2010 10:12:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 89D3F05C-7D6A-11DF-A81D-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4694 Archived-At: On Mon 21 Jun 2010 10:12, Marco Maggi writes: > #\x0 Add (read-enable 'r6rs-hex-escapes) to your guile init file. Mike: is there a more sensible default than the one we have? Thanks, Andy -- http://wingolog.org/