On Sat, 08 Aug 2009, Brian Schott wrote:
> 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?
In the jtags regex
/([a-zA-Z][a-zA-Z0-9_]*)[ \t]*=:/ {
it matches =: but not =. however any number of spaces or tabs are
allowed between the name and =:
jtags runs very fast, it should take no more than a few seconds to
generate a tags for the entire j system at ~/j602/system/tags
and setting in your ~/.vimrc
:set tags+=~/j602/system/tags
or autocmds in previous emails should be sufficient. And then you can
add others tags for you own j files.
--
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