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