diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2010-07-28 12:02:18 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2010-07-28 12:02:18 +0200 |
commit | 8fbcce2d5a7bfa1a9bf4648408d688d175b1a4ee (patch) | |
tree | b7d0c84d4b6bfeb8b32ca8457f5fe3e252e47ab2 /lisp/net/tramp-cmds.el | |
parent | 128440c97f540ae93a6579985292425d5f8a1cea (diff) | |
download | emacs-8fbcce2d5a7bfa1a9bf4648408d688d175b1a4ee.tar.gz emacs-8fbcce2d5a7bfa1a9bf4648408d688d175b1a4ee.tar.bz2 emacs-8fbcce2d5a7bfa1a9bf4648408d688d175b1a4ee.zip |
* net/tramp.el (tramp-methods): Move hostname to the end in all
ssh `tramp-login-args'.
(tramp-verbose): Describe verbose level 9.
(tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
(tramp-open-connection-setup-interactive-shell): Trace stty
settings if `tramp-verbose' >= 9.
(tramp-handle-start-file-process): Implement tty setting.
(Bug#4604, Bug#6360)
* net/tramp-cmds.el (tramp-bug): Recommend setting of
`tramp-verbose' to 9.
Diffstat (limited to 'lisp/net/tramp-cmds.el')
-rw-r--r-- | lisp/net/tramp-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 86501561238..0e31360a416 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el @@ -225,7 +225,7 @@ Before reproducing the bug, you might apply This allows to investigate from a clean environment. Another useful thing to do is to put - (setq tramp-verbose 8) + (setq tramp-verbose 9) in the ~/.emacs file and to repeat the bug. Then, include the contents of the *tramp/foo* buffer and the *debug tramp/foo* |