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

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

bug#1115: 23.0.60; Tramp hangs via 'su' with zsh


From: Michael Albinus
Subject: bug#1115: 23.0.60; Tramp hangs via 'su' with zsh
Date: Wed, 08 Oct 2008 13:36:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Gour <gour@mail.inet.hr> writes:

> Yeah, I got some help on zsh and put the following in my .zshrc files:
>
> case $TERM in
>     dumb) # tramp
>         unsetopt zle
>         ;;
> esac
>
>
> and the above solves the problem of accessing the root files on the same
> machine via 'su'.
>
> However, the remaining problem is remote access to files (e.g. from
> laptop to desktop) when the tramp fails with when the remote machine has
> the following 'prompt':
>
> PS1="[%{${fg[green]}%}%n%{${fg[black]}%}@%{${fg[blue]}%}%m
> %{${fg[red]}%}%1d%{${fg[black]}%}] "

Tramp is not able to detect such a prompt. Please set $PS1 to "$ " or
something like this, when $TERM is "dumb".

> Sincerely,
> Gour

Best regards, M>ichael.






reply via email to

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