Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!psuvax1!wuarchive!zaphod.mps.ohio-state.edu!think.com!ames!krypton.arc.nasa.gov!ceb From: ceb@krypton.arc.nasa.gov (BUCKLEY) Newsgroups: comp.sys.sgi Subject: staunching csh echoing under emacs on the Iris Message-ID: <1991Apr24.235228.1140@news.arc.nasa.gov> Date: 24 Apr 91 19:57:08 GMT Sender: usenet@news.arc.nasa.gov (USENET Administration) Reply-To: ceb@krypton.arc.nasa.gov Distribution: usa Organization: NASA-Ames Research Center Lines: 14 News-Software: VAX/VMS VNEWS 1.3-4 Running 3.3.2, when I run a subsidiary csh under GNUemacs, in contrast to most every other Unix I've seen, the csh echoes input to it. In concert with Emacs, this leads to a doubling of input lines. While it's not a big problem, it makes the generation of dribble files a rather tedious affair, because you have to go through and edit out the doubling for every input event. Is there some switch to the csh which will prevent it from doing this? I believe the older versions looked at whether or not that which was connected to it was a tty or not - the new one makes no distinction (which means that ls always gives you unicolumnar output unless you specify -C, among other things). Personally I found the old arrangement to be quite fine. Why was it changed?