* tramp.texi (direntry): Use ssh but rsh.
(all): Encode all environment variable names with @env{...}. (Bug Reports): Refer to Testing node.
This commit is contained in:
parent
89f01d7dbe
commit
c4246a6008
2 changed files with 22 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-12-12 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* 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 <rgm@gnu.org>
|
||||
|
||||
* autotype.texi, cc-mode.texi, ediff.texi, ert.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
|
||||
|
|
Loading…
Add table
Reference in a new issue