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
0b7f2f3f
Commit
0b7f2f3f
authored
Nov 15, 2007
by
Francesco Potortì
Browse files
Note that you can use "-" with --output=file in Etags.
parent
4fe65508
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/maintaining.texi
doc/emacs/maintaining.texi
+6
-2
No files found.
doc/emacs/ChangeLog
View file @
0b7f2f3f
2007-11-15 Francesco Potort,Al(B <pot@gnu.org>
* maintaining.texi (TEXTAGS): note that you can use "-" for stdout with
--output=file.
2007-11-13 Martin Rudalics <rudalics@gmx.at>
* help.texi (Help Summary, Apropos, Misc Help): Fix typos.
...
...
doc/emacs/maintaining.texi
View file @
0b7f2f3f
...
...
@@ -367,7 +367,10 @@ etags @var{inputfiles}@dots{}
@noindent
The @code{etags} program reads the specified files, and writes a tags
table named @file{TAGS} in the current working directory.
table named @file{TAGS} in the current working directory. You can
optionally specify a different file name for the tags table by using the
@samp{--output=@var{file}} option; specifying @file{-} as a file name
prints the tags table to standard output.
If the specified files don'
t
exist
,
@
code
{
etags
}
looks
for
compressed
versions
of
them
and
uncompresses
them
to
read
them
.
Under
...
...
@@ -406,7 +409,8 @@ well as the files it directly contains.
directory where the tags file was initially written. This way, you can
move an entire directory tree containing both the tags file and the
source files, and the tags file will still refer correctly to the source
files. If the tags file is in @file{/dev}, however, the file names are
files. If the tags file is @file{-} or is in the @file{/dev} directory,
however, the file names are
made relative to the current working directory. This is useful, for
example, when writing the tags to @file{/dev/stdout}.
...
...
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