From: Michael Albinus Date: Fri, 14 Dec 2012 15:37:27 +0000 (+0100) Subject: * tramp.texi (External methods): Move `adb' method here. X-Git-Tag: emacs-24.3.90~173^2~7^2~592 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0bc0bf1eb9e53cca787a59b6d6e015be9872636;p=emacs.git * tramp.texi (External methods): Move `adb' method here. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index e569d4c5500..ecf3619db4b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2012-12-14 Michael Albinus + + * tramp.texi (External methods): Move `adb' method here. + 2012-12-13 Glenn Morris * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf. diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 4918321b171..317d440c0d1 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -742,16 +742,6 @@ expects PuTTY session names, calling @samp{plink -load @var{session} hasn't defined a user name. Different port numbers must be defined in the session. - -@item @option{adb} -@cindex method adb -@cindex adb method - -This special method uses the Android Debug Bridge for connecting -Android devices. The Android Debug Bridge, part of the Android SDK, -must be installed locally. The variable @var{tramp-adb-sdk-dir} must -be set to its installation directory. - @end table @@ -1041,6 +1031,17 @@ Windows, this method isn't available. Instead, you can use UNC file names like @file{//melancholia/daniel$$/.emacs}. The only disadvantage is that there's no possibility to specify another user name. + + +@item @option{adb} +@cindex method adb +@cindex adb method + +This special method uses the Android Debug Bridge for connecting +Android devices. The Android Debug Bridge, part of the Android SDK, +must be installed locally. The variable @var{tramp-adb-sdk-dir} must +be set to its installation directory. + @end table @@ -1089,6 +1090,7 @@ phones. For the time being, @value{tramp} only supports OBEX over Bluetooth. The @option{synce} method allows communication with Windows Mobile devices. Beside GVFS for mounting remote files and directories via FUSE, it also needs the SYNCE-GVFS plugin. + @end table @defopt tramp-gvfs-methods @@ -1596,6 +1598,7 @@ can return user names only. Finally, a function which parses @file{~/.netrc} like files. This includes also @file{~/.authinfo}-style files. + @end table If you want to keep your own data in a file, with your own structure,