Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ATHENA.MIT.EDU!wdc From: wdc@ATHENA.MIT.EDU (Bill Cattey) Newsgroups: comp.soft-sys.andrew Subject: Re: Tabs Message-ID: Date: 27 Jul 90 22:56:31 GMT References: <0ag_5voB0KK7MImrU_@osprey.parc.xerox.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 Excerpts from mail: 27-Jul-90 Re: Tabs David Nichols@parc.xerox (443) > One feature I would really like from Tabs is that they can be made to > emulate Unix tabs easily. When I read mail with messages, I run across > messages that have tables formatting for fixed with fonts. So I use the > "This Message,Fixed Width" menu item to see it fixed width, only to > discover that the tabs still don't work right. I'm not sure where the > fix goes, but the Fixed Width menu item is a lot less useful to me in > this mode. > David I'll bet I know why the tabs fail for typewriter font: The textview object currently sets the tab width to 8 pixels. The width of a character in andytype10 must be wider than 8 pixels. Or it could be bugs in the tabbing code of drawtextv. I think this problem can be repaired by incorporating the scaling factor I mentioned: fatten tabs on the screen by the amount that the font is fattened for screen display. (Some multiplier between 1.25 and 1.16) -wdc