tramp (2.2.5-pre); tramp-cleanup-all-buffers opens new connections in unmodified buffers
Dave Abrahams <dave <at> boostpro.com>
2012-03-15 22:17:34 GMT
Enter your bug report in this message, including as much detail
as you possibly can about the problem, what you did to cause it
and what the local and remote machines are.
If you can give a simple set of instructions to make this bug
happen reliably, please include those. Thank you for helping
kill bugs in Tramp.
Before reproducing the bug, you might apply
M-x tramp-cleanup-all-connections
This allows to investigate from a clean environment. Another
useful thing to do is to put
(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*
buffer in your bug report.
--bug report follows this line--
Sometimes I use `M-x tramp-cleanup-all-buffers' when I want to
disconnect from everything and not incur any more network overhead, but
it just noticed it was opening new connections when I did that. How do
I disconnect, quick and clean? Should tramp-cleanup-all-buffers call
tramp-cleanup-all-connections first?
(Continue reading)