home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / softsys / andrew / 1069 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.0 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: "tm" template doesn't set fixed 8-character tab ruler
  5. Message-ID: <13654@auspex-gw.auspex.com>
  6. Date: 22 Jul 92 04:00:46 GMT
  7. Sender: news@auspex-gw.auspex.com
  8. Organization: Auspex Systems, Santa Clara
  9. Lines: 19
  10. Nntp-Posting-Host: bootme.auspex.com
  11.  
  12. "tm" gives really odd tabs.  The reason appears to be that its style
  13. template file doesn't set the "TabsCharacters" flag, which appears to
  14. make tab stops every N positions, rather than a variable tab ruler - is
  15. the New World Order of ATK tabs documented anywhere?
  16.  
  17. In any case, here's a patch to "contrib/tm/tm.tpl":
  18.  
  19. *** tm.tpl.dist    Thu Jan 23 12:18:47 1992
  20. --- tm.tpl    Tue Jul 21 20:57:29 1992
  21. ***************
  22. *** 12,17 ****
  23. --- 12,18 ----
  24.   attr:[Justification LeftJustified Point 0]
  25.   attr:[LeftMargin LeftEdge Int 16]
  26.   attr:[Indent LeftMargin Int -16]
  27. + attr:[Flags TabsCharacters Int Set]
  28.   attr:[Flags ContinueIndent Int Set]
  29.   attr:[FontFace FixedFace Int Set]
  30.   attr:[FontFamily AndyType Int 0]}
  31.