[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: default remote shell in tramp
From: |
Vinh Nguyen |
Subject: |
Re: default remote shell in tramp |
Date: |
Tue, 20 Jul 2010 16:07:31 -0700 |
On Tue, Jul 20, 2010 at 5:48 AM, Michael Albinus <address@hidden> wrote:
> Sorry, but this doesn't tell me anything. Could you, please, start a
> fresh Emacs, apply the patch above, set tramp-verbose to 10, and show
> the *complete* debug buffer after the run? Then I could follow the
> commands Tramp is sending.
>
> Best regards, Michael.
apologies.
here is what i have in .emacs after applying the patch:
(add-to-list 'load-path "~/Downloads/tramp/lisp")
(require 'tramp)
(setq tramp-default-method "ssh")
(setcdr (assoc 'tramp-remote-sh (assoc "ssh" tramp-methods))
'("/bin/bash"))
(setq tramp-verbose 10)
attached is the debug output (sorry i couldn't copy and paste
everything due to the non-printing characters).
tramp.debug.txt
Description: Text document
- Re: default remote shell in tramp, Michael Albinus, 2010/07/12
- Re: default remote shell in tramp, Vinh Nguyen, 2010/07/19
- Re: default remote shell in tramp, Michael Albinus, 2010/07/20
- Re: default remote shell in tramp,
Vinh Nguyen <=
- Re: default remote shell in tramp, Michael Albinus, 2010/07/21
- Re: default remote shell in tramp, Vinh Nguyen, 2010/07/22
- Re: default remote shell in tramp, Michael Albinus, 2010/07/23
- Re: default remote shell in tramp, Vinh Nguyen, 2010/07/25
- Re: default remote shell in tramp, Michael Albinus, 2010/07/26
- Re: default remote shell in tramp, Vinh Nguyen, 2010/07/26
- Re: default remote shell in tramp, Michael Albinus, 2010/07/26