aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-06-05 16:23:03 +0200
committerMichael Albinus2019-06-05 16:23:03 +0200
commit3a95ce187a776ef44b9ce78b2a825aba29711035 (patch)
tree74d48766b239b1e8810c186338b54ad6361df143
parent7ad5e3915fe0fad7c8053b53cab1aa7aa74193fe (diff)
downloademacs-3a95ce187a776ef44b9ce78b2a825aba29711035.tar.gz
emacs-3a95ce187a776ef44b9ce78b2a825aba29711035.zip
* doc/misc/tramp.texi (Obtaining Tramp): Explain version scheme.
(Traces and Profiles): Add `tramp-verbose' to @vindex.
-rw-r--r--doc/misc/tramp.texi29
1 files changed, 23 insertions, 6 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 53836c16a76..d34c5e0f33a 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -309,17 +309,33 @@ behind the scenes when you open a file with @value{tramp}.
309@chapter Obtaining @value{tramp} 309@chapter Obtaining @value{tramp}
310@cindex obtaining @value{tramp} 310@cindex obtaining @value{tramp}
311@cindex GNU ELPA 311@cindex GNU ELPA
312@vindex tramp-version
312 313
313@value{tramp} is included as part of Emacs (since Emacs 22.1). 314@value{tramp} is included as part of Emacs (since Emacs 22.1).
314 315
315@value{tramp} is also freely packaged for download on the Internet at 316@value{tramp} is also freely packaged for download on the Internet at
316@uref{https://ftp.gnu.org/gnu/tramp/}. 317@uref{https://ftp.gnu.org/gnu/tramp/}. The version number of
317 318@value{tramp} can be obtained by the variable @code{tramp-version}.
318@value{tramp} is available as @uref{https://elpa.gnu.org, GNU ELPA} 319For released @value{tramp} versions, this is a three-number string
319package. 320like ``2.4.2''.
321
322A @value{tramp} release, which is packaged with Emacs, could differ
323slightly from the corresponding standalone release. This is because
324it isn't always possible to synchronize release dates between Emacs
325and @value{tramp}. Such version numbers have the Emacs version number
326as suffix, like ``2.3.5.26.2''. This means @value{tramp} 2.3.5 as
327integrated in Emacs 26.2.
328
329@value{tramp} is also available as @uref{https://elpa.gnu.org, GNU
330ELPA} package. Besides the standalone releases, further minor version
331of @value{tramp} will appear on GNU ELPA, until the next @value{tramp}
332release appears. These minor versions have a four-number string, like
333``2.4.2.1''.
320 334
321@value{tramp} development versions are available on Git servers. 335@value{tramp} development versions are available on Git servers.
322Development versions contain new and incomplete features. 336Development versions contain new and incomplete features. The
337development version of @value{tramp} is always the version number of
338the next release, plus the suffix ``-pre'', like ``2.4.3-pre''.
323 339
324One way to obtain from Git server is to visit the Savannah project 340One way to obtain from Git server is to visit the Savannah project
325page at the following URL and then clicking on the Git link in the 341page at the following URL and then clicking on the Git link in the
@@ -382,7 +398,7 @@ $ autoconf
382 398
383 399
384@c Installation chapter is necessary only in case of standalone 400@c Installation chapter is necessary only in case of standalone
385@c installation. Text taken from trampinst.texi. 401@c installation.
386@ifset installchapter 402@ifset installchapter
387@include trampinst.texi 403@include trampinst.texi
388@end ifset 404@end ifset
@@ -4462,6 +4478,7 @@ root-directory, it is most likely sufficient to make the
4462 4478
4463@node Traces and Profiles 4479@node Traces and Profiles
4464@chapter How to Customize Traces 4480@chapter How to Customize Traces
4481@vindex tramp-verbose
4465 4482
4466@value{tramp} messages are raised with verbosity levels ranging from 0 4483@value{tramp} messages are raised with verbosity levels ranging from 0
4467to 10. @value{tramp} does not display all messages; only those with a 4484to 10. @value{tramp} does not display all messages; only those with a