Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 exptools 1/6/84; site ixhte.UUCP Path: utzoo!linus!philabs!seismo!harpo!eagle!mhuxl!ihnp4!ixhte!gary From: gary@ixhte.UUCP (Gary Heermann) Newsgroups: net.general Subject: Running spell from VI Message-ID: <116@ixhte.UUCP> Date: Mon, 16-Jan-84 09:43:48 EST Article-I.D.: ixhte.116 Posted: Mon Jan 16 09:43:48 1984 Date-Received: Tue, 17-Jan-84 02:42:44 EST Organization: AT&T Bell Labs, Naperville, IL Lines: 17 To steve and anyone else interested in running spell from VI. I didn't find this in any VI documentation so I can't guarantee that it will work for all VIs but it does with mine so here it is. It is simply to write the vi temp buffer to spell rather than to a file. therefore :w !spell will run the text in the buffer through spell. One minor problem is that the command must be simple: ie. you cannot use pipes to get page control. :w !spell | more will not work. Gary Heermann ixhte!gary ihuxm!gary