diff options
| author | Michael Albinus | 2013-01-10 08:34:48 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-01-10 08:34:48 +0100 |
| commit | 997d5f2d1d86acc55fa9b659ab69399c2968bbdc (patch) | |
| tree | ef5c36545ee35de6b8a10b52733f5feb6826bb97 | |
| parent | bbc7ff25888a28c2c489cd3cb641d9c3e47a1488 (diff) | |
| download | emacs-997d5f2d1d86acc55fa9b659ab69399c2968bbdc.tar.gz emacs-997d5f2d1d86acc55fa9b659ab69399c2968bbdc.zip | |
* tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index fba163a84ac..4412b1c3c2c 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-01-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Default Host): Introduce `tramp-default-host-alist'. | ||
| 4 | |||
| 1 | 2013-01-09 Bastien Guerry <bzg@gnu.org> | 5 | 2013-01-09 Bastien Guerry <bzg@gnu.org> |
| 2 | 6 | ||
| 3 | * org.texi (Pushing to MobileOrg): Add footnote about using | 7 | * org.texi (Pushing to MobileOrg): Add footnote about using |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a683425868a..3a859c62728 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1279,8 +1279,8 @@ example, if you always have to use the user @samp{john} in the domain | |||
| 1279 | @end lisp | 1279 | @end lisp |
| 1280 | 1280 | ||
| 1281 | @noindent | 1281 | @noindent |
| 1282 | See the documentation for the variable | 1282 | See the documentation for the variable @code{tramp-default-user-alist} |
| 1283 | @code{tramp-default-user-alist} for more details. | 1283 | for more details. |
| 1284 | 1284 | ||
| 1285 | One trap to fall in must be known. If @value{tramp} finds a default | 1285 | One trap to fall in must be known. If @value{tramp} finds a default |
| 1286 | user, this user will be passed always to the connection command as | 1286 | user, this user will be passed always to the connection command as |
| @@ -1338,6 +1338,18 @@ Note, however, that the most simplification @samp{/::} won't work, | |||
| 1338 | because @samp{/:} is the prefix for quoted file names. | 1338 | because @samp{/:} is the prefix for quoted file names. |
| 1339 | @end ifset | 1339 | @end ifset |
| 1340 | 1340 | ||
| 1341 | @vindex tramp-default-host-alist | ||
| 1342 | Like with methods and users, you can also specify different default | ||
| 1343 | hosts for certain method/user combinations via the variable | ||
| 1344 | @code{tramp-default-host-alist}. Usually, this isn't necessary, | ||
| 1345 | because @code{tramp-default-host} should be sufficient. For some | ||
| 1346 | methods, like @code{adb}, that default value must be overwritten, | ||
| 1347 | which is already the initial value of @code{tramp-default-host-alist}. | ||
| 1348 | |||
| 1349 | @noindent | ||
| 1350 | See the documentation for the variable @code{tramp-default-host-alist} | ||
| 1351 | for more details. | ||
| 1352 | |||
| 1341 | 1353 | ||
| 1342 | @node Multi-hops | 1354 | @node Multi-hops |
| 1343 | @section Connecting to a remote host using multiple hops | 1355 | @section Connecting to a remote host using multiple hops |