home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / fmtr.patch / MODS < prev   
Encoding:
Text File  |  1986-11-30  |  1.4 KB  |  37 lines

  1. The patches to Fmtr achieve the following:
  2.  
  3. (1)  The few mm macros that switch to nofill mode are now
  4.      recognized.  I am not an mm user, but from the manual
  5.      this should work.
  6.  
  7. (2)  For both mm and me display macros, Fmtr will now look
  8.      to see if the display is in filled mode, as with:
  9.      .(l F   (me)
  10.      and
  11.      .DS F   (mm)
  12.  
  13. (3)  All material between preprocessor statements (e. g.
  14.      between .TS and .TE) is in nofill mode, as is all
  15.      material within displays that are nofill.  Requests
  16.      that return to fill mode are ignored if they occur
  17.      within a display or preprocessor material.
  18.  
  19. (4)  A -b flag has been added to begin each sentence on a
  20.      new line, as recommended by some books.  I feel that
  21.      this defeats the whole idea of having neatly formatted
  22.      text to edit, but then editing is a very personal
  23.      matter.
  24.  
  25.      As noted at the end of the manual page, the emphasis
  26. has been on making sure that text should not be accidentally
  27. filled.  When in doubt, Fmtr leaves the text as it found it.
  28. The real formatter will make the correct decisions at formatting
  29. time.
  30.  
  31.      Remember also that Fmtr is not a roff emulator.  It
  32. knows nothing about environments, or indeed about the inner
  33. workings of the macros that it recognizes.  If you have
  34. large amounts of unfilled text in sophisticated macros of
  35. your own, carefully examine the output of Fmtr before
  36. discarding the original.
  37.