comparison lisp/net/tramp-cmds.el @ 109563:35f14a2258f3

* 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.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 28 Jul 2010 12:02:18 +0200
parents 7827d5a5c826
children 280c8ae2476d
comparison
equal deleted inserted replaced
109562:9a8064e866bb 109563:35f14a2258f3
223 M-x tramp-cleanup-all-connections 223 M-x tramp-cleanup-all-connections
224 224
225 This allows to investigate from a clean environment. Another 225 This allows to investigate from a clean environment. Another
226 useful thing to do is to put 226 useful thing to do is to put
227 227
228 (setq tramp-verbose 8) 228 (setq tramp-verbose 9)
229 229
230 in the ~/.emacs file and to repeat the bug. Then, include the 230 in the ~/.emacs file and to repeat the bug. Then, include the
231 contents of the *tramp/foo* buffer and the *debug tramp/foo* 231 contents of the *tramp/foo* buffer and the *debug tramp/foo*
232 buffer in your bug report. 232 buffer in your bug report.
233 233