So basically I am doing the following:
- Opening a dired buffer with tramp on a remote.
- Opening a shell on the remote (
M-x shell
)
Then if I try for example to type any command such as ls -la
the prompt will display l
and then take something like 10 seconds to display the remaining input.
If I C-g
when the prompt is stuck at l
then the hang time will disappear, and the remaining input will be directly displayed.
I believe this could be a completion problem, for some reason from my config emacs would be searching for stuff on the remote. As another thread mentioned I tried disabling (global-projectile-mode). I also have company installed.
The hard thing for debugging is that no output is displayed in messages. Any ideas on what may be causing this hang time?