]> git.eshelyaron.com Git - emacs.git/commitdiff
When relative file names are given as argument,
authorFrancesco Potortì <pot@gnu.org>
Mon, 13 Sep 2004 19:56:12 +0000 (19:56 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 13 Sep 2004 19:56:12 +0000 (19:56 +0000)
make them relative to the current working dir, rather than
relative to the output tags file, if the latter is in /dev.

etc/etags.1
man/maintaining.texi

index 5bb43707f6eebf7911a3f075faaf03d70d076200..2a84c622e0ef0e153e0db4e542cbd82cf9ac731c 100644 (file)
@@ -58,7 +58,9 @@ table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for
 \fBctags\fP) in the current working directory.
 Files specified with relative file names will be recorded in the tag
 table with file names relative to the directory where the tag table
-resides.  Files specified with absolute file names will be recorded
+resides.  If the tag table is in /dev, however, the file names are made
+relative to the working directory.  Files specified with absolute file
+names will be recorded
 with absolute file names.  Files generated from a source file\-\-like
 a C file generated from a source Cweb file\-\-will be recorded with
 the name of the source file.
index 1a8edf131889ae655fd1f25fea6fbcd5674726c8..7339d6a4f655b57e4370344dbdd6b6d4edd60ec7 100644 (file)
@@ -445,7 +445,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.
+files.  If the tags file is in /dev, however, the file names are made
+relative to the current working directory.
 
   If you specify absolute file names as arguments to @code{etags}, then
 the tags file will contain absolute file names.  This way, the tags file