Serial Ascii Editor
  Home FAQ Contact Sign in
comp.lang.forth only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.forth Profile…
 Up
Serial Ascii Editor         


Author: Thomas D. Dean
Date: Sep 3, 2008 11:27

I have figForth in an embedded system.

I am looking for a serial line screen editor with ascii control
sequences for an embedded forth system.

These existed for the VAX, PDP-11 and LSI-11. However, I cannot find
the source.

Any ideas?

tomdean
6 Comments
Re: Serial Ascii Editor         


Author: cac
Date: Sep 4, 2008 21:59

Thomas D. Dean wrote:
> I have figForth in an embedded system.
>
> I am looking for a serial line screen editor with ascii control
> sequences for an embedded forth system.
>
> These existed for the VAX, PDP-11 and LSI-11. However, I cannot find
> the source.
>
> Any ideas?
>
> tomdean

Wow. TECO. Are you thinking of TECO? I hvaen't used TECO since the late
70's.

Quick googling shows a port to modern OS's at http://almy.us/teco.html

Wikipedia has a page, with a bunch of links.
Show full article (0.96Kb)
no comments
Re: Serial Ascii Editor         


Author: Roger Ivie
Date: Sep 4, 2008 23:30

On 2008-09-03, Thomas D. Dean speakeasy.org> wrote:
> I have figForth in an embedded system.
>
> I am looking for a serial line screen editor with ascii control
> sequences for an embedded forth system.

Not sure what you have in mind by "screen editor", but I recently
created a simplified clone of the CP/M ED editor in C. Took all of about
two weeks. This was for vxWorks and I can't share the source. But
recreating something like ED from scratch is likely to be less work than
you think it is; ED is really simple.

You might try RED; sounds like it might be up your alley. I haven't used
it (and the editor I thought I would find when googling for RED was
something else entirely). It's written in STOIC.

http://en.wikipedia.org/wiki/Red_(text_editor)

The RED I was looking for was printed as source code in one of the
computer magazines in the early '80s. A friend of mine typed it in and
used it for quite a while. I forget what language it was written in.
Show full article (1.15Kb)
no comments
Re: Serial Ascii Editor         


Author: cac
Date: Sep 5, 2008 18:57

cac wrote:
> Thomas D. Dean wrote:
>> I have figForth in an embedded system.
>>
>> I am looking for a serial line screen editor with ascii control
>> sequences for an embedded forth system.
>>
>> These existed for the VAX, PDP-11 and LSI-11. However, I cannot find
>> the source.
>>
>> Any ideas?
>>
>> tomdean
>

Some stuff I wrote about TECO deleted.

I now realize that my brain elided the word "screen" when I read the
original message. So, to correct myself, TECO is not a screen editor, it
is a line editor. Sorry for any confusion I may have caused. Please
return to your regularly scheduled Forth discussion.
Show full article (0.96Kb)
no comments
Re: Serial Ascii Editor         


Author: Roger Ivie
Date: Sep 5, 2008 20:58

On 2008-09-06, cac inbox.com> wrote:
> I don't remember a screen editor for RT-11

RT-11 had KED and K52. KED was kind of a limited EDT (change mode only,
essentially) for the VT-100. K52 was a VT-52 version of KED.

TECO had some limited screen abilities. Macro collections to pretty them
up were pretty popular. One such was VTEDIT.
--
roger ivie
rivie@ridgenet.net
no comments
Re: Serial Ascii Editor         


Author: Thomas D. Dean
Date: Sep 7, 2008 15:25

Thanks for the reply.

The editor I was looking for was written in forth for editing screens.
It was written at Stanford in the early 1980's.

The editor allowed editing figForth screens, maintaining screen
boundaries and allowing lines to be pushed to the next screen when a
line was inserted. You had to remember to go to the next screen and
delete the
--> line!

tomdean
no comments
Re: Serial Ascii Editor         


Author: Jerry Avins
Date: Sep 10, 2008 13:10

Thomas D. Dean wrote:
> I have figForth in an embedded system.
>
> I am looking for a serial line screen editor with ascii control
> sequences for an embedded forth system.
>
> These existed for the VAX, PDP-11 and LSI-11. However, I cannot find
> the source.

I wrote on that I used with POLYforth. I can't be sure that the disks
can still be read, and I'd have to hook up a 5-1/4 inch drive to find
out. Are you desperate?

Jerry
--
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
no comments