1BGLTAGS(1) General Commands Manual BGLTAGS(1)
2
3
4
6 bgltags - generate tag file for Emacs
7
8
10 bgltags [ options ] [ objfile [ gmon.out ] ]
11
12
14 The bgltags program is used to create a tag table file, in a format
15 understood by emacs(1). This programs understand the syntax of the
16 Bigloo files. It reads the files specified on the command line, and
17 write a tag table (defaults: TAGS) in the current working directory.
18 Files specified with relative file names will be recorded in the tag
19 table with file names relative to the directory where the tag table re-
20 sides. Files specified with absolute file names will be recorded with
21 absolute file names. The program does not recognize the language used
22 in an input file based on its file name and contents. The --language
23 switch can be used to force parsing of the file names following the
24 switch according to the given language, overriding guesses based on
25 file-name extensions. Source files that are not Scheme are actually
26 processed by the etags program.
27
28
29
31 -a, --append
32 Append to existing tag file.
33
34
35 -o tagfile, --output=tagfile
36 Explicit name of file for tag table; overrides default
37 `TAGS'.
38
39
40 -v Print the current version of the program.
41
42
43 -module
44 Generate an entry in the table for each modules. Normally
45 modules identifier are not indexed in the tags table.
46
47
49 bigloo(1), bglafile(1), bgldepend(1), etags(1), emacs(1),
50 bglmco(1), xemacs(1)
51
52
54 Manuel SERRANO, Manuel.Serrano@inria.fr
55
56
57
58
59
60 Aug 15 1998 BGLTAGS(1)