From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Fri, 3 Oct 2008 08:03:24 -0400 From: john@csplan9.rit.edu In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] acme, fixed font at the startup, Edit in the tag Topicbox-Message-UUID: 16776ec2-ead4-11e9-9d60-3106f5b1d025 > Hello everybody, > > two small questions: > > 1) Is there a simple way how to achive that acme use fixed font by default > (but still is able to switch to a variable size when clicking Font) for any > open window? Is e.g. > > fn acme { builtin acme -f sthFixed -F sthVar } > > a good solution? > > 2) ... a way to always have Edit in the tag line (without recompiling)? > > Thanks > > Ruda I have this in my lib/profile: acmefont = /lib/font/bit/lucida/unicode.6.font fn acme { /bin/acme -f $acmefont $* } John