On Sat, 08 Aug 2009, Brian Schott wrote: > Bill, > > That made some improvement, but when I entered `1` to select the > correct link, I got this error. (So, I mean, I no longer get the error > "tag not found".) > > E492: Not an editor command: /^iomin =: i.<./ NB. index of (IO) > minimum$/;"^Id
I think that that / after <. has not been escaped. I wrote in ctags thread to Martin on this but I had never download his updated version. Can you post his current version for discussion. Or if you have exuberant ctags installed, you can run ctags with the ~/.ctags that I mentioned. >> I guess jtags forgot to use escape when printing vi regex meta >> characters. It gives the line >> >> avg ./test.ijs /^avg =: +/ % #$/;" d >> >> while ctags gives this >> >> avg test.ijs /^avg =: +\/ % #$/;" d -- 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
