* net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jul 2011 12:12:38 +0000 (14:12 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jul 2011 12:12:38 +0000 (14:12 +0200)
commit6d95bd466439906b67b9c06647f3d20857c30599
treead7faf504f697ee76927dcb786908c730f56103d
parent909e6b672d29759956482ba89d5591432c7370e3
* net/tramp-cmds.el (tramp-cleanup-this-connection): New command.

* net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
(tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
Use it.
(tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
`tramp-default-remote-path' does not exist.
(tramp-send-command-and-read): New optional argument NOERROR.
(tramp-open-connection-setup-interactive-shell)
(tramp-get-remote-path, tramp-get-remote-stat): Use it.
(tramp-get-remote-readlink): Do not mask with `ignore-errors'.
(tramp-process-sentinel): Flush also process' connection property.
(tramp-sh-handle-start-file-process): Do not set process
sentinel.  It is done now ...
(tramp-maybe-open-connection): ... here.  (Bug#8929)
lisp/ChangeLog
lisp/net/tramp-cmds.el
lisp/net/tramp-sh.el