Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/17/84; site ittvax.ATC.ITT.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!ittatc!ittvax!goldman
From: goldman@ittvax.ATC.ITT.UUCP (Ken Goldman)
Newsgroups: net.unix
Subject: Answer - ^Z hanging vi
Message-ID: <485@ittvax.ATC.ITT.UUCP>
Date: Tue, 1-Oct-85 13:40:40 EDT
Article-I.D.: ittvax.485
Posted: Tue Oct  1 13:40:40 1985
Date-Received: Thu, 3-Oct-85 04:38:26 EDT
Distribution: net
Organization: ITT-ATC, Shelton Ct.
Lines: 12

Thanks to all who helped solve this problem (except for the person who
flamed me for not reading the documentation, as you can see reading
the documentation, which I did, would not help).

Here is the response which actually fixed the problem (I'm running
the Bourne shell):

>Try inserting
	>stty susp undef dsusp undef
>into the default .profile.  What is happening is that the ^Z sends a SIG_SUSP
>signal to the vi, which waits for the C-shell csh(1) to take over.  But if you
>are not using csh....