tramp-devel
[Top][All Lists]
Advanced

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

Re: Tramp loads files but gets stuck always until C-g pressed.....with e


From: Michael Albinus
Subject: Re: Tramp loads files but gets stuck always until C-g pressed.....with every shell tried and prompt
Date: Sun, 25 Jan 2015 21:59:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Christian Seberino <address@hidden> writes:

> Tramp debug output...

... and here we are:

> 12:04:00.450327 tramp-send-command (6) # ( \cd
> /home/cs/Ws/philfour/mvc/views/; hg log -l 1 --template \{rev\}
> about.html </dev/null; echo tramp_exit_status $? )

That's what Tramp sends to the remote host, in order to get hg
information about the file about.html.

> 12:04:00.553760 tramp-accept-process-output (10) #
> WARNING: terminal is not fully functional
>
> -  (press RETURN)

And that's what the hg process returns. It is not happy with the
terminal settings and wants the interactive user to enter RET. Tramp,
obviously, does not understand.

The most simple workaround would be to suppress hg checks. Do you need
them? If not, kick them out.

If you want to get hg information about remote files, I'm a little bit
out of knowledge. Likely, hg needs some settings for that I'm not aware
of.

I remember a similar bug with hg where it was sufficient to set the
HGPLAIN environment variable. Don't know whether it applies here also.

Best regards, Michael.



reply via email to

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