home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / applicat / 6190 < prev    next >
Encoding:
Text File  |  1992-07-25  |  3.7 KB  |  97 lines

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uunet.ca!geac!dmntor!dciem!hugh
  2. From: hugh@dciem.dciem.dnd.ca (Hugh D. Gamble)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Good, cheap text processors
  5. Keywords: word processing, text processing
  6. Message-ID: <6117@dciem.dciem.dnd.ca>
  7. Date: 24 Jul 92 20:55:57 GMT
  8. References: <1992Jul21.222823.21252@trl.oz.au>
  9. Organization: NTT Systems, Inc., Toronto, Canada
  10. Lines: 85
  11.  
  12. In article <1992Jul21.222823.21252@trl.oz.au> soh@tmp_ip_003.trl.OZ.AU (Soh Kam Hung) writes:
  13. >I'm looking for a PD or cheap text processor for my fianc\'ee.  She
  14. >writes stories and would like a package or editor with the following
  15. >basic features:
  16.  
  17. You can't beat the emacs/TeX combination for a lot of things.
  18.  
  19. >1. Automatic word wrap / fill.  (The basic emacs fill isn't sufficient
  20. >though.  See below.) 
  21.  
  22. Sure it is, see below. :-)
  23.  
  24. >2. Multiple line spacing on screen and in print.
  25.  
  26. Does PasTeX have a good previewer?  You could probably use the one
  27. from the Demo version of amigaTeX.
  28.  
  29. >5. Mouse support for marking, blocking, cut, copy and paste.
  30.  
  31. emacs may not be the best at that, but it's there.
  32.  
  33. >7. Multitasks properly and uses ARexx (what else for an Amiga?).
  34.  
  35. emacs.
  36.  
  37. >8. Some documentation on the output format so that I can automatically
  38. >translate files to [La]TeX.
  39.  
  40. There is a "front end" wp for TeX that works with PasTeX, I've seen
  41. posts about, and it's on one of the latest fish disks.  emacs in LaTeX
  42. mode is just fine for me.  You might want to customize some of the
  43. functions to work with PasTeX, likely using AREXX.
  44.  
  45. >At the moment, I use emacs 18.58 (Amiga port 1.24), but it doesn't
  46.  
  47. 1.25 is around, and 1.26 is in beta test.  There's some nice, user
  48. friendly Workbench support. Drop your doc on the emacs icon, and away
  49. you go.
  50.  
  51. >automatically fill / wrap a line if the cursor is not on the rightmost
  52. >column, or if characters in a paragraph are deleted.  I've mapped a
  53. >function key to perform a fill-paragraph operation, but my fianc\'ee
  54. >doesn't like using this option too often.  Also, emacs doesn't display
  55.  
  56. You want M-x auto-fill-mode.  If you want it by default, set it in the
  57. text mode hook in your emacs startup file and it will automatically
  58. be active when you're in text mode, latex mode, etc.
  59. From my startup file:
  60.  
  61. (setq default-major-mode 'text-mode)
  62. (setq text-mode-hook 'turn-on-auto-fill)
  63.  
  64. Which, by the way is cut and pasted right out of the emacs.info
  65. hypertext help file (C-h i).  I don't actually know anything about
  66. emacs except how to find everything in the online help functions and
  67. info browser. :-)
  68.  
  69. >multiple spacing, and mouse and Amiga ANSI console support is minimal.
  70.  
  71. Multiple spacing is probably doable, but why not just assign a
  72. function key to texify the buffer and put up a preview screen with the
  73. output?  Then you get exect WYSIWYG at the push of a button, but not in
  74. the file you're editing where it can get in the way IMO.
  75.  
  76. >Soh, Kam Hung, Network Management Research,     |  h.soh@trl.oz.au  
  77. >TRL, POB 249 Clayton, Victoria 3168, Australia  |  +61 3 253 6638
  78.  
  79. I think you're on the right track with gnuemacs and TeX, but
  80. there are lots of inexpensive WYSIWYG wp/dtp packages for the Amiga
  81. that may be easier to use, and fine for simple things. If you settle
  82. on something else for your wife, don't give up on emacs for you. ;-)
  83.  
  84. P.S. Add ispell to you emacs setup, there's even an interactive spell check
  85. as you type and auto word completion capability.
  86.  
  87. And the emacs newsreader, mail reader, directory utility, tetris,
  88. psychoanalyze-pinhead ...
  89.  
  90.  
  91.  
  92.  
  93. -- 
  94. # Hugh D. Gamble, NTT Systems Inc. (at DCIEM (416) 635-2156) Std. Disclaimers #
  95. # hugh@dciem.dciem.dnd.ca, hugh@kink.UUCP                                    #
  96. # ** Neural net; holds your mind hour after hour. **                          #
  97.