Re: Where is term.l loaded?

2012-10-28 Thread Alexander Burger
Hi Thorsten,

> >> where term.l is loaded - where does this happen?
> > ...
> I see, its not an essential part of the system. Thanks. 

Exactly. The line editor was kept simple (and in vi-mode) to avoid
making the system terminal-dependent.

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Where is term.l loaded?

2012-10-28 Thread Thorsten Jolitz
Alexander Burger  writes:

Hi Alex,

>> relevant files in the picolisp directory but did not find the place
>> where term.l is loaded - where does this happen?
>
> Usually not (because it is normally not needed). Just call
> (load "lib/term.l") if necessary.
>
> Examples are "rcsim/main.l" or "games/mine.l".

I see, its not an essential part of the system. Thanks. 

-- 
cheers,
Thorsten

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Where is term.l loaded?

2012-10-28 Thread Alexander Burger
Hi Thorsten,

> relevant files in the picolisp directory but did not find the place
> where term.l is loaded - where does this happen?

Usually not (because it is normally not needed). Just call
(load "lib/term.l") if necessary.

Examples are "rcsim/main.l" or "games/mine.l".

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Where is term.l loaded?

2012-10-28 Thread Thorsten Jolitz

Hi List, 

I hope I did not overlook the obvious, but I (think I) searched all
relevant files in the picolisp directory but did not find the place
where term.l is loaded - where does this happen?

-- 
cheers,
Thorsten


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe