Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread Alejandro Muñoz Fonttz
Hi
also you can use NDN Editor, because this component of the navigator is very
powerful and with (i think) the only limit of the host system RAM. I have
used it for almost 3 years and have proved to be very dependable, also the
navigator comes with a built in Viewer, for fast access to file content. Try
them!

On Tue, Oct 7, 2008 at 5:01 AM, Eric Auer [EMAIL PROTECTED] wrote:


 Hi!

  No, I skim them, checking for the final results of each of the tests.
  The size comes from logging the details of each test.  That way if there
  is a failure, I already have the details at hand.

  I just use macros in the editor to search the file for the lines
  corresponding to each test result, rather than grep'ing them out
  externally.

I've got sustem burnin logs that run about 2MB each, too.

 You could try PG or LESS for that. In particular less has a
 very flexible search function and there should be DJGPP ports
 of LESS so you can use it in DOS with very big files :-).

 LESS Examples:

 /warn|error.*

 searches for warn or error and highlights the word warn
 and everything from the word error to the end of the line

 / repeats the previous search ? repeats the search backwards
 g and G jump to the beginning or end of the file, q exits.

 Eric



 -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user




-- 
Alejandro J. Muñoz Fonttz
   Ingeniero Civil
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread David C. Kerber
Do you have any links to these?

D


 -Original Message-
 From: Eric Auer [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 07, 2008 5:01 AM
 To: freedos-user@lists.sourceforge.net
 Subject: Re: [Freedos-user] Looking for a word processor...


 Hi!

  No, I skim them, checking for the final results of each of
 the tests.
  The size comes from logging the details of each test.  That way if
  there is a failure, I already have the details at hand.

  I just use macros in the editor to search the file for the lines
  corresponding to each test result, rather than grep'ing them out
  externally.

I've got sustem burnin logs that run about 2MB each, too.

 You could try PG or LESS for that. In particular less has a
 very flexible search function and there should be DJGPP ports
 of LESS so you can use it in DOS with very big files :-).

 LESS Examples:

 /warn|error.*

 searches for warn or error and highlights the word warn and
 everything from the word error to the end of the line

 / repeats the previous search ? repeats the search backwards
 g and G jump to the beginning or end of the file, q exits.

 Eric



 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move
 Developer's challenge Build the coolest Linux based
 applications with Moblin SDK  win great prizes Grand prize
 is a trip for two to an Open Source event anywhere in the
 world http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread Robert Riebisch
David C. Kerber wrote:

 Do you have any links to these?

Less 418 for DJGPP is available from
ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/lss418b.zip.

Next time please use Google before asking! :-)

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread David C. Kerber
I normally do, but less didn't seem very promising as search term for 
narrowing down the results to a reasonable size GGG.

Thanks!
D


 -Original Message-
 From: Robert Riebisch [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 07, 2008 9:26 AM
 To: freedos-user@lists.sourceforge.net
 Subject: Re: [Freedos-user] Looking for a word processor...

 David C. Kerber wrote:

  Do you have any links to these?

 Less 418 for DJGPP is available from
 ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/lss418b.zip.

 Next time please use Google before asking! :-)

 Robert Riebisch
 --
 BTTR Software
 http://www.bttr-software.de/

 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move
 Developer's challenge Build the coolest Linux based
 applications with Moblin SDK  win great prizes Grand prize
 is a trip for two to an Open Source event anywhere in the
 world http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread Eric Auer

Hi!

 No, I skim them, checking for the final results of each of the tests.
 The size comes from logging the details of each test.  That way if there
 is a failure, I already have the details at hand.

 I just use macros in the editor to search the file for the lines
 corresponding to each test result, rather than grep'ing them out
 externally.

   I've got sustem burnin logs that run about 2MB each, too.

You could try PG or LESS for that. In particular less has a
very flexible search function and there should be DJGPP ports
of LESS so you can use it in DOS with very big files :-).

LESS Examples:

/warn|error.*

searches for warn or error and highlights the word warn
and everything from the word error to the end of the line

/ repeats the previous search ? repeats the search backwards
g and G jump to the beginning or end of the file, q exits.

Eric



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread Robert Riebisch
David C. Kerber wrote:

 I normally do, but less didn't seem very promising as search term
 for narrowing down the results to a reasonable size GGG.

Really? :-P http://www.google.com/search?q=less+djgpp

