emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5b64f18: * doc/misc/tramp.texi: Highlight @cindex e


From: Michael Albinus
Subject: [Emacs-diffs] master 5b64f18: * doc/misc/tramp.texi: Highlight @cindex entries properly.
Date: Sat, 20 Jan 2018 07:30:29 -0500 (EST)

branch: master
commit 5b64f1813476b681c10649e9aa0642af2c4ed845
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * doc/misc/tramp.texi: Highlight @cindex entries properly.
---
 doc/misc/tramp.texi | 376 +++++++++++++++++++++++++---------------------------
 1 file changed, 184 insertions(+), 192 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 5052b43..f5dfef2 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -467,10 +467,10 @@ this case it is written as @code{host#port}.
 
 @anchor{Quick Start Guide: @option{ssh} and @option{plink} methods}
 @section Using @option{ssh} and @option{plink}
address@hidden method ssh
address@hidden ssh method
address@hidden method plink
address@hidden plink method
address@hidden method @option{ssh}
address@hidden @option{ssh} method
address@hidden method @option{plink}
address@hidden @option{plink} method
 
 If your local host runs an SSH client, and the remote host runs an SSH
 server, the most simple remote file name is
@@ -486,12 +486,12 @@ an @command{ssh} server:
 
 @anchor{Quick Start Guide: @option{su}, @option{sudo} and @option{sg} methods}
 @section Using @option{su}, @option{sudo} and @option{sg}
address@hidden method su
address@hidden su method
address@hidden method sudo
address@hidden sudo method
address@hidden method sg
address@hidden sg method
address@hidden method @option{su}
address@hidden @option{su} method
address@hidden method @option{sudo}
address@hidden @option{sudo} method
address@hidden method @option{sg}
address@hidden @option{sg} method
 
 Sometimes, it is necessary to work on your local host under different
 permissions.  For this, you could use the @option{su} or @option{sudo}
@@ -506,10 +506,10 @@ must be used here as user name.  The default host name is 
the same.
 
 @anchor{Quick Start Guide: @option{smb} method}
 @section Using @command{smbclient}
address@hidden method smb
address@hidden smb method
address@hidden ms windows (with smb method)
address@hidden smbclient
address@hidden method @option{smb}
address@hidden @option{smb} method
address@hidden ms windows (with @option{smb} method)
address@hidden @command{smbclient}
 
 In order to access a remote MS Windows host or Samba server, the
 @command{smbclient} client is used.  The remote file name syntax is
@@ -522,14 +522,14 @@ of the local file name is the share exported by the 
remote host,
 @section Using GVFS-based methods
 @cindex methods, gvfs
 @cindex gvfs based methods
address@hidden method sftp
address@hidden sftp method
address@hidden method afp
address@hidden afp method
address@hidden method dav
address@hidden method davs
address@hidden dav method
address@hidden davs method
address@hidden method @option{sftp}
address@hidden @option{sftp} method
address@hidden method @option{afp}
address@hidden @option{afp} method
address@hidden method @option{dav}
address@hidden method @option{davs}
address@hidden @option{dav} method
address@hidden @option{davs} method
 
 On systems, which have installed the virtual file system for the
 @acronym{GNOME} Desktop (GVFS), its offered methods could be used by
@@ -543,11 +543,11 @@ file system), @address@hidden,user@@host,/path/to/file}} 
and
 @anchor{Quick Start Guide: GNOME Online Accounts based methods}
 @section Using @acronym{GNOME} Online Accounts based methods
 @cindex @acronym{GNOME} Online Accounts
address@hidden method gdrive
address@hidden gdrive method
address@hidden method @option{gdrive}
address@hidden @option{gdrive} method
 @cindex google drive
address@hidden method owncloud
address@hidden owncloud method
address@hidden method @option{owncloud}
address@hidden @option{owncloud} method
 @cindex nextcloud
 
 GVFS-based methods include also @acronym{GNOME} Online Accounts, which
@@ -562,8 +562,8 @@ account), or @address@hidden,user@@host#8081,/path/to/file}}
 
 @anchor{Quick Start Guide: Android}
 @section Using Android
