You can use the buildpublic_j_ verb to add to the existing Public_j_

For example adding the following to your ~config/startup.ijs will add
two entries to the existing Public_j_

buildpublic_j_ 0 : 0
csv       ~addons/tables/csv/csv
diffev    ~addons/math/deoptim/deoptim
)

Now you after starting your J session you should be able to do:
   load 'csv diffev'

On Sat, Mar 3, 2012 at 2:03 PM, Devon McCormick <devon...@gmail.com> wrote:
> Yes - I set Public_j_ in my startup script now.
>
> On Fri, Mar 2, 2012 at 7:13 PM, chris burke <cbu...@jsoftware.com> wrote:
>> There isn't a config for this.  I'd suggest against it, since it would be
>> quite possible that a new Public_j_ definition conflicted with one in the
>> config.
>>
>> However, you could add to Public_j_ in your startup script.
>>
>> On Fri, Mar 2, 2012 at 11:56 PM, Devon McCormick <devon...@gmail.com> wrote:
>>
>>> I like the J7 setup of using text-based configuration files to set
>>> various global properties but I don't see one for the handy
>>> "Public_j_" global which allows shortcut names for scripts.  Is there
>>> such a configuration file?  Could I add one of my own?
>>>
>>> --
>>> Devon McCormick, CFA
>>> ^me^ at acm.
>>> org is my
>>> preferred e-mail
>>> ----------------------------------------------------------------------
>>> For information about J forums see http://www.jsoftware.com/forums.htm
>>>
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
>
> --
> Devon McCormick, CFA
> ^me^ at acm.
> org is my
> preferred e-mail
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to