Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!lll-lcc!styx!ames!ptsfa!ihnp4!chinet!nucsrl!gore From: gore@nucsrl.UUCP Newsgroups: comp.emacs Subject: Re: my Re: file completion in the shell buffer Message-ID: <3910006@nucsrl.UUCP> Date: Tue, 24-Mar-87 16:53:44 EST Article-I.D.: nucsrl.3910006 Posted: Tue Mar 24 16:53:44 1987 Date-Received: Fri, 27-Mar-87 02:32:06 EST References: <1048@h.cs.cmu.edu> Organization: Northwestern U, Evanston IL, USA Lines: 13 / nucsrl:comp.emacs / cef@h.cs.cmu.edu (Charles Fineman) / > Let me then repose the question of how to get rid of the echoing of the > command and the ^M's that appear at the end of the lines. I tried putting > "stty nl -echo" into "~/.emacs_csh" with no effect. WHATS GOING ON? I found out why I was having this problem: my shell was tcsh, not csh. And tcsh turns on echo and outputs ^M's, and it ignores the 'nl' and '-echo' options to 'stty'. I worked around this problem by making an alias for emacs that first sets the SHELL variable to /bin/csh. Jacob Gore Northwestern University, Computer Science Research Lab {ihnp4,chinet}!nucsrl!gore