Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards,net.bugs.4bsd Subject: Re: Cshell w/completion ... bug found Message-ID: <1024@utah-gr.UUCP> Date: Fri, 16-Dec-83 04:53:58 EST Article-I.D.: utah-gr.1024 Posted: Fri Dec 16 04:53:58 1983 Date-Received: Sat, 17-Dec-83 03:44:12 EST References: qumix.234 Lines: 8 That's not a bug, it's a V-GER! Really, the tcsh thinks it's simpler to always echo, then it has last work to figure out how to wipe out the echo of the escape, and all that. Anyway, if you want to turn off echo for the execution of a particular program, the sequence % stty -echo ; prog will always work. =Spencer