From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom To: 9fans@cse.psu.edu References: <20051202184050.9D2DB18AE1A@dexter-peak.quanstro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Subject: Re: [9fans] p9p acme startup fonts. Message-Id: <20051202192745.1D81E18AE1A@dexter-peak.quanstro.net> Date: Fri, 2 Dec 2005 13:27:45 -0600 Topicbox-Message-UUID: b5d8c0b4-ead0-11e9-9d60-3106f5b1d025 i didn't know most people set $font to a fixed-width font. i've been using a variable-width $font for a long time: ; echo $font /home/quanstro/plan9/font/code2000/code2000.14.font (code2000 provides much better unicode coverage than pelm. and is readable in smaller sizes.) i haven't had any difficulties doing this. most programs that absolutely need a fixed-width font do not play nicely with 9term because they also use cursor addressing. the major exception being "cal". i suppose the way to correct this $font abuse would be to use "font", "fixedfont", and "varfont" environment variables. doesn't quite feel right, though. - erik Russ Cox writes | | Acme's default font is variable-width, but $font is fixed-width. | You may prefer a fixed-width default font, but others do not. | | Also, the /lib/font/bit paths are fine - libdraw will cope. | | Russ