diff options
| -rw-r--r-- | doc/misc/tramp.texi | 24 | ||||
| -rw-r--r-- | etc/ChangeLog.1 | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index b001821a7e0..eafd2385a5e 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -883,8 +883,8 @@ This method works only for unified file names, see @ref{Issues}. | |||
| 883 | @cindex smb method | 883 | @cindex smb method |
| 884 | 884 | ||
| 885 | This is another non-native @value{tramp} method. @command{smbclient} | 885 | This is another non-native @value{tramp} method. @command{smbclient} |
| 886 | connects to any host with SMB/CIFS protocol, such as MS Windows and | 886 | connects to any server supporting the SMB/CIFS protocol, such as MS Windows and |
| 887 | Samba Servers running on Unixes. Tests show this @value{tramp} method | 887 | Samba running on GNU/Linux. Tests show this @value{tramp} method |
| 888 | works with MS Windows NT, MS Windows 2000, MS Windows XP, MS Windows | 888 | works with MS Windows NT, MS Windows 2000, MS Windows XP, MS Windows |
| 889 | Vista, and MS Windows 7. | 889 | Vista, and MS Windows 7. |
| 890 | 890 | ||
| @@ -973,13 +973,13 @@ name when a single Android device is connected to @command{adb}. | |||
| 973 | name. @command{adb devices} shows available host names. | 973 | name. @command{adb devices} shows available host names. |
| 974 | 974 | ||
| 975 | @option{adb} method normally does not need user name to authenticate | 975 | @option{adb} method normally does not need user name to authenticate |
| 976 | on the Andriod device because it runs under the @command{adbd} | 976 | on the Android device because it runs under the @command{adbd} |
| 977 | process. But when a user name is specified, however, @value{tramp} | 977 | process. But when a user name is specified, however, @value{tramp} |
| 978 | applies an @command{su} in the syntax. When authentication does not | 978 | applies an @command{su} in the syntax. When authentication does not |
| 979 | succeed, especially on un-rooted Android devices, @value{tramp} | 979 | succeed, especially on un-rooted Android devices, @value{tramp} |
| 980 | displays login errors. | 980 | displays login errors. |
| 981 | 981 | ||
| 982 | For Andriod devices connected through TCP/IP, a port number can be | 982 | For Android devices connected through TCP/IP, a port number can be |
| 983 | specified using @file{device#42} host name syntax or @value{tramp} can | 983 | specified using @file{device#42} host name syntax or @value{tramp} can |
| 984 | use the default value as declared in @command{adb} command. Port | 984 | use the default value as declared in @command{adb} command. Port |
| 985 | numbers are not applicable to Android devices connected through USB@. | 985 | numbers are not applicable to Android devices connected through USB@. |
| @@ -1965,7 +1965,7 @@ where @samp{192.168.0.1} is the remote host IP address | |||
| 1965 | 1965 | ||
| 1966 | @value{tramp} uses the @option{adb} method to access Android | 1966 | @value{tramp} uses the @option{adb} method to access Android |
| 1967 | devices. Android devices provide a restricted shell access through an | 1967 | devices. Android devices provide a restricted shell access through an |
| 1968 | USB connection. The local host must have Andriod SDK installed. | 1968 | USB connection. The local host must have the Android SDK installed. |
| 1969 | 1969 | ||
| 1970 | Applications such as @code{SSHDroid} that run @command{sshd} process | 1970 | Applications such as @code{SSHDroid} that run @command{sshd} process |
| 1971 | on the Android device can accept any @option{ssh}-based methods | 1971 | on the Android device can accept any @option{ssh}-based methods |
| @@ -2088,7 +2088,7 @@ To ``turns off'' the backup feature for @value{tramp} files and stop | |||
| 2088 | 2088 | ||
| 2089 | @ifset emacs | 2089 | @ifset emacs |
| 2090 | @noindent | 2090 | @noindent |
| 2091 | Disabling backups can be targetted to just @option{su} and | 2091 | Disabling backups can be targeted to just the @option{su} and |
| 2092 | @option{sudo} methods: | 2092 | @option{sudo} methods: |
| 2093 | 2093 | ||
| 2094 | @lisp | 2094 | @lisp |
| @@ -2173,7 +2173,7 @@ direct all auto saves to that location. | |||
| 2173 | @end ifset | 2173 | @end ifset |
| 2174 | @ifset xemacs | 2174 | @ifset xemacs |
| 2175 | @code{auto-save-directory} can also be used here instead of other | 2175 | @code{auto-save-directory} can also be used here instead of other |
| 2176 | locations specfied above. | 2176 | locations specified above. |
| 2177 | @end ifset | 2177 | @end ifset |
| 2178 | 2178 | ||
| 2179 | @node Windows setup hints | 2179 | @node Windows setup hints |
| @@ -2187,7 +2187,7 @@ This section is incomplete. Please share your solutions. | |||
| 2187 | 2187 | ||
| 2188 | Cygwin's @command{ssh} works only with a Cygwin version of | 2188 | Cygwin's @command{ssh} works only with a Cygwin version of |
| 2189 | @value{emacsname}. To check for compatibility: type @kbd{M-x eshell}, and | 2189 | @value{emacsname}. To check for compatibility: type @kbd{M-x eshell}, and |
| 2190 | start @kbd{ssh test.host}. Incompatbilities trigger this message: | 2190 | start @kbd{ssh test.host}. Incompatibilities trigger this message: |
| 2191 | 2191 | ||
| 2192 | @example | 2192 | @example |
| 2193 | Pseudo-terminal will not be allocated because stdin is not a terminal. | 2193 | Pseudo-terminal will not be allocated because stdin is not a terminal. |
| @@ -2242,7 +2242,7 @@ authentication, host names, and file names. | |||
| 2242 | 2242 | ||
| 2243 | Unlike opening local files in @value{emacsname}, which are | 2243 | Unlike opening local files in @value{emacsname}, which are |
| 2244 | instantaneous, opening remote files in @value{tramp} is slower at | 2244 | instantaneous, opening remote files in @value{tramp} is slower at |
| 2245 | first. Sometimes there is a noticable delay before the prompts for | 2245 | first. Sometimes there is a noticeable delay before the prompts for |
| 2246 | passwords or authentication appear in the minibuffer. Hitting | 2246 | passwords or authentication appear in the minibuffer. Hitting |
| 2247 | @kbd{@key{RET}} or other keys during this gap will be processed by | 2247 | @kbd{@key{RET}} or other keys during this gap will be processed by |
| 2248 | @value{emacsname}. This type-ahead facility is a feature of | 2248 | @value{emacsname}. This type-ahead facility is a feature of |
| @@ -2322,7 +2322,7 @@ This is done by replacing the initial @file{@value{prefix}} with | |||
| 2322 | @file{@value{prefix}@var{method}@value{postfixhop}} (Note the trailing | 2322 | @file{@value{prefix}@var{method}@value{postfixhop}} (Note the trailing |
| 2323 | slash!). | 2323 | slash!). |
| 2324 | @end ifset | 2324 | @end ifset |
| 2325 | The syntax specificaton for user, host, and file do not change. | 2325 | The syntax specifications for user, host, and file do not change. |
| 2326 | 2326 | ||
| 2327 | To connect to the host @code{melancholia} as @code{daniel}, using | 2327 | To connect to the host @code{melancholia} as @code{daniel}, using |
| 2328 | @option{ssh} method for @file{.emacs} in @code{daniel}'s home | 2328 | @option{ssh} method for @file{.emacs} in @code{daniel}'s home |
| @@ -2400,8 +2400,8 @@ persistently (@pxref{Connection caching}) will be included in the | |||
| 2400 | completion lists. | 2400 | completion lists. |
| 2401 | 2401 | ||
| 2402 | After remote host name completion comes completion of file names on | 2402 | After remote host name completion comes completion of file names on |
| 2403 | the remote host. It works the same as on loal host file completion | 2403 | the remote host. It works the same as with local host file completion, |
| 2404 | except when killing with double-slash @file{//} kills only the file | 2404 | except that killing with double-slash @file{//} kills only the file |
| 2405 | name part of the @value{tramp} file name syntax. | 2405 | name part of the @value{tramp} file name syntax. |
| 2406 | @ifset emacs | 2406 | @ifset emacs |
| 2407 | A triple-slash stands for the default behavior. | 2407 | A triple-slash stands for the default behavior. |
diff --git a/etc/ChangeLog.1 b/etc/ChangeLog.1 index 644b9c46a77..b2694d78a11 100644 --- a/etc/ChangeLog.1 +++ b/etc/ChangeLog.1 | |||
| @@ -5110,7 +5110,7 @@ | |||
| 5110 | 5110 | ||
| 5111 | * PROBLEMS: More reorganization to exile old stuff to the | 5111 | * PROBLEMS: More reorganization to exile old stuff to the |
| 5112 | pre-2000 section. I looked up end-of-life dates for a bunch | 5112 | pre-2000 section. I looked up end-of-life dates for a bunch |
| 5113 | of old Unixes to check. | 5113 | of old Unix systems to check. |
| 5114 | 5114 | ||
| 5115 | 2004-08-24 Bill Wohler <wohler@newt.com> | 5115 | 2004-08-24 Bill Wohler <wohler@newt.com> |
| 5116 | 5116 | ||