address@hidden method adb
address@hidden adb method
address@hidden method @option{adb}
address@hidden @option{adb} method
 @cindex android
 
 An Android device, which is connected via USB to your local host, can
@@ -667,8 +667,8 @@ Inline methods can work in situations where an external 
transfer
 program is unavailable.  Inline methods also work when transferring
 files between different @emph{user identities} on the same host.
 
address@hidden uuencode
address@hidden mimencode
address@hidden @command{uuencode}
address@hidden @command{mimencode}
 @cindex base-64 encoding
 
 @value{tramp} checks the remote host for the availability and
@@ -688,15 +688,15 @@ such optimization.
 
 @table @asis
 @item @option{rsh}
address@hidden method rsh
address@hidden rsh method
address@hidden method @option{rsh}
address@hidden @option{rsh} method
 
 @command{rsh} is an option for connecting to hosts within local
 networks since @command{rsh} is not as secure as other methods.
 
 @item @option{ssh}
address@hidden method ssh
address@hidden ssh method
address@hidden method @option{ssh}
address@hidden @option{ssh} method
 
 @command{ssh} is a more secure option than others to connect to a
 remote host.
@@ -707,15 +707,15 @@ host name, a hash sign, then a port number).  It is the 
same as passing
 @samp{-p 42} to the @command{ssh} command.
 
 @item @option{telnet}
address@hidden method telnet
address@hidden telnet method
address@hidden method @option{telnet}
address@hidden @option{telnet} method
 
 Connecting to a remote host with @command{telnet} is as insecure
 as the @option{rsh} method.
 
 @item @option{su}
address@hidden method su
address@hidden su method
address@hidden method @option{su}
address@hidden @option{su} method
 
 Instead of connecting to a remote host, @command{su} program allows
 editing as another user.  The host can be either @samp{localhost} or
@@ -723,21 +723,21 @@ the host returned by the function 
@command{(system-name)}.  See
 @ref{Multi-hops} for an exception to this behavior.
 
 @item @option{sudo}
address@hidden method sudo
address@hidden sudo method
address@hidden method @option{sudo}
address@hidden @option{sudo} method
 
 Similar to @option{su} method, @option{sudo} uses @command{sudo}.
 @command{sudo} must have sufficient rights to start a shell.
 
 @item @option{doas}
address@hidden method doas
address@hidden doas method
address@hidden method @option{doas}
address@hidden @option{doas} method
 
 This method is used on OpenBSD like the @command{sudo} command.
 
 @item @option{sg}
address@hidden method sg
address@hidden sg method
address@hidden method @option{sg}
address@hidden @option{sg} method
 
 The @command{sg} program allows editing as different group.  The host
 can be either @samp{localhost} or the host returned by the function
@@ -746,8 +746,8 @@ denotes a group name.  See @ref{Multi-hops} for an 
exception to this
 behavior.
 
 @item @option{sshx}
address@hidden method sshx
address@hidden sshx method
address@hidden method @option{sshx}
address@hidden @option{sshx} method
 
 Works like @option{ssh} but without the extra authentication prompts.
 @option{sshx} uses @samp{ssh -t -t @var{host} -l @var{user} /bin/sh}
@@ -767,23 +767,23 @@ missing shell prompts that confuses @value{tramp}.
 @option{sshx} supports the @samp{-p} argument.
 
 @item @option{krlogin}
address@hidden method krlogin
address@hidden krlogin method
address@hidden kerberos (with krlogin method)
address@hidden method @option{krlogin}
address@hidden @option{krlogin} method
address@hidden kerberos (with @option{krlogin} method)
 
 This method is also similar to @option{ssh}.  It uses the
 @command{krlogin -x} command only for remote host login.
 
 @item @option{ksu}
address@hidden method ksu
address@hidden ksu method
address@hidden kerberos (with ksu method)
address@hidden method @option{ksu}
address@hidden @option{ksu} method
address@hidden kerberos (with @option{ksu} method)
 
 This is another method from the Kerberos suite.  It behaves like @option{su}.
 
 @item @option{plink}
