On Sat, 08 Aug 2009, Brian Schott wrote: > 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?
Yes I can see the problem, there should be a bug in my shell script, please try replacing the line to tag=$0; sub (/[ \t]*=:.*/, "", tag) I know nothing about awk, I'll leave it to Martin or other knowledgeable to fix that bug. -- 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
