From: ···············@gmail.com
Subject: lispbox 0.7
Date: 
Message-ID: <1192007653.351850.215350@v3g2000hsg.googlegroups.com>
I started to use Lispbox 0.7 with ACL,
but I have problems with loading examples from Practical Common Lisp.

I use the command, for example,

(oos 'load-op :chapter 3)

nurhan

From: Pascal Costanza
Subject: Re: lispbox 0.7
Date: 
Message-ID: <5n3l8uFfuasqU1@mid.individual.net>
···············@gmail.com wrote:
> I started to use Lispbox 0.7 with ACL,
> but I have problems with loading examples from Practical Common Lisp.
> 
> I use the command, for example,
> 
> (oos 'load-op :chapter 3)

What error message do you get?


Pascal

-- 
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/
From: ···············@gmail.com
Subject: Re: lispbox 0.7
Date: 
Message-ID: <1192022042.567199.308350@k79g2000hse.googlegroups.com>
On 10 Ekim, 12:45, Pascal Costanza <····@p-cos.net> wrote:
> ···············@gmail.com wrote:
> > I started to use Lispbox 0.7 with ACL,
> > but I have problems with loading examples from Practical Common Lisp.
>
> > I use the command, for example,
>
> > (oos 'load-op :chapter 3)
>
> What error message do you get?
>
> Pascal
>
> --
> My website:http://p-cos.net
> Common Lisp Document Repository:http://cdr.eurolisp.org
> Closer to MOP & ContextL:http://common-lisp.net/project/closer/

The following is at my screen. I should add that I am a newcomer.

 ; SLIME 2005-04-27
 CL-USER> (oos 'load-op :chapter-3)
 ; loading system definition from
 ; C:\Program Files
 \LispBox-0.7\practicals-1.0.3\Chapter03\chapter-3.asd
 ; into #<The ASDF813 package>
 ; Loading
 ;    C:\Program Files
 \LispBox-0.7\practicals-1.0.3\Chapter03\chapter-3.asd
 ; registering #<SYSTEM CHAPTER-3 @ #x20e1a2f2> as CHAPTER-3
 ; loading system definition from
 ; C:\Program Files\LispBox-0.7\practicals-1.0.3\Chapter03\simple-
 database.asd
 ; into #<The ASDF814 package>
 ; Loading
 ;    C:\Program Files\LispBox-0.7\practicals-1.0.3\Chapter03\simple-
 database.asd
 ; registering #<SYSTEM SIMPLE-DATABASE @ #x20e5539a> as SIMPLE-
 DATABASE
 ; Fast loading
 ;    C:\Documents and Settings\user\.lispbox\fasl\allegro-8.0-
 mswindows-x86\Program Files
 \LispBox-0.7\practicals-1.0.3\Chapter03\packages.fasl
 ; Fast loading
 ;    C:\Documents and Settings\user\.lispbox\fasl\allegro-8.0-
 mswindows-x86\Program Files
 \LispBox-0.7\practicals-1.0.3\Chapter03\simple-database.fasl
 NIL
 CL-USER>
From: Pascal Costanza
Subject: Re: lispbox 0.7
Date: 
Message-ID: <5n4cjaFfr642U1@mid.individual.net>
···············@gmail.com wrote:
> On 10 Ekim, 12:45, Pascal Costanza <····@p-cos.net> wrote:
>> ···············@gmail.com wrote:
>>> I started to use Lispbox 0.7 with ACL,
>>> but I have problems with loading examples from Practical Common Lisp.
>>> I use the command, for example,
>>> (oos 'load-op :chapter 3)
>> What error message do you get?
>>
>> Pascal
>>
>> --
>> My website:http://p-cos.net
>> Common Lisp Document Repository:http://cdr.eurolisp.org
>> Closer to MOP & ContextL:http://common-lisp.net/project/closer/
> 
> The following is at my screen. I should add that I am a newcomer.
> 
>  ; SLIME 2005-04-27
>  CL-USER> (oos 'load-op :chapter-3)
>  ; loading system definition from
>  ; C:\Program Files
>  \LispBox-0.7\practicals-1.0.3\Chapter03\chapter-3.asd
>  ; into #<The ASDF813 package>
>  ; Loading
>  ;    C:\Program Files
>  \LispBox-0.7\practicals-1.0.3\Chapter03\chapter-3.asd
>  ; registering #<SYSTEM CHAPTER-3 @ #x20e1a2f2> as CHAPTER-3
>  ; loading system definition from
>  ; C:\Program Files\LispBox-0.7\practicals-1.0.3\Chapter03\simple-
>  database.asd
>  ; into #<The ASDF814 package>
>  ; Loading
>  ;    C:\Program Files\LispBox-0.7\practicals-1.0.3\Chapter03\simple-
>  database.asd
>  ; registering #<SYSTEM SIMPLE-DATABASE @ #x20e5539a> as SIMPLE-
>  DATABASE
>  ; Fast loading
>  ;    C:\Documents and Settings\user\.lispbox\fasl\allegro-8.0-
>  mswindows-x86\Program Files
>  \LispBox-0.7\practicals-1.0.3\Chapter03\packages.fasl
>  ; Fast loading
>  ;    C:\Documents and Settings\user\.lispbox\fasl\allegro-8.0-
>  mswindows-x86\Program Files
>  \LispBox-0.7\practicals-1.0.3\Chapter03\simple-database.fasl
>  NIL
>  CL-USER>

There is no error message in here. It seems to work just fine.


Pascal

-- 
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/
From: ···············@gmail.com
Subject: Re: lispbox 0.7
Date: 
Message-ID: <1192083261.248538.299700@g4g2000hsf.googlegroups.com>
On 10 Ekim, 19:23, Pascal Costanza <····@p-cos.net> wrote:
> ···············@gmail.com wrote:
> > On 10 Ekim, 12:45, Pascal Costanza <····@p-cos.net> wrote:
> >> ···············@gmail.com wrote:
> >>> I started to use Lispbox 0.7 with ACL,
> >>> but I have problems with loading examples from Practical Common Lisp.
> >>> I use the command, for example,
> >>> (oos 'load-op :chapter 3)
> >> What error message do you get?
>
> >> Pascal
>
> >> --
> >> My website:http://p-cos.net
> >> Common Lisp Document Repository:http://cdr.eurolisp.org
> >> Closer to MOP & ContextL:http://common-lisp.net/project/closer/
>
> > The following is at my screen. I should add that I am a newcomer.
>
> >  ; SLIME 2005-04-27
> >  CL-USER> (oos 'load-op :chapter-3)
> >  ; loading system definition from
> >  ; C:\Program Files
> >  \LispBox-0.7\practicals-1.0.3\Chapter03\chapter-3.asd
> >  ; into #<The ASDF813 package>
> >  ; Loading
> >  ;    C:\Program Files
> >  \LispBox-0.7\practicals-1.0.3\Chapter03\chapter-3.asd
> >  ; registering #<SYSTEM CHAPTER-3 @ #x20e1a2f2> as CHAPTER-3
> >  ; loading system definition from
> >  ; C:\Program Files\LispBox-0.7\practicals-1.0.3\Chapter03\simple-
> >  database.asd
> >  ; into #<The ASDF814 package>
> >  ; Loading
> >  ;    C:\Program Files\LispBox-0.7\practicals-1.0.3\Chapter03\simple-
> >  database.asd
> >  ; registering #<SYSTEM SIMPLE-DATABASE @ #x20e5539a> as SIMPLE-
> >  DATABASE
> >  ; Fast loading
> >  ;    C:\Documents and Settings\user\.lispbox\fasl\allegro-8.0-
> >  mswindows-x86\Program Files
> >  \LispBox-0.7\practicals-1.0.3\Chapter03\packages.fasl
> >  ; Fast loading
> >  ;    C:\Documents and Settings\user\.lispbox\fasl\allegro-8.0-
> >  mswindows-x86\Program Files
> >  \LispBox-0.7\practicals-1.0.3\Chapter03\simple-database.fasl
> >  NIL
> >  CL-USER>
>
> There is no error message in here. It seems to work just fine.
>
> Pascal
>
> --
> My website:http://p-cos.net
> Common Lisp Document Repository:http://cdr.eurolisp.org
> Closer to MOP & ContextL:http://common-lisp.net/project/closer/- Al nt y  gizle -
>
> - Al nt y  g�ster -

Thank you. You are right!

I tried to use commands defined in the files and it did not work.
But later I understood that I have to learn more about packages.

Nurhan
From: Edi Weitz
Subject: Re: lispbox 0.7
Date: 
Message-ID: <uve9fz2n4.fsf@agharta.de>
On Wed, 10 Oct 2007 09:14:13 -0000, ···············@gmail.com wrote:

> (oos 'load-op :chapter 3)

I don't have the example code available, but I'm pretty sure this must
be something like

  (oos 'load-op :chapter-3)

or

  (oos 'load-op :chapter3).

Edi.

-- 

Lisp is not dead, it just smells funny.

Real email: (replace (subseq ·········@agharta.de" 5) "edi")