https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807
Yuichiro NAITO <naito.yuich...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |naito.yuich...@gmail.com --- Comment #3 from Yuichiro NAITO <naito.yuich...@gmail.com> --- Hi, this PR insterests to me. In my additional investigation, NetBSD doesn't have this problem, because -E option of /bin/sh is not enabled by default. So NetBSD's /bin/sh doesn't enter edit mode. The -E option is enabled by default on FreeBSD. I think emacs should execute "set +E" just before "stty -inlcr -onlcr -echo kill '^U' erase '^H'". I believe this will solve this problem. I'm afraid that changing ~/.editrc affects to another /bin/sh processes which are created while tramp-mode is running. Some users are really running /bin/sh as a login shell. If they run tramp-mode and login to the same server, they will be confused. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"