diff options
| author | Michael Albinus | 2013-12-12 10:57:56 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-12-12 10:57:56 +0100 |
| commit | c4246a6008ef0c69db296df4aab95530f8e2b95e (patch) | |
| tree | 0bedfde4858fa93ee271b02bd53ef0d8384b3703 | |
| parent | 89f01d7dbe35747b5de1f9f45dfb49353be14ac0 (diff) | |
| download | emacs-c4246a6008ef0c69db296df4aab95530f8e2b95e.tar.gz emacs-c4246a6008ef0c69db296df4aab95530f8e2b95e.zip | |
* tramp.texi (direntry): Use ssh but rsh.
(all): Encode all environment variable names with @env{...}.
(Bug Reports): Refer to Testing node.
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2013-12-12 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (direntry): Use ssh but rsh. | ||
| 4 | (all): Encode all environment variable names with @env{...}. | ||
| 5 | (Bug Reports): Refer to Testing node. | ||
| 6 | |||
| 1 | 2013-12-12 Glenn Morris <rgm@gnu.org> | 7 | 2013-12-12 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * autotype.texi, cc-mode.texi, ediff.texi, ert.texi: | 9 | * 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.'' | |||
| 84 | @dircategory @value{emacsname} network features | 84 | @dircategory @value{emacsname} network features |
| 85 | @direntry | 85 | @direntry |
| 86 | * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol | 86 | * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol |
| 87 | @value{emacsname} remote file access via rsh and rcp. | 87 | @value{emacsname} remote file access via ssh and scp. |
| 88 | @end direntry | 88 | @end direntry |
| 89 | 89 | ||
| 90 | @titlepage | 90 | @titlepage |
| @@ -240,6 +240,7 @@ How file names, directories and localnames are mangled and managed | |||
| 240 | @end detailmenu | 240 | @end detailmenu |
| 241 | @end menu | 241 | @end menu |
| 242 | 242 | ||
| 243 | |||
| 243 | @node Overview | 244 | @node Overview |
| 244 | @chapter An overview of @value{tramp} | 245 | @chapter An overview of @value{tramp} |
| 245 | @cindex overview | 246 | @cindex overview |
| @@ -497,6 +498,7 @@ the first release including @value{tramp} was Emacs 22.1. | |||
| 497 | @include trampinst.texi | 498 | @include trampinst.texi |
| 498 | @end ifset | 499 | @end ifset |
| 499 | 500 | ||
| 501 | |||
| 500 | @node Configuration | 502 | @node Configuration |
| 501 | @chapter Configuring @value{tramp} for use | 503 | @chapter Configuring @value{tramp} for use |
| 502 | @cindex configuration | 504 | @cindex configuration |
| @@ -1005,7 +1007,7 @@ This special method uses the Android Debug Bridge for accessing | |||
| 1005 | Android devices. The Android Debug Bridge must be installed locally. | 1007 | Android devices. The Android Debug Bridge must be installed locally. |
| 1006 | Some GNU/Linux distributions offer it for installation, otherwise it | 1008 | Some GNU/Linux distributions offer it for installation, otherwise it |
| 1007 | can be installed as part of the Android SDK. If the @command{adb} | 1009 | can be installed as part of the Android SDK. If the @command{adb} |
| 1008 | program is not found via the @code{$PATH} environment variable, the | 1010 | program is not found via the @env{PATH} environment variable, the |
| 1009 | variable @var{tramp-adb-program} must point to its absolute path. | 1011 | variable @var{tramp-adb-program} must point to its absolute path. |
| 1010 | 1012 | ||
| 1011 | Tramp does not connect Android devices to @command{adb}. This must be | 1013 | Tramp does not connect Android devices to @command{adb}. This must be |
| @@ -2083,7 +2085,7 @@ You can instruct @value{tramp} by this form: | |||
| 2083 | with @samp{192.168.0.26} being the IP address of your Android device | 2085 | with @samp{192.168.0.26} being the IP address of your Android device |
| 2084 | (@pxref{Predefined connection information}). | 2086 | (@pxref{Predefined connection information}). |
| 2085 | 2087 | ||
| 2086 | The user settings for the @code{$PATH} environment variable must be | 2088 | The user settings for the @env{PATH} environment variable must be |
| 2087 | preserved. It has also been reported, that the commands in | 2089 | preserved. It has also been reported, that the commands in |
| 2088 | @file{/system/xbin} are better suited than the ones in | 2090 | @file{/system/xbin} are better suited than the ones in |
| 2089 | @file{/system/bin}. Add these setting: | 2091 | @file{/system/bin}. Add these setting: |
| @@ -2918,6 +2920,13 @@ Subscribing to the list is performed via | |||
| 2918 | @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/, | 2920 | @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/, |
| 2919 | the @value{tramp} Mail Subscription Page}. | 2921 | the @value{tramp} Mail Subscription Page}. |
| 2920 | 2922 | ||
| 2923 | @ifset emacs | ||
| 2924 | @ifset installchapter | ||
| 2925 | Before sending a bug report, you could check whether @value{tramp} | ||
| 2926 | works at all. Run the test suite on your local machine, @ref{Testing}. | ||
| 2927 | @end ifset | ||
| 2928 | @end ifset | ||
| 2929 | |||
| 2921 | @findex tramp-bug | 2930 | @findex tramp-bug |
| 2922 | To report a bug in @value{tramp}, you should execute @kbd{M-x | 2931 | To report a bug in @value{tramp}, you should execute @kbd{M-x |
| 2923 | tramp-bug}. This will automatically generate a buffer with the details | 2932 | tramp-bug}. This will automatically generate a buffer with the details |
| @@ -3917,18 +3926,22 @@ for @value{emacsothername}. | |||
| 3917 | @end ifset | 3926 | @end ifset |
| 3918 | @end itemize | 3927 | @end itemize |
| 3919 | 3928 | ||
| 3929 | |||
| 3920 | @node GNU Free Documentation License | 3930 | @node GNU Free Documentation License |
| 3921 | @appendix GNU Free Documentation License | 3931 | @appendix GNU Free Documentation License |
| 3922 | @include doclicense.texi | 3932 | @include doclicense.texi |
| 3923 | 3933 | ||
| 3934 | |||
| 3924 | @node Function Index | 3935 | @node Function Index |
| 3925 | @unnumbered Function Index | 3936 | @unnumbered Function Index |
| 3926 | @printindex fn | 3937 | @printindex fn |
| 3927 | 3938 | ||
| 3939 | |||
| 3928 | @node Variable Index | 3940 | @node Variable Index |
| 3929 | @unnumbered Variable Index | 3941 | @unnumbered Variable Index |
| 3930 | @printindex vr | 3942 | @printindex vr |
| 3931 | 3943 | ||
| 3944 | |||
| 3932 | @node Concept Index | 3945 | @node Concept Index |
| 3933 | @unnumbered Concept Index | 3946 | @unnumbered Concept Index |
| 3934 | @printindex cp | 3947 | @printindex cp |