Robert Riebisch
P.S. Please don't top-post!
-- 
BTTR Software
http://www.bttr-software.de/

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread David C. Kerber


 -Original Message-
 From: Robert Riebisch [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 07, 2008 10:27 AM
 To: freedos-user@lists.sourceforge.net
 Subject: Re: [Freedos-user] Looking for a word processor...

 David C. Kerber wrote:

  I normally do, but less didn't seem very promising as search term
  for narrowing down the results to a reasonable size GGG.

 Really? :-P http://www.google.com/search?q=less+djgpp

Yes, but you cheated: you added djgpp to the search.  :-D
That certainly wouldn't have been my first try, since I had never heard of 
either of those terms in this context before.




 Robert Riebisch
 P.S. Please don't top-post!

IMHO, sometimes top-posting works better in a given context, and sometimes not; 
you need to be flexible!

D

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread Eric Auer

Hi!

  You could try PG or LESS for that. In particular less has a
  very flexible search function and there should be DJGPP ports
  of LESS so you can use it in DOS with very big files :-).
 
  LESS Examples:
 
  /warn|error.*
  / repeats the previous search ? repeats the search backwards
  g and G jump to the beginning or end of the file, q exits.

Here is the way to find PG:
http://www.freedos.org/freedos/software/
http://www.freedos.org/cgi-bin/lsm.cgi?mode=dirdir=util
http://www.freedos.org/cgi-bin/lsm.cgi?mode=lsmlsm=util/pg.lsm
http://johnson.tmfc.net/dos/pg.html
http://johnson.tmfc.net/dos/file/pg116.zip (supports Chinese??)


Googling for djgpp less returns:
http://groups.google.com/group/comp.os.msdos.djgpp/browse_thread/thread/e0902fd9114e28bb
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lss418b.zip (binary)
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/lss418s.zip (source)

I think lss418b.zip is a pathetic filename, web servers
should NOT use 8.3 if you ask me! You can always select
some 8.3 file name like less4bin.zip at the moment when
you download the file... Compilation provided by RR :-)

Eric ;-)



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread Robert Riebisch
David C. Kerber wrote:

  Really? :-P http://www.google.com/search?q=less+djgpp
 
 Yes, but you cheated: you added djgpp to the search.  :-D

Kobayashi Maru ;-)

 IMHO, sometimes top-posting works better in a given context, and sometimes 
 not; you need to be flexible!

I am flexible. It was just an advice!

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-07 Thread Robert Riebisch
Eric Auer wrote:

 I think lss418b.zip is a pathetic filename, web servers
 should NOT use 8.3 if you ask me!

But I didn't ask you! :-P

   You can always select
 some 8.3 file name like less4bin.zip at the moment when
 you download the file...

For hundreds of files? You must be kidding! :-)

 Compilation provided by RR :-)

Oh, that's me! ;-)

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-06 Thread Skyler Orlando
I've had a couple ebooks that were in the multiple megabyte range. Plain
text. ;)

And no, I don't think I'll actually be writing megabytes of plain text, but
I have written more than 64 kb. I had to split it up into individual files.

I downloaded one or two of the suggested programs and I'll try them out and
see what works. Thanks for the suggestions guys.


