emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/etags.1


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/etc/etags.1
Date: Tue, 27 Sep 2005 09:47:18 -0400

Index: emacs/etc/etags.1
diff -c emacs/etc/etags.1:3.19 emacs/etc/etags.1:3.20
*** emacs/etc/etags.1:3.19      Wed Aug 24 11:32:07 2005
--- emacs/etc/etags.1   Tue Sep 27 13:47:17 2005
***************
*** 93,120 ****
  .TP
  .B \-d, \-\-defines
  Create tag entries for C preprocessor constant definitions
! and enum constants, too.  This is the
! default behavior for \fBetags\fP.
  .TP
  .B \-D, \-\-no\-defines
  Do not create tag entries for C preprocessor constant definitions
  and enum constants.
  This may make the tags file much smaller if many header files are tagged.
! This is the default behavior for \fBctags\fP.
  .TP
! .B \-g, \-\-globals
  Create tag entries for global variables in C, C++, Objective C, Java,
  and Perl.
! This is the default behavior for \fBetags\fP.
  .TP
! .B \-G, \-\-no\-globals
  Do not tag global variables.  Typically this reduces the file size by
! one fourth.  This is the default behavior for \fBctags\fP.
  .TP
  \fB\-i\fP \fIfile\fP, \fB\-\-include=\fIfile\fP
  Include a note in the tag file indicating that, when searching for a
  tag, one should also consult the tags file \fIfile\fP after checking the
! current file.  This options is only accepted by \fBetags\fP.
  .TP
  .B \-I, \-\-ignore\-indentation
  Don't rely on indentation as much as we normally do.  Currently, this
--- 93,123 ----
  .TP
  .B \-d, \-\-defines
  Create tag entries for C preprocessor constant definitions
! and enum constants, too.  Since this is the default behavior of
! \fBetags\fP, only \fBctags\fP accepts this option.
  .TP
  .B \-D, \-\-no\-defines
  Do not create tag entries for C preprocessor constant definitions
  and enum constants.
  This may make the tags file much smaller if many header files are tagged.
! Since this is the default behavior of \fBctags\fP, only \fBetags\fP
! accepts this option.
  .TP
! .B \-\-globals
  Create tag entries for global variables in C, C++, Objective C, Java,
  and Perl.
! Since this is the default behavior of \fBetags\fP, only \fBctags\fP
! accepts this option.
  .TP
! .B \-\-no\-globals
  Do not tag global variables.  Typically this reduces the file size by
! one fourth.  Since this is the default behavior of \fBctags\fP, only
! \fBetags\fP accepts this option.
  .TP
  \fB\-i\fP \fIfile\fP, \fB\-\-include=\fIfile\fP
  Include a note in the tag file indicating that, when searching for a
  tag, one should also consult the tags file \fIfile\fP after checking the
! current file.  Only \fBetags\fP accepts this option.
  .TP
  .B \-I, \-\-ignore\-indentation
  Don't rely on indentation as much as we normally do.  Currently, this




reply via email to

[Prev in Thread] Current Thread [Next in Thread]