emacs-devel
[Top][All Lists]
Advanced

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

Re: master 1196e3f: (tramp-open-connection-setup-interactive-shell): Sen


From: Michael Albinus
Subject: Re: master 1196e3f: (tramp-open-connection-setup-interactive-shell): Send -onlcr as well.
Date: Mon, 12 Oct 2015 14:40:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Noah Friedman <address@hidden> writes:

Hi Noah,

> diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
> index 433b2ba..7d24b54 100644
> --- a/lisp/net/tramp-sh.el
> +++ b/lisp/net/tramp-sh.el
> @@ -4153,7 +4153,7 @@ process to set up.  VEC specifies the connection."
>  
>      ;; Disable tab and echo expansion.
>      (tramp-message vec 5 "Setting up remote shell environment")
> -    (tramp-send-command vec "stty tab0 -inlcr -echo kill '^U' erase '^H'" t)
> +    (tramp-send-command vec "stty tab0 -inlcr -onlcr -echo kill '^U' erase 
> '^H'" t)
>      ;; Check whether the echo has really been disabled.  Some
>      ;; implementations, like busybox of embedded GNU/Linux, don't
>      ;; support disabling.

Could you pls explain the reason for this change? The default setting is
"onlcr", which is also used when you apply "stty sane".

Is there a problem you have detected with Tramp? The current settings
are used for 10+ years, and nobody did report yet.

Thanks, and best regards, Michael.



reply via email to

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