mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
Improve the Archive file names tramp documentation
* doc/misc/tramp.texi (Archive file names): Explicitly say how to open an archive with Tramp (bug#25076).
This commit is contained in:
parent
e51f904676
commit
72a3bbf27e
1 changed files with 4 additions and 2 deletions
|
|
@ -4164,8 +4164,10 @@ methods}. Internally, file archives are mounted via the
|
|||
@acronym{GVFS} @option{archive} method.
|
||||
|
||||
A file archive is a regular file of kind @file{/path/to/dir/file.EXT}.
|
||||
The extension @samp{.EXT} identifies the type of the file archive. A
|
||||
file inside a file archive, called archive file name, has the name
|
||||
The extension @samp{.EXT} identifies the type of the file archive. To
|
||||
examine the contents of an archive with Dired, open file name as if it
|
||||
were a directory (i.e., open @file{/path/to/dir/file.EXT/}). A file
|
||||
inside a file archive, called archive file name, has the name
|
||||
@file{/path/to/dir/file.EXT/dir/file}.
|
||||
|
||||
Most of the @ref{Magic File Names, , magic file name operations,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue