diff options
| author | Michael Albinus | 2009-06-22 21:06:49 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-06-22 21:06:49 +0000 |
| commit | 6fa5052f067af617cb42f876afa02d02586953a0 (patch) | |
| tree | 39bbd0e41fc64e141911be505a557deff8b83123 /lisp | |
| parent | 70c11b0be3bed7e921109881268d7ac734fd3495 (diff) | |
| download | emacs-6fa5052f067af617cb42f876afa02d02586953a0.tar.gz emacs-6fa5052f067af617cb42f876afa02d02586953a0.zip | |
* net/tramp-cmds.el (tramp-bug): Recommend
`tramp-cleanup-all-connections' in the bug mail.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp-cmds.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 4f159ac4246..7717cbf118d 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el | |||
| @@ -219,7 +219,12 @@ If you can give a simple set of instructions to make this bug | |||
| 219 | happen reliably, please include those. Thank you for helping | 219 | happen reliably, please include those. Thank you for helping |
| 220 | kill bugs in Tramp. | 220 | kill bugs in Tramp. |
| 221 | 221 | ||
| 222 | Another useful thing to do is to put | 222 | Before reproducing the bug, you might apply |
| 223 | |||
| 224 | M-x tramp-cleanup-all-connections | ||
| 225 | |||
| 226 | This allows to investigate from a clean environment. Another | ||
| 227 | useful thing to do is to put | ||
| 223 | 228 | ||
| 224 | (setq tramp-verbose 8) | 229 | (setq tramp-verbose 8) |
| 225 | 230 | ||