On Sun, Oct 5, 2008 at 8:16 PM, David C. Kerber 
[EMAIL PROTECTED] wrote:

 I've got sustem burnin logs that run about 2MB each, too.

 D


  -Original Message-
  From: Eric Auer [mailto:[EMAIL PROTECTED]
  Sent: Saturday, October 04, 2008 4:42 PM
  To: freedos-user@lists.sourceforge.net
  Subject: Re: [Freedos-user] Looking for a word processor...
 
 
  Hi Robert,
 
...like Edit, but with word wrap. And, a substantially
  higher size
limit, if any. (multiple MB)
  
   I've never seen anyone writing multiple Mbytes of *plain text*!
 
  Well for example RBIL (intlist / ralf brown's interrupt list)
  is several MB, but you only want to view it, not edit it. PG
  can do that...  On the other hand, even quite normal C or ASM
  source code files can be up to a few 100 kB and FreeDOS EDIT
  can only do a bit less than 64 kilobytes per file...
 
   www-personal.umich.edu/~knassen/aurora.htmlhttp://www-personal.umich.edu/%7Eknassen/aurora.htmlis
very powerful.
 
  Eric :-)
 
 
 
  --
  ---
  This SF.Net email is sponsored by the Moblin Your Move
  Developer's challenge Build the coolest Linux based
  applications with Moblin SDK  win great prizes Grand prize
  is a trip for two to an Open Source event anywhere in the
  world http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  Freedos-user mailing list
  Freedos-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freedos-user
 

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user




-- 
Those who do not become dishonest or hostile are the most difficult to
debate. Addressing others in a respectful and considerate manner conveys
favorable impressions of their belief system. Providing rational answers to
questions creates positive image of the person and their beliefs. Thank
goodness there are very few such members and they are greatly outnumbered by
those who are irrational, rabid, intolerant, and disrespectful. - An
atheist
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-06 Thread Robert Riebisch
David C. Kerber wrote:

 I've got sustem burnin logs that run about 2MB each, too.

Do you really read those line by line? Usually logs will be feed to some
kind of grep utility.

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-06 Thread David C. Kerber
No, I skim them, checking for the final results of each of the tests.  The size 
comes from logging the details of each test.  That way if there is a failure, I 
already have the details at hand.

I just use macros in the editor to search the file for the lines corresponding 
to each test result, rather than grep'ing them out externally.


 -Original Message-
 From: Robert Riebisch [mailto:[EMAIL PROTECTED]
 Sent: Monday, October 06, 2008 4:15 PM
 To: freedos-user@lists.sourceforge.net
 Subject: Re: [Freedos-user] Looking for a word processor...

 David C. Kerber wrote:

  I've got sustem burnin logs that run about 2MB each, too.

 Do you really read those line by line? Usually logs will be
 feed to some kind of grep utility.

 Robert Riebisch
 --
 BTTR Software
 http://www.bttr-software.de/

 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move
 Developer's challenge Build the coolest Linux based
 applications with Moblin SDK  win great prizes Grand prize
 is a trip for two to an Open Source event anywhere in the
 world http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-05 Thread David C. Kerber
I've got sustem burnin logs that run about 2MB each, too.

D


 -Original Message-
 From: Eric Auer [mailto:[EMAIL PROTECTED]
 Sent: Saturday, October 04, 2008 4:42 PM
 To: freedos-user@lists.sourceforge.net
 Subject: Re: [Freedos-user] Looking for a word processor...


 Hi Robert,

   ...like Edit, but with word wrap. And, a substantially
 higher size
   limit, if any. (multiple MB)
 
  I've never seen anyone writing multiple Mbytes of *plain text*!

 Well for example RBIL (intlist / ralf brown's interrupt list)
 is several MB, but you only want to view it, not edit it. PG
 can do that...  On the other hand, even quite normal C or ASM
 source code files can be up to a few 100 kB and FreeDOS EDIT
 can only do a bit less than 64 kilobytes per file...

  www-personal.umich.edu/~knassen/aurora.html is very powerful.

 Eric :-)



 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move
 Developer's challenge Build the coolest Linux based
 applications with Moblin SDK  win great prizes Grand prize
 is a trip for two to an Open Source event anywhere in the
 world http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-04 Thread Robert Riebisch
Skyler Orlando wrote:

 ...like Edit, but with word wrap. And, a substantially higher size
 limit, if any. (multiple MB)

I've never seen anyone writing multiple Mbytes of *plain text*! Are you
really sure, that this is what you want? Maybe other tools would fit
much better.

 Does anyone know of one? Preferably menu-oriented, not like Vi.

http://www-personal.umich.edu/~knassen/aurora.html is very powerful.

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-04 Thread Eric Auer

Hi Robert,

  ...like Edit, but with word wrap. And, a substantially higher size
  limit, if any. (multiple MB)

 I've never seen anyone writing multiple Mbytes of *plain text*!

Well for example RBIL (intlist / ralf brown's interrupt list)
is several MB, but you only want to view it, not edit it. PG
can do that...  On the other hand, even quite normal C or ASM
source code files can be up to a few 100 kB and FreeDOS EDIT
can only do a bit less than 64 kilobytes per file...

 www-personal.umich.edu/~knassen/aurora.html is very powerful.

Eric :-)



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-03 Thread Travis Siegel

On Sep 30, 2008, at 4:23 PM, Skyler Orlando wrote:

 ...like Edit, but with word wrap. And, a substantially higher size  
 limit, if any. (multiple MB)

 Does anyone know of one? Preferably menu-oriented, not like Vi.

I use one called qedit, (now called tse junior) and last I checked, it  
was still registerable, and it can be found at http://www.semware.com/
There is a pro version of the tse program, though I use the jr  
version, and it works just fine.
Hope this helps.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-03 Thread Alain M.

Travis Siegel escreveu:
 
 I use one called qedit, (now called tse junior) and last I checked, it  
 was still registerable, and it can be found at http://www.semware.com/
 There is a pro version of the tse program, though I use the jr  
 version, and it works just fine.
 Hope this helps.

It is not free at all: just 1) evaluation, 2) non-comercial, 3) 30 days

But there is one very very good, and quite similar: SETEDIT

Alain


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-01 Thread iw2evk

I suggest you e word processor from Tury:

http://www.webalice.it/turylicciardi/prog/editor/editury322.zip

Large file managing, output also in htm and rtf, more feathures.

older releases at :

