Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d521e087
Commit
d521e087
authored
Mar 12, 2001
by
Francesco Potortì
Browse files
etags.el: compressed files are now transparently supported
parent
c4790a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
etc/NEWS
etc/NEWS
+5
-1
No files found.
etc/NEWS
View file @
d521e087
...
...
@@ -1480,9 +1480,13 @@ names of tags files in the *Tags List* buffer.
*** You can now search for tags that are part of the filename itself.
If you have tagged the files topfile.c subdir/subfile.c
/tmp/tempfile.c,
you can now search for tags "topfile.c", "subfile.c",
"dir/sub",
"tempfile", "tempfile.c". If the tag matches the filename,
"dir/sub",
"tempfile", "tempfile.c". If the tag matches the file
name,
point will go to the beginning of the file.
*** compressed files are now transparently supported if
auto-compression-mode is active. You can tag (with Etags) and search
(with
find-tag) both compressed and uncompressed files.
+++
**
Emacs now attempts to determine the initial language environment
and preferred and locale coding systems systematically from the
...
...
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