On Wed, 08 Jul 2009, Sherlock Ric wrote:
> == D ==
> ???
> 

The main issue is not spawn in jtask conflict with 2!:1 but that jtask
put its spawn in z locale.  If the names spawn_jtask_ or fork_jtask_
are only set public by users (who want current task names unchanged) in
startup scripts

spawn_z_=: spawn_jtask_

but for those who prefer DOJ name will put in startup 

spawn_z_=: 2!:1



Inside JAL base library or addon, use spawn_jtask_ or 2!:1 but not
spawn.

This is done by removing these 2 lines in task.ijs

fork_z_=: fork_jtask_
spawn_z_=: spawn_jtask_

This does not resolve conflicts, but let users have their own choice
for name spawn rather favoring jtask (at the expense of linux) as it
is now.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to