Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!rex!ames!dftsrv!mimsy!bane From: bane@mimsy.umd.edu (John R. Bane) Newsgroups: comp.sys.atari.st Subject: Re: Need help w/WWST Keywords: help word writer st Message-ID: <21837@mimsy.umd.edu> Date: 15 Jan 90 21:05:48 GMT References: <839@fozzy.UUCP> Reply-To: bane@mimsy.umd.edu (John R. Bane) Distribution: na Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 14 The problem you're having is that when WWST imports an ASCII file, it leaves all the spaces as good old ASCII space characters. When you type text into WWST normally, it puts a different character between words that it calls a "variable space". The format command will only break lines at variable spaces. The hack I use is to import the text, save it as a WWST formatted file, then pop out to a shell and do the following translate: % tr '\040' '\036' < oldfile.doc > newfile.doc The resulting newfile.doc will format properly. -- ARPAnet: bane@mimsy.umd.edu UUCP:...umcp-cs!bane