Bill,
I have made a little headway by creating a jtags file using the script
file you provided in this thread in the following *small* directory to
experiment.
j602/system/extras/migrate
You may be able to duplicate my results by simply viming the following file.
j602/system/extras/migrate/fixargs.ijs
First I did this and it *worked* I think although the output perplexed me.
:set tags+=~/j602/system/extras/migrate/tags
:ts fixargs
************Output***************
# pri kind tag file
1 F C d fixargs ./fixargs.ijs
fixargs=: 3 : 0
Enter nr of choice (<CR> to abort): 1
************Output***************
As you can see above, I supplied `1` and was taken to the correct line
in fixargs.ijs. My being perplexed is about the meaning of some of the
rest of the output, but please don't bother to explain because I'll
figure that out.
I then entered the following.
:ts rx
and got
E426: tag not found: rx
But rx appears a couple of times in fixargs.ijs.
Is the problem that rx appears only with =. and not with =: ?
And if that is the problem, then maybe the reason my earlier attempts
did not work is that I often type a space to the left of my copulae
and maybe the jtags regex does not allow a space there?
Thanks, again,
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm