Hey Marshall,

John Baker's JOD addon has functionality that does what you want.

I am not familiar with the underlying code, but JOD allows you to "make" a
load script which is then appended to a buildpublic_j_ noun that resides in
*~config/startup.ijs.*
*
*
https://docs.google.com/a/thomasnet.com/document/d/1uHCK9PwX2WlKXnZR6xBqmwUgLm-0-yqCFIbq4fYs_q8/edit?hl=en_US

Any of the scripts that exist in buildpublic_j_ can be loaded like addons
without the path, i.e. load'*DudTeXPreprocess*'

Hope this helps.

Ken



On Tue, Jan 29, 2013 at 4:14 PM, Marshall Lochbaum <[email protected]>wrote:

> I am working on a system to interface J with LaTeX (this one:
> https://github.com/mlochbaum/JtoLaTeX) and would like to have a set of
> addon files that can be loaded with something like
>
> load 'greek'
>
> as is done with normal J addons. However, I want to still be able to
> load addons from the normal ~addons directory if they are not present in
> the custom one. Is there a clean way to do this or should I just write
> up a different verb than load (or overwrite load_base_)?
>
> Marshall
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Ken Lettow
Director of Market Intelligence & Web Analytics
ThomasNet
(212) 290-8713
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to