Re: tags

2011-11-14 Thread Thorsten
Doug Snead writes: Hi Doug, > FWIW ... here's something I use instead of ctags for picolisp. > > $ cat /usr/local/bin/lisptags > > #!/bin/sh > # make a tags file for pico lisp source files. > # use: > # lisptags foo.l bar.l baz.l ... bof.l > # generate the file 'tags' > # [based on lispt

re: tags

2011-11-14 Thread Doug Snead
FWIW ... here's something I use instead of ctags for picolisp. $ cat /usr/local/bin/lisptags #!/bin/sh # make a tags file for pico lisp source files. # use: # lisptags foo.l bar.l baz.l ... bof.l # generate the file 'tags' # [based on lisptags csh script by John Foderaro, c.1982] awk ' /^