From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90280 invoked by alias); 5 Jul 2015 08:59:39 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 90269 invoked by uid 89); 5 Jul 2015 08:59:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f173.google.com Received: from mail-pd0-f173.google.com (HELO mail-pd0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 05 Jul 2015 08:59:38 +0000 Received: by pdbep18 with SMTP id ep18so88200848pdb.1 for ; Sun, 05 Jul 2015 01:59:36 -0700 (PDT) X-Received: by 10.70.95.138 with SMTP id dk10mr91494373pdb.63.1436086775982; Sun, 05 Jul 2015 01:59:35 -0700 (PDT) Received: from [10.0.1.7] ([202.156.35.192]) by mx.google.com with ESMTPSA id sh2sm14348769pbc.62.2015.07.05.01.59.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 Jul 2015 01:59:35 -0700 (PDT) Subject: Re: Can't import srfi 101 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Content-Type: text/plain; charset=utf-8 From: Alex Mitchell In-Reply-To: Date: Sun, 05 Jul 2015 08:59:00 -0000 Cc: kawa mailing list Content-Transfer-Encoding: quoted-printable Message-Id: References: To: =?utf-8?Q?=22El=C3=ADas_Alonso_G=2E-Cornejo=22?= X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00001.txt.bz2 (sorry, resending as plain text for the benefit of the list) I think you need to do: (require 'srfi-101) Alex > On 5 Jul 2015, at 4:06 pm, El=C3=ADas Alonso G.-Cornejo wrote: >=20 > This is probably a silly question, but how can I import the srfi 101 > library (random access lists)? I've tried: >=20 > (import (srfi 101)) >=20 > and: >=20 > (import (gnu kawa slib ralists)) >=20 > Without any luck. >=20 > Thanks! >=20 > Elias.