all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Cc: Noah Friedman <friedman@splode.com>
Subject: Re: master 1196e3f: (tramp-open-connection-setup-interactive-shell): Send -onlcr as well.
Date: Mon, 12 Oct 2015 14:40:59 +0200	[thread overview]
Message-ID: <87egh0feec.fsf@gmx.de> (raw)
In-Reply-To: <E1Zkgt7-0003MK-9L@vcs.savannah.gnu.org> (Noah Friedman's message of "Fri, 09 Oct 2015 23:15:45 +0000")

Noah Friedman <friedman+savannah@splode.com> 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	other threads:[~2015-10-12 12:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20151009231545.12874.47698@vcs.savannah.gnu.org>
     [not found] ` <E1Zkgt7-0003MK-9L@vcs.savannah.gnu.org>
2015-10-12 12:40   ` Michael Albinus [this message]
2015-10-12 18:37     ` master 1196e3f: (tramp-open-connection-setup-interactive-shell): Send -onlcr as well Noah Friedman
2015-10-13  8:09       ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87egh0feec.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=friedman@splode.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.