Path: utzoo!utgpu!watmath!att!occrsh!uokmax!apple!motcsd!hpda!hpcuhb!hp-ses!hpcc01!hpccc!hpl-opus!steinbac From: steinbac@hpl-opus.HP.COM (Gunter Steinbach) Newsgroups: comp.unix.questions Subject: Re: VI & spell Message-ID: <63720014@hpl-opus.HP.COM> Date: 14 Nov 89 18:23:16 GMT References: <740@uc.msc.umn.edu> Organization: HP Labs, High Speed Electronics Dept., Palo Alto, CA Lines: 17 / hpl-opus:comp.unix.questions / glex@uf.msc.umn.edu (Jeffrey Gleixner) / 12:08 am Nov 12, 1989 / 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- ----------