Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!shelby!neon!Gang-of-Four!weening From: weening@Gang-of-Four.Stanford.EDU (Joe Weening) Newsgroups: gnu.emacs Subject: Re: "M-x shell" gives ^M characters. Message-ID: Date: 4 Feb 90 02:17:52 GMT References: <7817@chaph.usc.edu> <5135@convex.convex.com> Sender: news@Neon.Stanford.EDU (USENET News System) Distribution: usa Organization: Computer Science Department, Stanford University Lines: 11 In-Reply-To: csmith@convex.com's message of 3 Feb 90 19:12:53 GMT In article <5135@convex.convex.com> csmith@convex.com (Chris Smith) writes: >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. You can in fact use tcsh under Emacs, by putting the following in .cshrc: if ($?tcsh && $?EMACS) unset edit -- Joe Weening Computer Science Dept. weening@Gang-of-Four.Stanford.EDU Stanford University