]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Inline methods): Remove remark about doubled "-t"
authorMichael Albinus <albinus@detlef>
Sat, 17 Jul 2010 09:42:59 +0000 (11:42 +0200)
committerMichael Albinus <albinus@detlef>
Sat, 17 Jul 2010 09:42:59 +0000 (11:42 +0200)
argument.
(Frequently Asked Questions): Recommend "sshx" and "scpx" for
echoing shells.

doc/misc/ChangeLog
doc/misc/tramp.texi

index 2f8a89d4b3c9927e487216cc52c2a6d5a5c19351..87ca6ad07ea0d01a52528b056600e6483edd156d 100644 (file)
@@ -1,3 +1,10 @@
+2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Inline methods): Remove remark about doubled "-t"
+       argument.
+       (Frequently Asked Questions): Recommend "sshx" and "scpx" for
+       echoing shells.
+
 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (Inline methods): Remove "kludgy" phrase.
index 4d853a5fb2ca20ade74cb6355e9ee23534c2598a..e2d777c5cc2a51b636df9a672792067c3fbfb6de 100644 (file)
@@ -693,8 +693,6 @@ This is also useful for Windows users where @command{ssh}, when
 invoked from an @value{emacsname} buffer, tells them that it is not
 allocating a pseudo tty.  When this happens, the login shell is wont
 to not print any shell prompt, which confuses @value{tramp} mightily.
-For reasons unknown, some Windows ports for @command{ssh} require the
-doubled @samp{-t} option.
 
 This supports the @samp{-p} argument.
 
@@ -2803,7 +2801,7 @@ increase this level only temporarily, hunting bugs.
 @item
 @value{tramp} does not connect to the remote host
 
-When @value{tramp} does not connect to the remote host, there are two
+When @value{tramp} does not connect to the remote host, there are three
 reasons heading the bug mailing list:
 
 @itemize @minus
@@ -2837,6 +2835,17 @@ the following command:
 [ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
 @end example
 
+@item
+Echoed characters after login
+
+When the remote machine opens an echoing shell, there might be control
+characters in the welcome message.  @value{tramp} tries to suppress
+such echoes via the @code{stty -echo} command, but sometimes this
+command is not reached, because the echoed output has confused
+@value{tramp} already.  In such situations it might be helpful to use
+the @option{sshx} or @option{scpx} methods, which allocate a pseudo tty.
+@xref{Inline methods}.
+
 @item
 @value{tramp} doesn't transfer strings with more than 500 characters
 correctly