Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
81d66c62
Commit
81d66c62
authored
Mar 12, 2002
by
Francesco Potortì
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better description of what etags does with #line.
parent
49adb67a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
etc/NEWS
etc/NEWS
+14
-11
No files found.
etc/NEWS
View file @
81d66c62
...
...
@@ -365,17 +365,20 @@ now uses normal-erase-is-backspace-mode.
*** In Prolog, etags creates tags for rules in addition to predicates.
*** In Perl, packages are tags. Subroutine tags are named from their
package. You can jump to sub tags as you did before, by the sub name, or
additionally by looking for package::sub.
*** New language PHP: tags are functions, classes and defines. If
the --members option is specified to etags, tags are vars also.
*** Honour #line directives. This is useful when dealing with C code
created from Yacc sources, or with any file created from Cweb source
files. When etags tags the generated file, it writes tags pointing to
the source file.
*** In Perl, packages are tags.
Subroutine tags are named from their package. You can jump to sub tags
as you did before, by the sub name, or additionally by looking for
package::sub.
*** New language PHP: tags are functions, classes and defines.
If the --members option is specified to etags, tags are vars also.
*** Honour #line directives.
When Etags parses an input file that contains C preprocessor's #line
directives, it creates tags using the file name and line number
specified in those directives. This is useful when dealing with code
created from Cweb source files. When Etags tags the generated file, it
writes tags pointing to the source file.
+++
** The command line option --no-windows has been changed to
...
...
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