emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/maintaining.texi


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/man/maintaining.texi
Date: Thu, 06 Jun 2002 09:17:37 -0400

Index: emacs/man/maintaining.texi
diff -c emacs/man/maintaining.texi:1.16 emacs/man/maintaining.texi:1.17
*** emacs/man/maintaining.texi:1.16     Tue Mar 12 08:44:20 2002
--- emacs/man/maintaining.texi  Thu Jun  6 09:17:37 2002
***************
*** 244,252 ****
  @item
  In address@hidden text, the argument of any of the commands @code{\chapter},
  @code{\section}, @code{\subsection}, @code{\subsubsection},
! @code{\eqno}, @code{\label}, @code{\ref}, @code{\cite}, @code{\bibitem},
! @code{\part}, @code{\appendix}, @code{\entry}, or @code{\index}, is a
! address@hidden
  
  Other commands can make tags as well, if you specify them in the
  environment variable @env{TEXTAGS} before invoking @code{etags}.  The
--- 244,253 ----
  @item
  In address@hidden text, the argument of any of the commands @code{\chapter},
  @code{\section}, @code{\subsection}, @code{\subsubsection},
! @code{\eqno}, @code{\label}, @code{\ref}, @code{\cite},
! @code{\bibitem}, @code{\part}, @code{\appendix}, @code{\entry},
! @code{\index}, @code{\def}, @code{\newcomand}, @code{\renewcommand},
! @code{\newenvironment} or @code{\renewenvironment} is a address@hidden
  
  Other commands can make tags as well, if you specify them in the
  environment variable @env{TEXTAGS} before invoking @code{etags}.  The
***************
*** 254,266 ****
  command names.  For example,
  
  @example
! TEXTAGS="def:newcommand:newenvironment"
  export TEXTAGS
  @end example
  
  @noindent
! specifies (using Bourne shell syntax) that the commands @samp{\def},
! @samp{\newcommand} and @samp{\newenvironment} also define tags.
  
  @item
  In Lisp code, any function defined with @code{defun}, any variable
--- 255,267 ----
  command names.  For example,
  
  @example
! TEXTAGS="mycommand:myothercommand"
  export TEXTAGS
  @end example
  
  @noindent
! specifies (using Bourne shell syntax) that the commands
! @samp{\mycommand} and @samp{\myothercommand} also define tags.
  
  @item
  In Lisp code, any function defined with @code{defun}, any variable
***************
*** 455,460 ****
--- 456,467 ----
  @samp{--language=none} to turn off language-specific processing
  entirely; then @code{etags} recognizes tags by regexp matching alone
  (@pxref{Etags Regexps}).
+ 
+   The option @address@hidden is mostly useful when
+ calling @code{etags} from programs.  It can be used (only once) in
+ place of a file name on the command line.  @code{Etags} will read from
+ standard input and mark the produced tags as belonging to the file
+ @var{file}.
  
    @samp{etags --help} prints the list of the languages @code{etags}
  knows, and the file name rules for guessing the language.  It also prints



reply via email to

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