tcltags - Generate a Tcl/Tk tags file
me "@tcltags" <files>
The start-up file tcltags.emf may be invoked from the command line to generate a tags file for Tcl/Tk files.
Given a list of files a tags file tags is generated in the current directory, which may be used by the find-tag(2) command. If no files are specified the default file list is "./", i.e. process the current directory. If a directory name is given (such as the default "./") all Tcl/Tk files within the directory will be processed.
The value of variable %tag-option is used to control the tag generation process, its value <flags> can contain any number of the following flags:
a
m
r
This function is invoked from menu
Tools -> Tcl Tools -> Create Tags File
when the user requests a tags file to be generated.
The following variables are set within "tcltags.emf" and are used to control the process:-
%tag-option
%tag-filemask
%tag-ignoredir
These variables can be changed using the -v command-line option or via the "mytcltags.emf" file
(c) Copyright JASSPA 1999
Last Modified: 1999/11/09
Generated On: 1999/12/01