[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exhuberant Tags and make tags
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Exhuberant Tags and make tags |
Date: |
Sat, 01 Mar 2003 12:53:39 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) |
>>> "Akim" == Akim Demaille <address@hidden> writes:
Akim> There is a portability problem with CVS Automake's way of attacking
Akim> etags to compile several TAGS files:
[...]
>> test -f $subdir/TAGS && tags="$tags -i $here/$subdir/TAGS"; \
[...]
>> etags: Warning: -i option is deprecated; use --c-types option instead
[...]
Akim> ~/src/bison % etags --version
Akim> Exuberant Ctags 5.4, Copyright (C) 1996-2002 Darren Hiebert
Akim> Compiled: Oct 18 2002, 01:51:23
Akim> Addresses: <address@hidden>, http://ctags.sourceforge.net
Akim> Optional compiled features: +wildcards, +regex
Akim> I think that the intend meaning is:
Akim> --etags-include=file
Akim> Include a reference to file in the tag file. This option may be
Akim> specified as many times as desired. This supports Emacs' capabil-
Akim> ity to use a tag file which "includes" other tag files. [Available
Akim> only in etags mode]
Hmm... Seems like switching to --etags-include would just break GNU etags.
% etags --etags-include
etags: unrecognized option `--etags-include'
Try `etags --help' for a complete list of options.
% etags --version
etags (GNU Emacs 21.2)
Copyright (C) 1999 Free Software Foundation, Inc. and Ken Arnold
This program is distributed under the same terms as Emacs
-i FILE, --include=FILE
Include a note in tag file indicating that, when searching for
a tag, one should also consult the tags file FILE after
checking the current file.
:(
--
Alexandre Duret-Lutz