Index: editors/emacs/files/patch-lisp_net_tramp-sh.el =================================================================== --- editors/emacs/files/patch-lisp_net_tramp-sh.el (nonexistent) +++ editors/emacs/files/patch-lisp_net_tramp-sh.el (作業コピー) @@ -0,0 +1,10 @@ +--- lisp/net/tramp-sh.el.orig 2019-07-25 19:41:28 UTC ++++ lisp/net/tramp-sh.el +@@ -4059,6 +4059,7 @@ process to set up. VEC specifies the connection." + + ;; Disable echo expansion. + (tramp-message vec 5 "Setting up remote shell environment") ++ (tramp-send-command vec "set +E" t) + (tramp-send-command + vec "stty -inlcr -onlcr -echo kill '^U' erase '^H'" t) + ;; Check whether the echo has really been disabled. Some Property changes on: editors/emacs/files/patch-lisp_net_tramp-sh.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property