Just as I sent my question I read the answer in a message sent yesterday
by "Bo" Lechnowsky...
Good, I got %redit-archive.r, extracted the files, and tried:
>> do %redit.r
Script: "REBOL native editor" (7-Oct-1999)
** Script Error: compose has no value.
** Where: append bounds compose/deep [
if (var/1) < 0 [(to-set-word var/1) 0
if (var/2) > 0 [
scrolllines: setscroll (var/3) (to-set-word var/2) (var/2) -
scrolllines
if (var/2) < 0 [(to-set-word var/2) 0] (to-set-word var/1)
scrolllines - 1
outputlines gy + 1 maxy - 3 gx maxx maxy
]
]
if (var/3) - (var/4) = (var/1) [
scrolllines: setscroll (var/3) (to-set-word var/1) (var/3) -
scrolllines - (var/4) (to-set-word var/2) (var/2) + scrolllines
outputlines gy + 1 maxy - 3 gx maxx maxy
]
]
what did I do wrong?
I tried to look inside redit.r and compose is in fact not defined...
Am I using a wrong version of Rebol or do I need something else more?
[EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] wrote:
>
> > On 25-Oct-1999/17:48:44-8:00, [EMAIL PROTECTED] wrote:
> > >t wrote:
> > > [...]
> >
> > The "console" being talked about is the platform-independent console
> > code that now exists in the 2.1.90 beta. It is this platform-independent
> > code that allows scripts such as %redit.r to work (REBOL-based editor).
> > [...]
>
> where is this %redit.r ? Is it possible to get a copy?
>
> Thanks
> Antonio