From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.bugs Subject: Re: r6rs-ports.test is failing Date: Fri, 17 Dec 2010 11:42:42 -0500 Message-ID: <20101217164242.PJIG8.3641.root@cdptpa-web06-z01> References: <87pqt02w2k.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1292604190 16363 80.91.229.12 (17 Dec 2010 16:43:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2010 16:43:10 +0000 (UTC) To: =?utf-8?Q?Ludovic_Court=C3=A8s?= , bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 17 17:43:04 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 1PTdOU-0000H5-IP for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 17:42:58 +0100 Original-Received: from localhost ([127.0.0.1]:60271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTdOT-00074E-VX for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 11:42:57 -0500 Original-Received: from [140.186.70.92] (port=52718 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTdOL-00073t-Qf for bug-guile@gnu.org; Fri, 17 Dec 2010 11:42:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTdOH-0006oh-Rt for bug-guile@gnu.org; Fri, 17 Dec 2010 11:42:49 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.122]:63528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTdOH-0006oL-OL for bug-guile@gnu.org; Fri, 17 Dec 2010 11:42:45 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=3jtQBdTzPyV+fq4oCU/u8ZPrJJGN11HvhaDVxyWhycI= c=1 sm=0 a=IkcTkHD0fZMA:10 a=mDV3o1hIAAAA:8 a=ZKT07R7zQUhraSrKn2oA:9 a=SWTxnhLJU43AW6VydWnT_p2HCU8A:4 a=QEXdDO2ut3YA:10 a=ii61gXl28gQA:10 a=cG6w2xKq0kBr3p27s0Loig==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.97] ([10.127.132.97:63655] helo=cdptpa-web06-z01) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id E4/4A-02631-2039B0D4; Fri, 17 Dec 2010 16:42:42 +0000 In-Reply-To: <87pqt02w2k.fsf@gnu.org> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:4913 Archived-At: ---- "Ludovic Court=C3=A8s" wrote:=20 > And this? >=20 > (let* ((t (make-transcoder (utf-8-codec) (native-eol-style) > (error-handling-mode replace))) > (b (open-bytevector-input-port #vu8(255 1 2 3 103 110 117))) > (tp (transcoded-port b t))) > (port-conversion-strategy tp)) $2 =3D substitute -Dale