help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem using TRAMP with zsh


From: pluskid
Subject: Re: Problem using TRAMP with zsh
Date: 3 Sep 2006 04:35:24 -0700
User-agent: G2/0.2

Thank you very much, Michael! I'm new to zsh and I've solved
the problem after disabling zle when $TERM is dumb. I think
I can google for zsh's left-hand side and right-hand side prompt
for more information now.

Thanks again!
Best regards, pluskid.
Michael Albinus wrote:
> "pluskid" <pluskid.zju@gmail.com> writes:
>
> > Hello everyone! I have problem using TRAMP. When my login shell is
> > bash, I can use it happily. But when I change my login shell to zsh
> > these days, Emacs hangs when I'm trying to open file with `sudo'
> > method using TRAMP.
>
> >From recent Tramp documentation:
>
>           A special problem is the zsh, which uses left-hand side and
>           right-hand side prompts in parallel.  Therefore, it is
>           necessary to disable the zsh line editor on the remote
>           host.  You shall add to `~/.zshrc' the following command:
>
>                [ $TERM = "dumb" ] && unsetopt zle
> 
> Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]