address@hidden method plink
address@hidden plink method
address@hidden method @option{plink}
address@hidden @option{plink} method
 
 @option{plink} method is for MS Windows users with the PuTTY
 implementation of address@hidden  It uses @samp{plink -ssh} to log in to the
@@ -795,8 +795,8 @@ session.
 @option{plink} method supports the @samp{-P} argument.
 
 @item @option{plinkx}
address@hidden method plinkx
address@hidden plinkx method
address@hidden method @option{plinkx}
address@hidden @option{plinkx} method
 
 Another method using PuTTY on MS Windows with session names instead of
 host names.  @option{plinkx} calls @samp{plink -load @var{session}
@@ -826,10 +826,9 @@ methods.
 
 @table @asis
 @item @option{rcp}
address@hidden method rcp
address@hidden rcp method
address@hidden rcp (with rcp method)
address@hidden rsh (with rcp method)
address@hidden method @option{rcp}
address@hidden @option{rcp} method
address@hidden @command{rsh} (with @option{rcp} method)
 
 This method uses the @command{rsh} and @command{rcp} commands to
 connect to the remote host and transfer files.  This is the fastest
@@ -839,10 +838,9 @@ The alternative method @option{remcp} uses the 
@command{remsh} and
 @command{rcp} commands.
 
 @item @option{scp}
address@hidden method scp
address@hidden scp method
address@hidden scp (with scp method)
address@hidden ssh (with scp method)
address@hidden method @option{scp}
address@hidden @option{scp} method
address@hidden @command{ssh} (with @option{scp} method)
 
 Using a combination of @command{ssh} to connect and @command{scp} to
 transfer is the most secure.  While the performance is good, it is
@@ -856,10 +854,9 @@ argument list to @command{ssh}, and @samp{-P 42} in the 
argument list
 to @command{scp}.
 
 @item @option{rsync}
address@hidden method rsync
address@hidden rsync method
address@hidden rsync (with rsync method)
address@hidden ssh (with rsync method)
address@hidden method @option{rsync}
address@hidden @option{rsync} method
address@hidden @command{ssh} (with @option{rsync} method)
 
 @command{ssh} command to connect in combination with @command{rsync}
 command to transfer is similar to the @option{scp} method.
@@ -871,10 +868,9 @@ is lost if the file exists only on one side of the 
connection.
 This method supports the @samp{-p} argument.
 
 @item @option{scpx}
address@hidden method scpx
address@hidden scpx method
address@hidden scp (with scpx method)
address@hidden ssh (with scpx method)
address@hidden method @option{scpx}
address@hidden @option{scpx} method
address@hidden @command{ssh} (with @option{scpx} method)
 
 @option{scpx} is useful to avoid login shell questions.  It is similar
 in performance to @option{scp}.  @option{scpx} uses @samp{ssh -t -t
@@ -888,16 +884,14 @@ This method supports the @samp{-p} argument.
 
 @item @option{pscp}
 @item @option{psftp}
address@hidden method pscp
address@hidden pscp method
address@hidden pscp (with pscp method)
address@hidden plink (with pscp method)
address@hidden putty (with pscp method)
address@hidden method psftp
address@hidden psftp method
address@hidden pscp (with psftp method)
address@hidden plink (with psftp method)
address@hidden putty (with psftp method)
address@hidden method @option{pscp}
address@hidden @option{pscp} method
address@hidden @command{plink} (with @option{pscp} method)
address@hidden @command{putty} (with @option{pscp} method)
address@hidden method @option{psftp}
address@hidden @option{psftp} method
address@hidden @command{plink} (with @option{psftp} method)
address@hidden @command{putty} (with @option{psftp} method)
 
 These methods are similar to @option{scp} or @option{sftp}, but they
 use the @command{plink} command to connect to the remote host, and
@@ -910,10 +904,9 @@ session.
 These methods support the @samp{-P} argument.
 
 @item @option{fcp}
address@hidden method fcp
address@hidden fcp method
address@hidden fsh (with fcp method)
address@hidden fcp (with fcp method)
address@hidden method @option{fcp}
address@hidden @option{fcp} method
address@hidden @command{fsh} (with @option{fcp} method)
 
 This method is similar to @option{scp}, but uses @command{fsh} to
 connect and @command{fcp} to transfer files.  @command{fsh/fcp}, a
@@ -925,18 +918,17 @@ benefits.
 The command used for this connection is: @samp{fsh @var{host} -l
 @var{user} /bin/sh -i}
 
address@hidden method fsh
address@hidden fsh method
address@hidden method @option{fsh}
address@hidden @option{fsh} method
 
 @option{fsh} has no inline method since the multiplexing it offers is
 not useful for @value{tramp}.  @command{fsh} connects to remote host
 and @value{tramp} keeps that one connection open.
 
 @item @option{nc}
address@hidden method nc
address@hidden nc method
address@hidden nc (with nc method)
address@hidden telnet (with nc method)
address@hidden method @option{nc}
address@hidden @option{nc} method
address@hidden @command{telnet} (with @option{nc} method)
 
 Using @command{telnet} to connect and @command{nc} to transfer files
 is sometimes the only combination suitable for accessing routers or
@@ -945,18 +937,18 @@ such as the @command{busybox} and do not host any other 
encode or
 decode programs.
 
 @item @option{ftp}
address@hidden method ftp
address@hidden ftp method
address@hidden method @option{ftp}
address@hidden @option{ftp} method
 
 When @value{tramp} uses @option{ftp}, it forwards requests to whatever
 ftp program is specified by Ange FTP.  This external program must be
 capable of servicing requests from @value{tramp}.
 
 @item @option{smb}
address@hidden method smb
address@hidden smb method
address@hidden ms windows (with smb method)
address@hidden smbclient
address@hidden method @option{smb}
address@hidden @option{smb} method
address@hidden ms windows (with @option{smb} method)
address@hidden @command{smbclient}
 
 This non-native @value{tramp} method connects via the Server Message
 Block (SMB) networking protocol to hosts running file servers that are
@@ -1027,9 +1019,9 @@ can.
 
 
 @item @option{adb}
address@hidden method adb
address@hidden adb method
address@hidden android (with adb method)
address@hidden method @option{adb}
address@hidden @option{adb} method
address@hidden android (with @option{adb} method)
 
 This method uses Android Debug Bridge program for accessing Android
 devices.  The Android Debug Bridge must be installed locally for
@@ -1081,8 +1073,8 @@ D-Bus, dbus}.
 
 @table @asis
 @item @option{afp}
address@hidden method afp
address@hidden afp method
address@hidden method @option{afp}
address@hidden @option{afp} method
 
 This method is for connecting to remote hosts with the Apple Filing
 Protocol for accessing files on macOS volumes.  @value{tramp} access
@@ -1091,18 +1083,18 @@ syntax requires a leading volume (share) name, for 
example:
 
 @item @option{dav}
 @item @option{davs}
address@hidden method dav
address@hidden method davs
address@hidden dav method
address@hidden davs method
address@hidden method @option{dav}
address@hidden method @option{davs}
address@hidden @option{dav} method
address@hidden @option{davs} method
 
 @option{dav} method provides access to WebDAV files and directories
 based on standard protocols, such as address@hidden  @option{davs} does the 
same
 but with SSL encryption.  Both methods support the port numbers.
 
 @item @option{gdrive}
address@hidden method gdrive
address@hidden gdrive method
address@hidden method @option{gdrive}
address@hidden @option{gdrive} method
 @cindex google drive
 
 Via the @option{gdrive} method it is possible to access your Google
@@ -1117,16 +1109,16 @@ could produce unexpected behavior in case two files in 
the same
 directory have the same @code{display-name}, such a situation must be avoided.
 
 @item @option{obex}
address@hidden method obex
address@hidden obex method
address@hidden method @option{obex}
address@hidden @option{obex} method
 
 OBEX is an FTP-like access protocol for cell phones and similar simple
 devices.  @value{tramp} supports OBEX over Bluetooth.
 
 @item @option{owncloud}
 @cindex @acronym{GNOME} Online Accounts
address@hidden method owncloud
address@hidden owncloud method
address@hidden method @option{owncloud}
address@hidden @option{owncloud} method
 @cindex nextcloud
 
 As the name indicates, the method @option{owncloud} allows you to
@@ -1136,16 +1128,16 @@ access OwnCloud or NextCloud hosted files and 
directories.  Like the
 supports port numbers.
 
 @item @option{sftp}
address@hidden method sftp
address@hidden sftp method
address@hidden method @option{sftp}
address@hidden @option{sftp} method
 
 This method uses @command{sftp} in order to securely access remote
 hosts.  @command{sftp} is a more secure option for connecting to hosts
 that for security reasons refuse @command{ssh} connections.
 
 @item @option{synce}
address@hidden method synce
address@hidden synce method
address@hidden method @option{synce}
address@hidden @option{synce} method
 
 @option{synce} method allows connecting to MS Windows Mobile devices.
 It uses GVFS for mounting remote files and directories via FUSE and
@@ -1902,8 +1894,8 @@ Similar localization may be necessary for handling wrong 
password
 prompts, for which @value{tramp} uses @option{tramp-wrong-passwd-regexp}.
 
 @item @command{tset} and other questions
address@hidden unix command tset
address@hidden tset unix command
address@hidden unix command @command{tset}
address@hidden @command{tset} unix command
 @vindex tramp-terminal-type
 
 To suppress inappropriate prompts for terminal type, @value{tramp}
@@ -2015,8 +2007,8 @@ fi
 @end ifinfo
 
 @item @command{busybox} / @command{nc}
address@hidden unix command nc
address@hidden nc unix command
address@hidden unix command @command{nc}
address@hidden @command{nc} unix command
 
 @value{tramp}'s @option{nc} method uses the @command{nc} command to
 install and execute a listener as follows (see @code{tramp-methods}):
@@ -2232,8 +2224,8 @@ to direct all auto saves to that location.
 
 This section is incomplete.  Please share your solutions.
 
address@hidden method sshx with cygwin
address@hidden sshx method with cygwin
address@hidden method @option{sshx} with cygwin
address@hidden @option{sshx} method with cygwin
 
 Cygwin's @command{ssh} works only with a Cygwin version of Emacs.  To
 check for compatibility: type @kbd{M-x eshell}, and start @kbd{ssh
@@ -2254,8 +2246,8 @@ On @uref{https://www.emacswiki.org/emacs/SshWithNTEmacs, 
the Emacs
 Wiki} it is explained how to use the helper program @code{fakecygpty}
 to fix this problem.
 
address@hidden method scpx with cygwin
address@hidden scpx method with cygwin
address@hidden method @option{scpx} with cygwin
address@hidden @option{scpx} method with cygwin
 
 When using the @option{scpx} access method, Emacs may call
 @command{scp} with MS Windows file naming, such as @code{c:/foo}.  But
@@ -2267,7 +2259,7 @@ A workaround: write a wrapper script for @option{scp} to 
convert
 Windows file names to Cygwin file names.
 
 @cindex cygwin and ssh-agent
address@hidden SSH_AUTH_SOCK and emacs on ms windows
address@hidden @env{SSH_AUTH_SOCK} and emacs on ms windows
 
 When using the @command{ssh-agent} on MS Windows for password-less
 interaction, @option{ssh} methods depend on the environment variable
@@ -2579,8 +2571,8 @@ For ad-hoc definitions to be saved automatically in
 
 @node Remote processes
 @section Integration with other Emacs packages
address@hidden compile
address@hidden recompile
address@hidden @code{compile}
address@hidden @code{recompile}
 
 @value{tramp} supports starting new running processes on the remote
 host for discovering remote file names.  Emacs packages on the remote
@@ -2715,7 +2707,7 @@ local host.
 
 
 @subsection Running @code{shell} on a remote host
address@hidden shell
address@hidden @code{shell}
 
 Set @option{explicit-shell-file-name} to the appropriate shell name
 when using @value{tramp} between two hosts with different operating
@@ -2763,7 +2755,7 @@ different remote hosts.
 
 
 @subsection Running @code{shell-command} on a remote host
address@hidden shell-command
address@hidden @code{shell-command}
 
 @code{shell-command} executes commands synchronously or asynchronously
 on remote hosts and displays output in buffers on the local
@@ -2783,7 +2775,7 @@ host.  Example:
 
 
 @subsection Running @code{eshell} on a remote host
address@hidden eshell
address@hidden @code{eshell}
 
 @value{tramp} is integrated into @file{eshell.el}, which enables
 interactive eshell sessions on remote hosts at the command prompt.
@@ -2829,9 +2821,9 @@ uid=0(root) gid=0(root) groups=0(root)
 
 @anchor{Running a debugger on a remote host}
 @subsection Running a debugger on a remote host
address@hidden gud
address@hidden gdb
address@hidden perldb
address@hidden @file{gud.el}
address@hidden @code{gdb}
address@hidden @code{perldb}
 
 @file{gud.el} provides a unified interface to symbolic debuggers
 @ifinfo
@@ -2878,8 +2870,8 @@ relative or absolute paths, but not remote paths.
 
 
 @subsection Running remote processes on MS Windows hosts
address@hidden winexe
address@hidden powershell
address@hidden @command{winexe}
address@hidden @command{powershell}
 
 @command{winexe} runs processes on a remote MS Windows host, and
 @value{tramp} can use it for @code{process-file} and
@@ -2986,122 +2978,122 @@ file names.  Accepted suffixes are listed in the 
constant
 @itemize
 @item @samp{.7z} ---
 7-Zip archives
address@hidden 7z, file archive suffix
address@hidden file archive suffix 7z
address@hidden @file{7z} file archive suffix
address@hidden file archive suffix @file{7z}
 
 @item @samp{.apk} ---
 Android package kits
address@hidden apk, file archive suffix
address@hidden file archive suffix apk
address@hidden @file{apk} file archive suffix
address@hidden file archive suffix @file{apk}
 
 @item @samp{.ar} ---
 UNIX archiver formats
address@hidden ar, file archive suffix
address@hidden file archive suffix ar
address@hidden @file{ar} file archive suffix
address@hidden file archive suffix @file{ar}
 
 @item @samp{.cab}, @samp{.CAB} ---
 Microsoft Windows cabinets
address@hidden cab, file archive suffix
address@hidden CAB, file archive suffix
address@hidden file archive suffix cab
address@hidden file archive suffix CAB
address@hidden @file{cab} file archive suffix
address@hidden @file{CAB} file archive suffix
address@hidden file archive suffix @file{cab}
address@hidden file archive suffix @file{CAB}
 
 @item @samp{.cpio} ---
 CPIO archives
address@hidden cpio, file archive suffix
address@hidden file archive suffix cpio
address@hidden @file{cpio} file archive suffix
address@hidden file archive suffix @file{cpio}
 
 @item @samp{.deb} ---
 Debian packages
address@hidden deb, file archive suffix
address@hidden file archive suffix deb
address@hidden @file{deb} file archive suffix
address@hidden file archive suffix @file{deb}
 
 @item @samp{.depot} ---
 HP-UX SD depots
address@hidden depot, file archive suffix
address@hidden file archive suffix depot
address@hidden @file{depot} file archive suffix
address@hidden file archive suffix @file{depot}
 
 @item @samp{.exe} ---
 Self extracting Microsoft Windows EXE files
address@hidden exe, file archive suffix
address@hidden file archive suffix exe
address@hidden @file{exe} file archive suffix
address@hidden file archive suffix @file{exe}
 
 @item @samp{.iso} ---
 ISO 9660 images
address@hidden iso, file archive suffix
address@hidden file archive suffix iso
address@hidden @file{iso} file archive suffix
address@hidden file archive suffix @file{iso}
 
 @item @samp{.jar} ---
 Java archives
address@hidden jar, file archive suffix
address@hidden file archive suffix jar
address@hidden @file{jar} file archive suffix
address@hidden file archive suffix @file{jar}
 
 @item @samp{.lzh}, @samp{LZH} ---
 Microsoft Windows compressed LHA archives
address@hidden lzh, file archive suffix
address@hidden LZH, file archive suffix
address@hidden file archive suffix lzh
address@hidden file archive suffix LZH
address@hidden @file{lzh} file archive suffix
address@hidden @file{LZH} file archive suffix
address@hidden file archive suffix @file{lzh}
address@hidden file archive suffix @file{LZH}
 
 @item @samp{.mtree} ---
 BSD mtree format
address@hidden mtree, file archive suffix
address@hidden file archive suffix mtree
address@hidden @file{mtree} file archive suffix
address@hidden file archive suffix @file{mtree}
 
 @item @samp{.pax} ---
 Posix archives
address@hidden pax, file archive suffix
address@hidden file archive suffix pax
address@hidden @file{pax} file archive suffix
address@hidden file archive suffix @file{pax}
 
 @item @samp{.rar} ---
 RAR archives
address@hidden rar, file archive suffix
address@hidden file archive suffix rar
address@hidden @file{rar} file archive suffix
address@hidden file archive suffix @file{rar}
 
 @item @samp{.rpm} ---
 Red Hat packages
address@hidden rpm, file archive suffix
address@hidden file archive suffix rpm
address@hidden @file{rpm} file archive suffix
address@hidden file archive suffix @file{rpm}
 
 @item @samp{.shar} ---
 Shell archives
address@hidden shar, file archive suffix
address@hidden file archive suffix shar
address@hidden @file{shar} file archive suffix
address@hidden file archive suffix @file{shar}
 
 @item @samp{.tar}, @samp{tbz}, @samp{tgz}, @samp{tlz}, @samp{txz} ---
 (Compressed) tape archives
address@hidden tar, file archive suffix
address@hidden tbz, file archive suffix
address@hidden tgz, file archive suffix
address@hidden tlz, file archive suffix
address@hidden txz, file archive suffix
address@hidden file archive suffix tar
address@hidden file archive suffix tbz
address@hidden file archive suffix tgz
address@hidden file archive suffix tlz
address@hidden file archive suffix txz
address@hidden @file{tar} file archive suffix
address@hidden @file{tbz} file archive suffix
address@hidden @file{tgz} file archive suffix
address@hidden @file{tlz} file archive suffix
address@hidden @file{txz} file archive suffix
address@hidden file archive suffix @file{tar}
address@hidden file archive suffix @file{tbz}
address@hidden file archive suffix @file{tgz}
address@hidden file archive suffix @file{tlz}
address@hidden file archive suffix @file{txz}
 
 @item @samp{.warc} ---
 Web archives
address@hidden warc, file archive suffix
address@hidden file archive suffix warc
address@hidden @file{warc} file archive suffix
address@hidden file archive suffix @file{warc}
 
 @item @samp{.xar} ---
 macOS XAR archives
address@hidden xar, file archive suffix
address@hidden file archive suffix xar
address@hidden @file{xar} file archive suffix
address@hidden file archive suffix @file{xar}
 
 @item @samp{.xps} ---
 Open XML Paper Specification (OpenXPS) documents
address@hidden xps, file archive suffix
address@hidden file archive suffix xps
address@hidden @file{xps} file archive suffix
address@hidden file archive suffix @file{xps}
 
 @item @samp{.zip}, @samp{.ZIP} ---
 ZIP archives
address@hidden zip, file archive suffix
address@hidden ZIP, file archive suffix
address@hidden file archive suffix zip
address@hidden file archive suffix ZIP
address@hidden @file{zip} file archive suffix
address@hidden @file{ZIP} file archive suffix
address@hidden file archive suffix @file{zip}
address@hidden file archive suffix @file{ZIP}
 @end itemize
 
 @vindex tramp-archive-compression-suffixes



reply via email to

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