Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!uc!uf!glex From: glex@uf.msc.umn.edu (Jeffrey Gleixner) Newsgroups: comp.unix.questions Subject: VI & spell Message-ID: <740@uc.msc.umn.edu> Date: 12 Nov 89 08:08:08 GMT Sender: news@uc.msc.umn.edu Reply-To: glex@uf.UUCP (Jeffrey Gleixner) Organization: Minnesota Supercomputer Center, Minneapolis, MN Lines: 15 Summary: I finally have gotten so sick of typo's that I want to run spell while in vi, without exiting or suspending, the file. So I wrote a small script (sp). It takes the input from vi (:1,$!sp) and redirects it to a file, I run spell on the file, pulling up a window (Sun) displaying the output from spell. The window waits for a and then exits. Well that works just fine EXCEPT that I can't continue with vi until I exit the window, probably waiting for the !sp to finish. There has to be a way to do what I want but I haven't been able to figure it out, any ideas??????? Thanks for your help. Please reply E-Mail to: glex@msc.umn.edu -glex-