PLEX86  x86- Virtual Machine (VM) Program
 CVS  |  Mailing List  |  Download  |  Newsgroups

The very first text editor 3650


Your Ad Here

Your Ad Here

oh, I didn't think I could leave the room. :-)

I think it's downright stupid if you want to do anything useful.

I was trying to remember my first TECO lesson. Other than the OS specifics of file specifications...I'll try to list the least number of commands you need to do an editing job with no fancy schmancy editing tricks.

The very first text editor 3653
Since I have been, at different times, a developer (of code), an author (of text), and an editor both of code and of text...

D-delete next character K-kill all characters from pointer to end of line S-search for string within buffer page; don't advance to past FF N-search for string and advance past FFs T-type text from pointer to end of line.

All commands can be preceded by a + or - sign and a number. Default is +1.

Thus if the pointer was in the middle of a line, a 0TT would print from the beginning of the line to the end of the line. A -5TT would print the from 5 LFs back to end of the line my pointer is in.

All of the above commands D, S, N, T, K can take the same sign and numeric arguments.

Now, the rules would have been slightly different if you used a video TECO. It didn't honor the page differences. In olden times, the code would read in a full page, formfeed to formfeed, so that a S search wouldn't go on to the next page. This was nice when computing services were slow and you were editing huge files.

And, you know what? It's much easier to show you how it works that write it.

The very first text editor 3651
Reread what I wrote within the context of a person who is editing professional (as in key puncher or secretary). If I had to...

BAH

The very first text editor 3652
This might be a fairly significant point .... Many of us (well, true of me anyway) are probably speaking from the...



Your Ad Here

List | Previous | Next

The very first text editor 3651

Alt Folklore Computers from Newsgroups

The #1 Usenet Provider on the Internet

The very first text editor 3649