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
f96467d8
Commit
f96467d8
authored
Jan 15, 2001
by
Francesco Potortì
Browse files
2000-05-31 Karl M. Hegbloom <karlheg@debian.org>
* etags.1: correct several markup errors.
parent
6bfeebef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
20 deletions
+19
-20
lib-src/etags.1
lib-src/etags.1
+19
-20
No files found.
lib-src/etags.1
View file @
f96467d8
...
...
@@ -16,28 +16,28 @@ etags, ctags \- generate tag file for Emacs, vi
.if n .br
.B [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
.br
[\|\-\-append\|] [\|\-\-c++\|] [\|\-\-no\-defines\|]
[\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|]
[\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|]
[\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|]
[\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|]
[\|\-\-ignore\-case\-regex=\fIregexp\fP\|]
[\|\-\-help\|] [\|\-\-version\|]
.B
[\|\-\-append\|] [\|\-\-c++\|] [\|\-\-no\-defines\|]
.B
[\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|]
.B
[\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|]
.B
[\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|]
.B
[\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|]
.B
[\|\-\-ignore\-case\-regex=\fIregexp\fP\|]
.B
[\|\-\-help\|] [\|\-\-version\|]
\fIfile\fP .\|.\|.
.B ctags [\|\-aCdgImRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]
.if n .br
.B [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
.br
[\|\-\-append\|] [\|\-\-backward\-search\|] [\|\-\-c++\|]
[\|\-\-cxref\|] [\|\-\-defines\|] [\|\-\-forward\-search\|]
[\|\-\-globals\|] [\|\-\-ignore\-indentation\|]
[\|\-\-language=\fIlanguage\fP\|] [\|\-\-members\|]
[\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|]
[\|\-\-ignore\-case\-regex=\fIregexp\fP\|]
[\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|]
[\|\-\-update\|] [\|\-\-no\-warn\|]
[\|\-\-help\|] [\|\-\-version\|]
.B
[\|\-\-append\|] [\|\-\-backward\-search\|] [\|\-\-c++\|]
.B
[\|\-\-cxref\|] [\|\-\-defines\|] [\|\-\-forward\-search\|]
.B
[\|\-\-globals\|] [\|\-\-ignore\-indentation\|]
.B
[\|\-\-language=\fIlanguage\fP\|] [\|\-\-members\|]
.B
[\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|]
.B
[\|\-\-ignore\-case\-regex=\fIregexp\fP\|]
.B
[\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|]
.B
[\|\-\-update\|] [\|\-\-no\-warn\|]
.B
[\|\-\-help\|] [\|\-\-version\|]
\fIfile\fP .\|.\|.
.ad b
.hy 1
...
...
@@ -143,8 +143,7 @@ Only tag packages in Ada files.
Explicit name of file for tag table; overrides default `\|TAGS\|' or
`\|tags\|'. (But ignored with \fB\-v\fP or \fB\-x\fP.)
.TP
\fB\-r\fP \fIregexp\fP, \fB\-\-regex=\fIregexp\fP
\fB\-\-ignore\-case\-regex=\fIregexp\fP\
\fB\-r\fP \fIregexp\fP, \fB\-\-regex=\fIregexp\fP, \fB\-\-ignore\-case\-regex=\fIregexp\fP
Make tags based on regexp matching for each line of the files following
this option, in addition to the tags made with the standard parsing based
on language. When using \-\-regex, case is significant, while it is not
...
...
@@ -187,9 +186,9 @@ Tag TCL files (this last example shows the usage of a \fItagregexp\fP):
.br
A regexp can be preceded by {lang}, thus restriciting it to match lines of
files of the specified language. Use \fBetags --help\
b
P to obtain a list
files of the specified language. Use \fBetags --help\
f
P to obtain a list
of the recognised languages. This feature is particularly useful inside
\fBregex files\f
B
. A regex file contains one regex per line. Empty lines,
\fBregex files\f
P
. A regex file contains one regex per line. Empty lines,
and those lines beginning with space or tab are ignored. Lines beginning
with @ are references to regex files whose name follows the @ sign. Other
lines are considered regular expressions like those following \-\-regex.
...
...
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