aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-01-10 08:34:48 +0100
committerMichael Albinus2013-01-10 08:34:48 +0100
commit997d5f2d1d86acc55fa9b659ab69399c2968bbdc (patch)
treeef5c36545ee35de6b8a10b52733f5feb6826bb97
parentbbc7ff25888a28c2c489cd3cb641d9c3e47a1488 (diff)
downloademacs-997d5f2d1d86acc55fa9b659ab69399c2968bbdc.tar.gz
emacs-997d5f2d1d86acc55fa9b659ab69399c2968bbdc.zip
* tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/tramp.texi16
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 @@
12013-01-10 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
4
12013-01-09 Bastien Guerry <bzg@gnu.org> 52013-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
1282See the documentation for the variable 1282See the documentation for the variable @code{tramp-default-user-alist}
1283@code{tramp-default-user-alist} for more details. 1283for more details.
1284 1284
1285One trap to fall in must be known. If @value{tramp} finds a default 1285One trap to fall in must be known. If @value{tramp} finds a default
1286user, this user will be passed always to the connection command as 1286user, 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,
1338because @samp{/:} is the prefix for quoted file names. 1338because @samp{/:} is the prefix for quoted file names.
1339@end ifset 1339@end ifset
1340 1340
1341@vindex tramp-default-host-alist
1342Like with methods and users, you can also specify different default
1343hosts for certain method/user combinations via the variable
1344@code{tramp-default-host-alist}. Usually, this isn't necessary,
1345because @code{tramp-default-host} should be sufficient. For some
1346methods, like @code{adb}, that default value must be overwritten,
1347which is already the initial value of @code{tramp-default-host-alist}.
1348
1349@noindent
1350See the documentation for the variable @code{tramp-default-host-alist}
1351for 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