http://www.webalice.it/turylicciardi/editor.htm

mail of developper :

mailto:turylicciardi-at-tiscalinet.it



Skyler Orlando wrote:
 
 ...like Edit, but with word wrap. And, a substantially higher size limit,
 if
 any. (multiple MB)
 
 Does anyone know of one? Preferably menu-oriented, not like Vi.
 
 Thanks,
 Skyler
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 

-- 
View this message in context: 
http://www.nabble.com/Looking-for-a-word-processor...-tp19750719p19754990.html
Sent from the FreeDOS - User mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-01 Thread Mateusz Viste
On Tuesday 30 September 2008 23:23, Skyler Orlando wrote:
 Does anyone know of one? Preferably menu-oriented, not like Vi.

Personally, I'm using EDIT from Windows 98SE. It's very user-friendly, and 
allows to edit big files (up to 5-8 MB as far as I remember). Obviously, it's 
not open-source, or even freeware. On the other hand, there's an open project - 
MS-EDIT ( http://mateusz.viste.free.fr/dos/en/download.php?plik=msedit ). It's 
far from being finished, but anyone could improve it. The project hasn't been 
updated for a long time (few months), but it's not dead. His author hasn't any 
free time just now, but it will be continued in the future.

Regards,
Mateusz Viste
-- 
You'll find my public OpenPGP key at http://mateusz.viste.free.fr/pub_key


signature.asc
Description: This is a digitally signed message part.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-10-01 Thread Eric Auer

Hi!

  ...like Edit, but with word wrap. And, a substantially
  higher size limit, if any. (multiple MB)

Among the things mentioned on

http://short.stop.home.att.net/freesoft/txtedit1.htm

I would suggest SETEDIT and TDE:

http://setedit.sourceforge.net/

http://www.geocities.com/jadoxa/tde/

You can also look at www.freedos.org - software - editors :-)

Eric



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-09-30 Thread Larry
I used to use PCWrite. It gives a very full range of text editing and 
formatting features and runs in DOS.

Check out for the pcw... files.
http://garbo.uwasa.fi/pc/txtutil.html

--- On Tue, 9/30/08, Skyler Orlando [EMAIL PROTECTED] wrote:

 From: Skyler Orlando [EMAIL PROTECTED]
 Subject: [Freedos-user] Looking for a word processor...
 To: freedos-user@lists.sourceforge.net
 Date: Tuesday, September 30, 2008, 3:23 PM
 ...like Edit, but with word wrap. And, a substantially
 higher size limit, if
 any. (multiple MB)
 
 Does anyone know of one? Preferably menu-oriented, not like
 Vi.
 
 Thanks,
 Skyler
 -
 This SF.Net email is sponsored by the Moblin Your Move
 Developer's challenge
 Build the coolest Linux based applications with Moblin SDK
  win great prizes
 Grand prize is a trip for two to an Open Source event
 anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


  


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-09-30 Thread Chris Schumann
IIRC, you can download Microsoft Word 3 for DOS for free.

On Tue, Sep 30, 2008 at 4:23 PM, Skyler Orlando
[EMAIL PROTECTED] wrote:
 ...like Edit, but with word wrap. And, a substantially higher size limit, if
 any. (multiple MB)

 Does anyone know of one? Preferably menu-oriented, not like Vi.

 Thanks,
 Skyler

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-09-30 Thread Chris Schumann
Found it. But it's version 5.5, actually, and it has been updated for Y2K.

http://download.microsoft.com/download/word97win/Wd55_be/97/WIN98/EN-US/Wd55_ben.exe

On Tue, Sep 30, 2008 at 4:33 PM, Chris Schumann
[EMAIL PROTECTED] wrote:
 IIRC, you can download Microsoft Word 3 for DOS for free.

 On Tue, Sep 30, 2008 at 4:23 PM, Skyler Orlando
 [EMAIL PROTECTED] wrote:
 ...like Edit, but with word wrap. And, a substantially higher size limit, if
 any. (multiple MB)

 Does anyone know of one? Preferably menu-oriented, not like Vi.

 Thanks,
 Skyler

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-09-30 Thread Wolfram Sang
Hi Skyler,

Skyler Orlando wrote:
 ...like Edit, but with word wrap. And, a substantially higher size 
 limit, if any. (multiple MB)

I found this site to be good for finding free DOS software in general:

http://short.stop.home.att.net/freesoft/index.htm

When coding I used to use ME-Lite:
(http://short.stop.home.att.net/freesoft/txtedit1.htm#multiedit)

For word processing I used VDE:
http://short.stop.home.att.net/freesoft/txtedit1.htm#vde

I think you'll find something apropriate there :)

Best wishes,

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user