Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!wuarchive!texbell!texsun!convex!csmith From: csmith@convex.com (Chris Smith) Newsgroups: gnu.emacs Subject: Re: "M-x shell" gives ^M characters. Message-ID: <5135@convex.convex.com> Date: 3 Feb 90 19:12:53 GMT References: <7817@chaph.usc.edu> Sender: usenet@convex.com Distribution: usa Lines: 8 In-reply-to: kondaman@aludra.usc.edu's message of 3 Feb 90 03:01:19 GMT >When using the "shell" command in Emacs, I find that each line of output in >the shell buffer has a "^M" tagged on at the end. Also, any input that I >type is echoed on another line, with a couple of "^M" characters tagged on. Try "stty -echo litout" or "stty -echo -opost" . If you are using tcsh, this won't work -- it "fixes" your "error" every time it types a prompt. You can't use tcsh under emacs.