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.EBNF


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/etc/ETAGS.EBNF
Date: Tue, 27 Aug 2002 12:19:15 -0400

Index: emacs/etc/ETAGS.EBNF
diff -c emacs/etc/ETAGS.EBNF:1.9 emacs/etc/ETAGS.EBNF:1.10
*** emacs/etc/ETAGS.EBNF:1.9    Tue Aug 27 12:13:12 2002
--- emacs/etc/ETAGS.EBNF        Tue Aug 27 12:19:15 2002
***************
*** 8,14 ****
  
  ====================== 1) EBNF tag file description =====================
  
! Productions created from current behavior to aid extensions
  Francesco Potorti` <address@hidden> 2002
  ----------------
  
--- 8,14 ----
  
  ====================== 1) EBNF tag file description =====================
  
! Productions created from current behaviour to aid extensions
  Francesco Potorti` <address@hidden> 2002
  ----------------
  
***************
*** 80,87 ****
  substring of the tag pattern.  We define a set of rules to decide
  whether it is possible to deduce the tag name from the pattern, and make
  an unnamed tag in those cases.  The name deduced from the pattern of an
! unnamed tag is the implicit name of that tag.  etags.c uses implicit tag
! names when possible, in order to reduce the size of the tags file.
    An implicit tag name is deduced from the pattern by discarding the
  last character if it is one of ` \f\t\n\r()=,;', then taking all the
  rightmost consecutive characters in the pattern which are not one of
--- 80,90 ----
  substring of the tag pattern.  We define a set of rules to decide
  whether it is possible to deduce the tag name from the pattern, and make
  an unnamed tag in those cases.  The name deduced from the pattern of an
! unnamed tag is the implicit name of that tag.
!   When the user looks for a tag, and Emacs founds no explicit tag names
! that match it, Emacs then looks for an tag whose implicit tag name
! matches the request.  etags.c uses implicit tag names when possible, in
! order to reduce the size of the tags file.
    An implicit tag name is deduced from the pattern by discarding the
  last character if it is one of ` \f\t\n\r()=,;', then taking all the
  rightmost consecutive characters in the pattern which are not one of




reply via email to

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