Bill, On my system, only `=:` and not ` =:` is being found. I am using tcsh, really, not sh on my system but my command for creating tags is as follows.
I think I see the problem. In the tags file the definitions which contained a space before the copula, have a space after the definition, before the TAB in the tags file. Can that be fixed? On Sat, Aug 8, 2009 at 11:24 AM, bill lam<[email protected]> wrote: > > 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 =: > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
