emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100836: * tramp.texi (Inline methods): Remove remark about doubled "-t"
Date: Sat, 17 Jul 2010 11:42:59 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100836
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sat 2010-07-17 11:42:59 +0200
message:
  * tramp.texi (Inline methods): Remove remark about doubled "-t"
  argument.
  (Frequently Asked Questions): Recommend "sshx" and "scpx" for
  echoing shells.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-07-10 18:52:53 +0000
+++ b/doc/misc/ChangeLog        2010-07-17 09:42:59 +0000
@@ -1,3 +1,10 @@
+2010-07-17  Michael Albinus  <address@hidden>
+
+       * 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  <address@hidden>
 
        * tramp.texi (Inline methods): Remove "kludgy" phrase.

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2010-07-10 18:52:53 +0000
+++ b/doc/misc/tramp.texi       2010-07-17 09:42:59 +0000
@@ -693,8 +693,6 @@
 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 @@
 @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
@@ -2838,6 +2836,17 @@
 @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
address@hidden already.  In such situations it might be helpful to use
+the @option{sshx} or @option{scpx} methods, which allocate a pseudo tty.
address@hidden methods}.
+
address@hidden
 @value{tramp} doesn't transfer strings with more than 500 characters
 correctly
 


reply via email to

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