[225] in bug-owl
Re: owl-beta doesn't accept "view -s oneline" in .owlconf
daemon@ATHENA.MIT.EDU (Erik Nygren)
Fri Jul 11 01:58:35 2003
To: Lael Odhner <lael@mit.edu>
cc: bug-owl@mit.edu
In-reply-to: Your message of "Tue, 08 Jul 2003 11:23:44 EDT."
<Pine.GSO.4.33L.0307081118360.13101-100000@buzzword-bingo.mit.edu>
Date: Fri, 11 Jul 2003 01:58:30 -0400
From: Erik Nygren <nygren@MIT.EDU>
Message-Id: <E19aqvO-0003ps-00@gaia.bay13.org>
Does using:
owl::command("set default_view oneline");
work instead? I'm not sure what the correct behavior should be...
Erik
> I'm not sure what the problem here is... I'm running owl-beta out of
> ktools and my .owlconf contains the line at the very end of
> owl::startup():
>
> owl::command("view -s oneline");
>
> that command works fine within owl, but it doesn't seem to take effect as
> it is. I don't know... if you're going to be changing the config interface
> soon, it might not be worth bothering with, but there it is FWIW.