https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807
Yuichiro NAITO <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Yuichiro NAITO <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
