At 15:59 -0400 2007/08/29, Raul Miller wrote:
On 8/29/07, Joey K Tuttle <[EMAIL PROTECTED]> wrote:
it is ignored in my Linux jconsole. I have to make the change
in the session (or a loaded script). I can't find anyplace in
scripts that look like the change is being made, so I assume
it may be in jconsole or some such place that the default is
not followed.
Any suggestions on how to get the default behavior are solicited.
This seems to be coming from system/extras/util/boot.ijs
boot 'extras\util\jadecon.ijs'
boxdraw_j_ 1 2 0 {~ ('Darwin';'Win') i. <UNAME
I haven't studied boot.ijs to see if you have any better options than
editting it directly.
Yes, that is where the change is. In j504 boot.ijs we had -
...
if. IFCONSOLE do.
boot 'main\conlib.ijs'
boot 'extras\util\jadecon.ijs'
else.
boot 'main\winlib.ijs'
...
While in j601, it is -
...
if. IFCONSOLE do.
boot 'main\conlib.ijs'
boot 'extras\util\jadecon.ijs'
boxdraw_j_ 1 2 0 {~ ('Darwin';'Win') i. <UNAME
startupconsole''
else.
boot 'main\winlib.ijs'
...
Thanks for pointing out an easy way to hack the system to
restore what the Dictionary says is default settings. But
I really would prefer the Dictionary behavior - one or the
other (boot.ijs or JD) should be changed.
- joey
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm