From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <38b1bbb0534edf7fea2c6e76ba5e2574@proxima.alt.za> To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Building GCC Date: Fri, 25 Jan 2008 08:08:12 +0200 From: lucio@proxima.alt.za In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 37e7c67a-ead3-11e9-9d60-3106f5b1d025 > I'm working on all of these, as well as changing it so that each > column is the length of its largest item rather than the whole > table's largest item. You also need to know the overall width of the space in which the table is presented so you can scale each _column_ accordingly. It's a tedious operation, but it ought to be possible, I can't say that I have looked at it myself. ++L