]> git.eshelyaron.com Git - emacs.git/commitdiff
(Create Tags Table): Add text about the dangers of
authorFrancesco Potortì <pot@gnu.org>
Sat, 5 May 2007 00:36:21 +0000 (00:36 +0000)
committerFrancesco Potortì <pot@gnu.org>
Sat, 5 May 2007 00:36:21 +0000 (00:36 +0000)
making symbolic links to tags files.

man/maintaining.texi

index 52d404f8a082793e47d2d1f8bb9a76eb82d3c2c5..ab98dccd350b7256bb8e4fd6acb6d16ded1e5047 100644 (file)
@@ -410,6 +410,10 @@ files.  If the tags file is in @file{/dev}, 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}.
 
+  Notice that, in the usual case of using relative file names, you
+should not use a symbolic link pointing to a tags file in a different
+directory, because this would generally render the file names invalid.
+
   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
 will still refer to the same files even if you move it, as long as the