Re: [9fans] window behaviour

2008-08-26 Thread Michaelian Ennis
On Thu, Aug 21, 2008 at 5:45 AM, Robert Raschke [EMAIL PROTECTED] wrote:

 As far as I know, window doesn't take a -f option.

So looking at  /rc/bin/window I don't see a -f.  Also am I correct in
thinking that it is no longer possible to get the usage as it is only
in fn oldway?

Ian



[9fans] window behaviour

2008-08-21 Thread prem
Hi 9fans,
I dont think I am doing anything wrong here

% window -f $font
(this opens a window and closes it), however
% window
(this opens a window)


/Prem



Re: [9fans] window behaviour

2008-08-21 Thread Robert Raschke
On Thu, Aug 21, 2008 at 10:05 AM, prem [EMAIL PROTECTED] 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