Does TRAMP not work with servers that use fancy prompts?
Jun. 16th, 2025 11:31 am![[syndicated profile]](https://www.dreamwidth.org/img/silk/identity/feed.png)
I'm using powerline on my remote server to generate the prompt. When I try opening a remote file with tramp, it completely hangs my Emacs. I don't know how to even debug this because there's nothing shown when I start Emacs with --debug-init
. I've also tried starting it with just -Q
and the result is the same.
It works fine if I disable powerline. There was a post about a similiar issue 2 years ago, also without a solution and it looks related to my issue.
Is this something that has a workaround as a configuration change or is it just broken?
I have tried this but no luck:
(setq tramp-remote-shell "/bin/bash") (setq tramp-remote-shell-args '("--norc" "--noprofile" "-i"))
[link] [comments]