Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d06b424c
Commit
d06b424c
authored
Aug 27, 2002
by
Francesco Potortì
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot a piece, put back in.
Behaviour is not a typo, it is the British spelling, which I normally use.
parent
d62c4c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
etc/ETAGS.EBNF
etc/ETAGS.EBNF
+6
-3
No files found.
etc/ETAGS.EBNF
View file @
d06b424c
...
...
@@ -8,7 +8,7 @@ This file contains two sections:
====================== 1) EBNF tag file description =====================
Productions created from current behavior to aid extensions
Productions created from current behavio
u
r to aid extensions
Francesco Potorti` <pot@gnu.org> 2002
----------------
...
...
@@ -80,8 +80,11 @@ redundant; this happens when the name of a tag is an easily guessable
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.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment