I downloaded TCl 8.69 and have been playing with it.
They give you TCL example files to run. One interesting
file was about 1.5 meg. When I ran it, it would always
ask for msg 1.6 (whatever that is) so I tried to edit the
file to remove the part that made the error. The Freedos
editor said it was too big so I used wordperfect to do it,
which had zero problems doing it. Still got the message
with that part removed. Tried TCL 8.5 also; its examples
run wiithout the error but 8.5 doesn't have any of the TK
commands like buttons.

cheers
DS


On Tue, 12 Nov 2019 13:26:09 -0500 dmccunney <[email protected]>
writes:
> On Tue, Nov 12, 2019 at 11:40 AM Dale E Sterner <[email protected]> 
> wrote:
> 
> > The edit command has limits  on size; had to use Wordperfect on 
> one file.
> > In 2015 Dennis talked about using vedit but can't find a dos 
> version.
> > In the new world large files are common.
> 
> Large files are common.  Large *text* files are not.
> 
> DOS editors from back when typically had a 64K size limit on the 
> size
> of a text file you could edit.  (IIRC, Win3X versions of Windows
> Notepad shared that limit.)  This was related to Intel segmented
> architecture.  On the 8088 CPU used in the early PCs, a segment was
> 64K.  Text editors held the file you were editing in a segment,
> assuming it was 64K or less in size.  Handling larger files required
> more complicated code to cross segment boundaries.  Most folks 
> editing
> plain text files were unlikely to deal with one larger than 64K, and
> most text editors saw no need to handle larger text files.
> 
> Just how big a file are you likely to need to edit?  What sort of 
> file
> is it, and why is it bigger than 64K?  And for that matter, do you
> need to *edit* it, or just *view* the contents?  If you just need to
> view a large file, you can look at something like the late Vern
> Buerg's LIST, or Mark Nudelman's LESS command, which originated in
> Unix and has a DOS port in the FreeDOS repository.  Both should 
> handle
> large files.
> 
> Vedit was noted for being able to edit enormous files.  The was at 
> one
> point a DOS version, but I have no idea where it might be found now,
> and you are extremely unlikely to need it.  (If you *do*, you are
> arguably doing it wrong.)
> 
> As Eric Auer commented, Setedit should edit large files.  So should
> TDE.  Both implemented cross segment addressing.
> 
> > cheers
> > DS
> ______
> Dennis
> 
> 
> _______________________________________________
> Freedos-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freedos-user
> 


******************************************************>>>>
>From Dale Sterner - MS organic chemistry
http://pubs.acs.org/doi/abs/10.1021/jo00975a052
*******************************************************>>>>

____________________________________________________________
$80K In Debt To 2.5 Million Trading Stocks
ragingbull.com
http://thirdpartyoffers.juno.com/TGL3141/5dcb0e598dab2e5957d5st01duc


_______________________________________________
Freedos-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to