home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / gendoc / easywrtr < prev    next >
Encoding:
Internet Message Format  |  1983-09-09  |  2.7 KB

  1. Date: 8 Jun 82 20:37:53-EDT (Tue)
  2. From: decvax!harpo!presby!aron at Berkeley
  3. To:   info-micro at mit-ai
  4. Re:   Perfect Writer
  5. Article-I.D.: presby.168
  6. Via:  news.usenet; 8 Jun 82 20:11-PDT
  7.  
  8. A while ago I posted a request to get more info on Perfect Writer, a
  9. new word processor for CP/M micros.  I recieved the following replies.
  10. The first may seem overly biased, but the substance of his message
  11. seems to be confirmed by a review in this weeks Infoworld. (the sender
  12. requests anonymity to avoid a deluge of mail)
  13.  
  14. I.
  15.      I am the chief programmer for the Perfect Writer system.  I think
  16. that it's absolutely fabulous. The editor is like (MIT) EMACS and the
  17. formatter i like (CMU) SCRIBE. There are extensions and limitations,
  18. most of which have to do with the fact that the system is meant to be
  19. run on a dink machine (CP/M and 56K). There is a menu system for
  20. beginners which can be disabled when you get 'expert'. there is a help
  21. system. There is a facility for rebinding the commands to any keys you
  22. want WITHOUT ANY PROGRAMMING or patching. support is for terminals
  23. ranging in size from 9x51 to 60x132. printers supported include most
  24. popular daisy wheel models, and nearly any plain printer. the
  25. formatter allows true proportional spacing without patching the
  26. printer drivers with code you have to write (a la W*).
  27.  
  28.     Perfect Speller is integrated with PW, allowing in-context spelling
  29. checking and correction. PS has a 20,000 word dictionary and strips
  30. one prefix and two suffixes (if applicable) thereby extending it's
  31. usable vocabulary. both the affix table and the dictionary are user
  32. modifiable. the dictionary itself is stored as a hash table thereby
  33. reducing it's size and increasing the speed of the checker.
  34.  
  35.     PW compares favorably with W* in speed and PS is as fast as SpellGuard.
  36.  
  37. II.
  38.  
  39. >From houxs!hansen Mon May 17 17:12:39 1982 remote from harpo
  40.  
  41. I saw Perfect Writer demonstrated at a recent micro show. It is an
  42. Emacs clone, with a documentation preparation language (very!) similar
  43. to Scribe and a built-in spelling program, written by a couple of
  44. people who went to (where else?) MIT. It's price is around $200-300,
  45. with an extra $130-200 for the spelling system, depending on who you
  46. buy it from.
  47.  
  48. It is supposed to work on any CP/M based system. It allows editing of
  49. multiple files/buffers with one or two windows and has its own virtual
  50. memory system built in. It is no very modifiable; you can buy the
  51. source for parts of the system (it's written in C), and modify that,
  52. but that's as close as you get to writing your own commands. I think
  53. it requires 48k, but I'm not sure.
  54.  
  55. Overall it looked like a fairly good system for a micro, it you can
  56. stand Emacs and Scribe (no flames, please, I use them both) and have
  57. the memory to support it.
  58.