aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2010-07-10 11:49:41 +0200
committerMichael Albinus2010-07-10 11:49:41 +0200
commitca1bb391deffc77c33811f15ad55856baa94f605 (patch)
tree420bfa5f69e54963d17cac509ebbcdfe905c03e5 /doc/misc
parent5bd55c3cb7e4f4e6c0aaa21692a59ae668bc3ad9 (diff)
downloademacs-ca1bb391deffc77c33811f15ad55856baa94f605.tar.gz
emacs-ca1bb391deffc77c33811f15ad55856baa94f605.zip
* tramp.texi (Inline methods): Remove "kludgy" phrase.
(Filename Syntax): Describe port numbers.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/tramp.texi15
2 files changed, 15 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index c56065136b4..e24363285f5 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12010-07-10 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4 (Filename Syntax): Describe port numbers.
5
12010-07-09 Michael Albinus <michael.albinus@gmx.de> 62010-07-09 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever 8 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 7d41049897e..5d250767f7a 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -629,11 +629,11 @@ Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the
629@command{ssh1} and @command{ssh2} commands explicitly. If you don't 629@command{ssh1} and @command{ssh2} commands explicitly. If you don't
630know what these are, you do not need these options. 630know what these are, you do not need these options.
631 631
632All the methods based on @command{ssh} have an additional kludgy 632All the methods based on @command{ssh} have an additional feature: you
633feature: you can specify a host name which looks like @file{host#42} 633can specify a host name which looks like @file{host#42} (the real host
634(the real host name, then a hash sign, then a port number). This 634name, then a hash sign, then a port number). This means to connect to
635means to connect to the given host but to also pass @code{-p 42} as 635the given host but to also pass @code{-p 42} as arguments to the
636arguments to the @command{ssh} command. 636@command{ssh} command.
637 637
638 638
639@item @option{telnet} 639@item @option{telnet}
@@ -2310,6 +2310,11 @@ using the @option{ssh} method to transfer files, and edit
2310@file{.emacs} in my home directory I would specify the filename 2310@file{.emacs} in my home directory I would specify the filename
2311@file{@trampfn{ssh, daniel, melancholia, .emacs}}. 2311@file{@trampfn{ssh, daniel, melancholia, .emacs}}.
2312 2312
2313Finally, for some methods it is possible to specify a different port
2314number than the default one, given by the method. This is specified
2315by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh,
2316daniel, melancholia#42, .emacs}}.
2317
2313 2318
2314@node Alternative Syntax 2319@node Alternative Syntax
2315@section URL-like filename syntax 2320@section URL-like filename syntax