Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!richsun!richs118!marke From: marke@richs118.cpg.trs.reuter.com (Mark Ellis) Newsgroups: comp.windows.open-look Subject: Re: Mailtool line wrap Keywords: Mailtool Message-ID: <1529@richsun.cpg.trs.reuter.com> Date: 28 Feb 91 13:29:14 GMT References: <4x8v6x3@openlook.Unify.Com> Sender: news@richsun.cpg.trs.reuter.com Reply-To: richsun!marke Followup-To: marke@richs118.cpg.trs.reuter.com Organization: Reuters Client Site Systems Lines: 9 The solution which I use is to use the "Format" menu option from the pull-down "Extras" menu. You can define your own "Extras" menu (check you Open Windows Documentation for details, or the man page for textedit.) Select your entire text (4 clicks), then select "Format" from the "Extras" menu. This will run the selected text through the Unix filter "fmt" which adds new lines at word boundaries. What column to cut at is a command line parameter to "fmt". I also use the "-s" option to "fmt" to keep tables and such intact. Hope this helps.