diff options
| author | Michael Albinus | 2010-07-10 11:49:41 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-07-10 11:49:41 +0200 |
| commit | ca1bb391deffc77c33811f15ad55856baa94f605 (patch) | |
| tree | 420bfa5f69e54963d17cac509ebbcdfe905c03e5 /doc/misc | |
| parent | 5bd55c3cb7e4f4e6c0aaa21692a59ae668bc3ad9 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 15 |
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 @@ | |||
| 1 | 2010-07-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Inline methods): Remove "kludgy" phrase. | ||
| 4 | (Filename Syntax): Describe port numbers. | ||
| 5 | |||
| 1 | 2010-07-09 Michael Albinus <michael.albinus@gmx.de> | 6 | 2010-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 |
| 630 | know what these are, you do not need these options. | 630 | know what these are, you do not need these options. |
| 631 | 631 | ||
| 632 | All the methods based on @command{ssh} have an additional kludgy | 632 | All the methods based on @command{ssh} have an additional feature: you |
| 633 | feature: you can specify a host name which looks like @file{host#42} | 633 | can 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 | 634 | name, then a hash sign, then a port number). This means to connect to |
| 635 | means to connect to the given host but to also pass @code{-p 42} as | 635 | the given host but to also pass @code{-p 42} as arguments to the |
| 636 | arguments 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 | ||
| 2313 | Finally, for some methods it is possible to specify a different port | ||
| 2314 | number than the default one, given by the method. This is specified | ||
| 2315 | by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh, | ||
| 2316 | daniel, 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 |