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

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

Re: Tramp prompt (?) issue


From: Emanuel Berg
Subject: Re: Tramp prompt (?) issue
Date: Fri, 31 Jul 2020 21:57:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Michael Albinus wrote:

> Which shell do you use on that machine? Is it also
> zsh?

It is zsh. I don't know/remember how I managed to do
that, this was 10+ years ago, but the default shell
is/was bash, that much I remember.

Because there is no chsh tho, otherwise I would have
tried setting it back to bash.

But maybe this is a SunOS, and not a zsh issue...?

> Have you applied the change I've recommended last
> message on that machine?

Yes, of course, this

  [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return

is in

  http://user.it.uu.se/~embe8573/conf/.zshrc

(wierd place for that file, but yes, the ~/.zshrc is
a link to that, this I also don't remember the reason
why I did)

> What do you see, if you call manually
>
> # ssh -l embe8573 -o ControlMaster=auto -o
> ControlPath='tramp.%C' -o ControlPersist=no -e none
> polhem.it.uu.se

$ sudo ssh -l embe8573 -o ControlMaster=auto -o ControlPath='tramp.%C' -o 
ControlPersist=no -e none polhem.it.uu.se
Password: ***
Last login: Fri Jul 31 21:48:18 2020 from c-fd84225c.021-
.Z. ls

That last line looks like ^ then [ then Z then ^ then
[, or char by char, ESCAPE, LATIN CAPITAL LETTER Z,
and ESCAPE again.

Nothing happens, I do C-g and can type again but if
I type a command again, nothing happens.

Thanks for the enthusiasm BTW :)

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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