Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f01f5735
Commit
f01f5735
authored
Jan 09, 2003
by
Francesco Potortì
Browse files
Added reference to the new `etags --help --lang=LANG' option.
parent
c256b4ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
man/maintaining.texi
man/maintaining.texi
+9
-6
No files found.
man/maintaining.texi
View file @
f01f5735
...
...
@@ -230,7 +230,8 @@ can make the tags table file much smaller.
You
can
tag
function
declarations
and
external
variables
in
addition
to
function
definitions
by
giving
the
@
samp
{--
declarations
}
option
to
@
code
{
etags
}.
@
code
{
etags
}.
You
can
tag
struct
members
with
the
@
samp
{--
members
}
option
.
@
item
In
C
++
code
,
in
addition
to
all
the
tag
constructs
of
C
code
,
member
...
...
@@ -271,7 +272,7 @@ specifies (using Bourne shell syntax) that the commands
@
item
In
Lisp
code
,
any
function
defined
with
@
code
{
defun
},
any
variable
defined
with
@
code
{
defvar
}
or
@
code
{
defconst
},
and
in
general
the
first
argument
of
any
expression
that
starts
with
@
samp
{(
def
}
in
column
zero
,
is
argument
of
any
expression
that
starts
with
@
samp
{(
def
}
in
column
zero
is
a
tag
.
@
item
...
...
@@ -285,7 +286,7 @@ set with @code{set!} at top level in the file.
@
itemize
@
bullet
@
item
In
Ada
code
,
functions
,
procedures
,
packages
,
tasks
,
and
types
are
In
Ada
code
,
functions
,
procedures
,
packages
,
tasks
and
types
are
tags
.
Use
the
@
samp
{--
packages
-
only
}
option
to
create
tags
for
packages
only
.
...
...
@@ -330,7 +331,7 @@ In Cobol code, tags are paragraph names; that is, any word starting in
column
8
and
followed
by
a
period
.
@
item
In
Erlang
code
,
the
tags
are
the
functions
,
records
,
and
macros
defined
In
Erlang
code
,
the
tags
are
the
functions
,
records
and
macros
defined
in
the
file
.
@
item
...
...
@@ -347,7 +348,7 @@ unless you specify @samp{--no-globals}.
@
item
In
Objective
C
code
,
tags
include
Objective
C
definitions
for
classes
,
class
categories
,
methods
,
and
protocols
.
Tags
for
variables
and
class
categories
,
methods
and
protocols
.
Tags
for
variables
and
functions
in
classes
are
named
@
samp
{@
var
{
class
}::@
var
{
variable
}}
and
@
samp
{@
var
{
class
}::@
var
{
function
}}.
...
...
@@ -477,7 +478,9 @@ standard input and mark the produced tags as belonging to the file
@
samp
{
etags
--
help
}
prints
the
list
of
the
languages
@
code
{
etags
}
knows
,
and
the
file
name
rules
for
guessing
the
language
.
It
also
prints
a
list
of
all
the
available
@
code
{
etags
}
options
,
together
with
a
short
explanation
.
explanation
.
If
followed
by
one
or
more
@
samp
{--
language
=@
var
{
lang
}}
options
,
prints
detailed
information
about
how
tags
are
generated
for
@
var
{
lang
}.
@
node
Etags
Regexps
@
subsection
Etags
Regexps
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment