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: Mon, 03 Aug 2020 18:15:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Michael Albinus wrote:

> There are still just the three characters "ESC
> Z ESC", returning from the remote side. Maybe, it
> isn't a problem of the shell, but what is called
> remotely by ssh.
>
> Let's try to control this. Pls eval the following:
>
> (add-to-list 'tramp-methods
>              `("myssh"
>                (tramp-login-program        "ssh")
>                (tramp-login-args           (("-l" "%u") ("-p" "%p") ("%c")
>                                           ("-e" "none") ("-t" "-t") ("%h")
>                                           ("\"%l -i\"")))
>                (tramp-async-args           (("-q")))
>                (tramp-remote-shell         ,tramp-default-remote-shell)
>                (tramp-remote-shell-login   ("-l"))
>                (tramp-remote-shell-args    ("-c"))))

I don't have any `tramp-default-remote-shell' :(

Only:

  tramp-default-host
  tramp-default-host-alist
  tramp-default-method
  tramp-default-method-alist
  tramp-default-method-marker
  tramp-default-proxies-alist
  tramp-default-user
  tramp-default-user-alist

https://dataswamp.org/~incal/emacs-init/tramp-my.el

-- 
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]