emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111470: * tramp.texi (Default Host):


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111470: * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
Date: Thu, 10 Jan 2013 08:34:48 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111470
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Thu 2013-01-10 08:34:48 +0100
message:
  * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-01-09 08:30:21 +0000
+++ b/doc/misc/ChangeLog        2013-01-10 07:34:48 +0000
@@ -1,3 +1,7 @@
+2013-01-10  Michael Albinus  <address@hidden>
+
+       * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
+
 2013-01-09  Bastien Guerry  <address@hidden>
 
        * org.texi (Pushing to MobileOrg): Add footnote about using

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-01-05 21:18:01 +0000
+++ b/doc/misc/tramp.texi       2013-01-10 07:34:48 +0000
@@ -1279,8 +1279,8 @@
 @end lisp
 
 @noindent
-See the documentation for the variable
address@hidden for more details.
+See the documentation for the variable @code{tramp-default-user-alist}
+for more details.
 
 One trap to fall in must be known.  If @value{tramp} finds a default
 user, this user will be passed always to the connection command as
@@ -1338,6 +1338,18 @@
 because @samp{/:} is the prefix for quoted file names.
 @end ifset
 
address@hidden tramp-default-host-alist
+Like with methods and users, you can also specify different default
+hosts for certain method/user combinations via the variable
address@hidden  Usually, this isn't necessary,
+because @code{tramp-default-host} should be sufficient.  For some
+methods, like @code{adb}, that default value must be overwritten,
+which is already the initial value of @code{tramp-default-host-alist}.
+
address@hidden
+See the documentation for the variable @code{tramp-default-host-alist}
+for more details.
+
 
 @node Multi-hops
 @section Connecting to a remote host using multiple hops


reply via email to

[Prev in Thread] Current Thread [Next in Thread]