From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6a3ae47e0808210245uf0567fct3a714397bca3071c@mail.gmail.com> Date: Thu, 21 Aug 2008 10:45:23 +0100 From: "Robert Raschke" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <4b301658-4bbc-4155-bed4-be6c3f6a5e87@j33g2000pri.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4b301658-4bbc-4155-bed4-be6c3f6a5e87@j33g2000pri.googlegroups.com> Subject: Re: [9fans] window behaviour Topicbox-Message-UUID: 047a1e40-ead4-11e9-9d60-3106f5b1d025 On Thu, Aug 21, 2008 at 10:05 AM, prem wrote: > % window -f $font > (this opens a window and closes it), however > % window > (this opens a window) As far as I know, window doesn't take a -f option. So it's probably trying to run the command '-f /lib/font/...' in the new window, which fails, and since that's all you wanted it to do, the window closes again. Robby