aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2007-11-22 12:14:17 +0000
committerFrancesco Potortì2007-11-22 12:14:17 +0000
commitcc6ed6a94ce1aa98ffb4d46518b5099367652636 (patch)
tree82fe0baeec2060600f7de809a2abbca0f1b75b5f
parent42ee55667647e1ea36e0e082fcbb811771f43b5e (diff)
downloademacs-cc6ed6a94ce1aa98ffb4d46518b5099367652636.tar.gz
emacs-cc6ed6a94ce1aa98ffb4d46518b5099367652636.zip
Revert this change, not installed in Emacs 22:
"Now --members is the default for etags, not for ctags yet". Note that you can use "-" for stdout with -o.
-rw-r--r--etc/etags.117
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/etags.1 b/etc/etags.1
index 04b67f389f4..8fb924fbb5f 100644
--- a/etc/etags.1
+++ b/etc/etags.1
@@ -21,7 +21,7 @@ etags, ctags \- generate tag file for Emacs, vi
21[\|\-\-append\|] [\|\-\-no\-defines\|] 21[\|\-\-append\|] [\|\-\-no\-defines\|]
22[\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|] 22[\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|]
23[\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|] 23[\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|]
24[\|\-\-no\-members\|] [\|\-\-output=\fItagfile\fP\|] 24[\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|]
25[\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|] 25[\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|]
26[\|\-\-help\|] [\|\-\-version\|] 26[\|\-\-help\|] [\|\-\-version\|]
27\fIfile\fP .\|.\|. 27\fIfile\fP .\|.\|.
@@ -59,9 +59,9 @@ table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for
59\fBctags\fP) in the current working directory. 59\fBctags\fP) in the current working directory.
60Files specified with relative file names will be recorded in the tag 60Files specified with relative file names will be recorded in the tag
61table with file names relative to the directory where the tag table 61table with file names relative to the directory where the tag table
62resides. If the tag table is in /dev, however, the file names are made 62resides. If the tag table is in /dev or is the standard output,
63relative to the working directory. Files specified with absolute file 63however, the file names are made relative to the working directory.
64names will be recorded 64Files specified with absolute file names will be recorded
65with absolute file names. Files generated from a source file\-\-like 65with absolute file names. Files generated from a source file\-\-like
66a C file generated from a source Cweb file\-\-will be recorded with 66a C file generated from a source Cweb file\-\-will be recorded with
67the name of the source file. 67the name of the source file.
@@ -135,10 +135,10 @@ regexp matching is done in this case (see the \fB\-\-regex\fP option).
135.TP 135.TP
136.B \-\-members 136.B \-\-members
137Create tag entries for variables that are members of structure-like 137Create tag entries for variables that are members of structure-like
138constructs in C++, Objective C, Java. This is the default for etags. 138constructs in C++, Objective C, Java.
139.TP 139.TP
140.B \-\-no\-members 140.B \-\-no\-members
141Do not tag member variables. This is the default for ctags. 141Do not tag member variables. This is the default behavior.
142.TP 142.TP
143.B \-\-packages\-only 143.B \-\-packages\-only
144Only tag packages in Ada files. 144Only tag packages in Ada files.
@@ -149,8 +149,9 @@ May be used (only once) in place of a file name on the command line.
149as belonging to the file \fBFILE\fP. 149as belonging to the file \fBFILE\fP.
150.TP 150.TP
151\fB\-o\fP \fItagfile\fP, \fB\-\-output=\fItagfile\fP 151\fB\-o\fP \fItagfile\fP, \fB\-\-output=\fItagfile\fP
152Explicit name of file for tag table; overrides default \fBTAGS\fP or 152Explicit name of file for tag table; for \fBetags\fP only, a file name
153\fBtags\fP. (But ignored with \fB\-v\fP or \fB\-x\fP.) 153of \- means standard output; overrides default \fBTAGS\fP or \fBtags\fP.
154(But ignored with \fB\-v\fP or \fB\-x\fP.)
154.TP 155.TP
155\fB\-r\fP \fIregexp\fP, \fB\-\-regex=\fIregexp\fP 156\fB\-r\fP \fIregexp\fP, \fB\-\-regex=\fIregexp\fP
156 157