From c4246a6008ef0c69db296df4aab95530f8e2b95e Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 12 Dec 2013 10:57:56 +0100 Subject: [PATCH] * tramp.texi (direntry): Use ssh but rsh. (all): Encode all environment variable names with @env{...}. (Bug Reports): Refer to Testing node. --- doc/misc/ChangeLog | 6 ++++++ doc/misc/tramp.texi | 19 ++++++++++++++++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d067631f032..8db1f7fa23b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2013-12-12 Michael Albinus + + * tramp.texi (direntry): Use ssh but rsh. + (all): Encode all environment variable names with @env{...}. + (Bug Reports): Refer to Testing node. + 2013-12-12 Glenn Morris * autotype.texi, cc-mode.texi, ediff.texi, ert.texi: diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 6168d11b527..7b2d2b33ba2 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -84,7 +84,7 @@ copy and modify this GNU manual.'' @dircategory @value{emacsname} network features @direntry * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol - @value{emacsname} remote file access via rsh and rcp. + @value{emacsname} remote file access via ssh and scp. @end direntry @titlepage @@ -240,6 +240,7 @@ How file names, directories and localnames are mangled and managed @end detailmenu @end menu + @node Overview @chapter An overview of @value{tramp} @cindex overview @@ -497,6 +498,7 @@ the first release including @value{tramp} was Emacs 22.1. @include trampinst.texi @end ifset + @node Configuration @chapter Configuring @value{tramp} for use @cindex configuration @@ -1005,7 +1007,7 @@ This special method uses the Android Debug Bridge for accessing Android devices. The Android Debug Bridge must be installed locally. Some GNU/Linux distributions offer it for installation, otherwise it can be installed as part of the Android SDK. If the @command{adb} -program is not found via the @code{$PATH} environment variable, the +program is not found via the @env{PATH} environment variable, the variable @var{tramp-adb-program} must point to its absolute path. Tramp does not connect Android devices to @command{adb}. This must be @@ -2083,7 +2085,7 @@ You can instruct @value{tramp} by this form: with @samp{192.168.0.26} being the IP address of your Android device (@pxref{Predefined connection information}). -The user settings for the @code{$PATH} environment variable must be +The user settings for the @env{PATH} environment variable must be preserved. It has also been reported, that the commands in @file{/system/xbin} are better suited than the ones in @file{/system/bin}. Add these setting: @@ -2918,6 +2920,13 @@ Subscribing to the list is performed via @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/, the @value{tramp} Mail Subscription Page}. +@ifset emacs +@ifset installchapter +Before sending a bug report, you could check whether @value{tramp} +works at all. Run the test suite on your local machine, @ref{Testing}. +@end ifset +@end ifset + @findex tramp-bug To report a bug in @value{tramp}, you should execute @kbd{M-x tramp-bug}. This will automatically generate a buffer with the details @@ -3917,18 +3926,22 @@ for @value{emacsothername}. @end ifset @end itemize + @node GNU Free Documentation License @appendix GNU Free Documentation License @include doclicense.texi + @node Function Index @unnumbered Function Index @printindex fn + @node Variable Index @unnumbered Variable Index @printindex vr + @node Concept Index @unnumbered Concept Index @printindex cp -- 2.11.4.GIT