GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TAGS(3) ERLANG MODULE DEFINITION TAGS(3)

tags - Generate Emacs TAGS file from Erlang source files.

A TAGS file is used by Emacs to find function and variable definitions in any source file in a big project. This module can generate a TAGS file from Erlang source files. It recognises functions, records, and defines.

root([Options])
Create a TAGS file covering all files in the Erlang distribution.
file(File [, Options])
Create a TAGS file for the file `File'.
files(FileList [, Options])
Create a TAGS file for the files in the list `FileList'.
dir(Dir [, Options])
Create a TAGS file for all files in directory `Dir'.
dirs(DirList [, Options])
Create a TAGS file for all files in any directory in `DirList'.
subdir(Dir [, Options])
Descend recursively down the directory `Dir' and create a TAGS file based on all files found.
subdirs(DirList [, Options])
Descend recursively down all the directories in `DirList' and create a TAGS file based on all files found.

The functions above have an optional argument, Options. It is a list which can contain the following elements:
{outfile, NameOfTAGSFile}
Create a TAGS file named `NameOfTAGSFile'.
{outdir, NameOfDirectory}
Create a file named TAGS in the directory `NameOfDirectory'.

The default behaviour is to create a file named "TAGS" in the current directory.

GNU Emacs Manual, chapter "Editing Programs", section "Tag Tables".

Erlang mode V2.0 for Emacs.

Anders Lindgren

1996-05-30 Ericsson Software Technology

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.