From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13571 invoked by alias); 5 Jul 2015 09:26:46 -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 13560 invoked by uid 89); 5 Jul 2015 09:26:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f177.google.com Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 05 Jul 2015 09:26:44 +0000 Received: by wiwl6 with SMTP id l6so260252394wiw.0 for ; Sun, 05 Jul 2015 02:26:41 -0700 (PDT) X-Received: by 10.194.2.137 with SMTP id 9mr37750722wju.75.1436088401219; Sun, 05 Jul 2015 02:26:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.246.165 with HTTP; Sun, 5 Jul 2015 02:26:01 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?B?RWzDrWFzIEFsb25zbyBHLi1Db3JuZWpv?= Date: Sun, 05 Jul 2015 09:26:00 -0000 Message-ID: Subject: Re: Can't import srfi 101 To: Alex Mitchell Cc: kawa mailing list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00002.txt.bz2 > I think you need to do: > (require 'srfi-101) > Alex I've tried, but I get this error: #|kawa:1|# (require 'srfi-101) /dev/stdin:1:1: unknown class gnu.kawa.slib.ralists #|kawa:2|# Does it work for you? 2015-07-05 10:59 GMT+02:00 Alex Mitchell : > (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: >> >> This is probably a silly question, but how can I import the srfi 101 >> library (random access lists)? I've tried: >> >> (import (srfi 101)) >> >> and: >> >> (import (gnu kawa slib ralists)) >> >> Without any luck. >> >> Thanks! >> >> Elias. >