emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101423: * tramp.texi (Inline methods


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101423: * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
Date: Mon, 13 Sep 2010 17:32:45 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101423
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Mon 2010-09-13 17:32:45 +0200
message:
  * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
  "fish" methods.
  (External methods): Remove "scp1_old" and "scp2_old" methods.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-09-09 08:04:35 +0000
+++ b/doc/misc/ChangeLog        2010-09-13 15:32:45 +0000
@@ -1,3 +1,9 @@
+2010-09-13  Michael Albinus  <address@hidden>
+
+       * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
+       "fish" methods.
+       (External methods): Remove "scp1_old" and "scp2_old" methods.
+
 2010-09-09  Michael Albinus  <address@hidden>
 
        * tramp.texi: Remove Japanese manual.  Fix typo.

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2010-09-09 08:04:35 +0000
+++ b/doc/misc/tramp.texi       2010-09-13 15:32:45 +0000
@@ -619,10 +619,6 @@
 @file{~/.ssh/config}, the SSH configuration file, which protocol
 should be used, and use the regular @option{ssh} method.)
 
-Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the
address@hidden and @command{ssh2} commands explicitly.  If you don't
-know what these are, you do not need these options.
-
 All the methods based on @command{ssh} have an additional feature: you
 can specify a host name which looks like @file{host#42} (the real host
 name, then a hash sign, then a port number).  This means to connect to
@@ -731,19 +727,6 @@
 hasn't defined a user name.  Different port numbers must be defined in
 the session.
 
-
address@hidden @option{fish}
address@hidden method fish
address@hidden fish method
-
-This is an experimental implementation of the fish protocol, known from
-the GNU Midnight Commander or the KDE Konqueror.  @value{tramp} expects
-the fish server implementation from the KDE kioslave.  That means, the
-file @file{~/.fishsrv.pl} is expected to reside on the remote host.
-
-The implementation lacks good performance.  The code is offered anyway,
-maybe somebody can improve the performance.
-
 @end table
 
 
@@ -803,10 +786,6 @@
 @file{~/.ssh/config}, the SSH configuration file, which protocol
 should be used, and use the regular @option{scp} method.)
 
-Two other variants, @option{scp1_old} and @option{scp2_old}, use the
address@hidden and @command{ssh2} commands explicitly.  If you don't
-know what these are, you do not need these options.
-
 All the @command{ssh} based methods support the @samp{-p} feature
 where you can specify a port number to connect to in the host name.
 For example, the host name @file{host#42} tells @value{tramp} to


reply via email to

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