Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site allegra.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!harvard!think!mit-eddie!allegra!mp From: mp@allegra.UUCP (Mark Plotnick) Newsgroups: net.bugs.4bsd Subject: Re: vi bug(feature?) Message-ID: <4821@allegra.UUCP> Date: Fri, 26-Jul-85 10:44:12 EDT Article-I.D.: allegra.4821 Posted: Fri Jul 26 10:44:12 1985 Date-Received: Sun, 28-Jul-85 03:29:07 EDT References: <144@peregrine.UUCP> Organization: AT&T Bell Laboratories, Murray Hill Lines: 10 Don't put any commands that may cause output (like tset or clear) in your .cshrc file; place them in your .login file instead. Also, in your .cshrc, make sure that any csh variables that may cause output (such as prompt, mail, or time) are only set if the csh is an interactive one, e.g. if ($?prompt) then set time=(10 "%Uu %Ss %E %P %Xktext+%Dkdata %Ireads %Owrites %Fpf %Wswaps") set prompt="`hostname | sed s/tempo-//`% " endif