I think I see your problem.

You are using:
   pp_jpp_ '~system/extras/util/pp.ijs'

I think you should be using:
   pp_jpp_ jpath '~system/extras/util/pp.ijs'

FYI,

-- 
Raul

On Wed, Nov 16, 2011 at 2:10 PM, Brian Schott <[email protected]>wrote:

> ucp is defined as you suggested. pp.ijs is a system script for pretty
> printing ijs files, presumably with the coloring I mentioned in
> another thread (for nouns, verbs, etc).
>
>      ucp
> 7&u:
>      ucp_jpp_
> 7&u:
>
>
> On Wed, Nov 16, 2011 at 1:23 PM, Raul Miller <[email protected]>
> wrote:
> > What is ucp?
> >
> > On my system it's
> >
> >   ucp=: 7&u:
> >
> > This looks like the definition from system/main/stdlib.ijs
> >
> > I do not see any other definitions for it, but you might have something
> > which provides another definition?
> >
> > --
> > Raul
> >
> > On Wed, Nov 16, 2011 at 12:56 PM, Brian Schott <[email protected]
> >wrote:
> >
> >>        I am consistently getting the following error.
> >> Please help.
> >>
> >>   load '/Users/brian/j602/system/extras/util/pp.ijs'
> >>   pp_jpp_ '~system/extras/util/pp.ijs'
> >> |domain error: ucp
> >> |   dat=.    ucp y
> >>
> >> --
> >>
> >> (B=)
> >> ----------------------------------------------------------------------
> >> For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
>
>
>
> --
> (B=) <-----my sig
> Brian Schott
> ----------------------------------------------------------------------
> 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