Path: utzoo!utgpu!water!watmath!clyde!rutgers!iuvax!pur-ee!j.cc.purdue.edu!h.cc.purdue.edu!s.cc.purdue.edu!ahv From: ahv@s.cc.purdue.edu (Jerry L. Bloomfield) Newsgroups: comp.unix.questions Subject: Re: mail word wrapping Keywords: word wrapping Message-ID: <2013@s.cc.purdue.edu> Date: 22 Jan 88 13:26:41 GMT References: <11395@brl-adm.ARPA> Reply-To: ahv@s.cc.purdue.edu.UUCP (Jerry L. Bloomfield) Organization: Purdue University Computing Center (General Consulting) Lines: 16 I don't know about anyone else, but I agree with the general philosophy of our Unix-Group programmers, why re-invent the wheel? The desired effect can be handled via vi (at least in our BSD4.3 on a Vax 780 and Dynix2.0 on a Sequent Balance 21000). All one needs to do is to use the wrapmargin (i.e. :set wm=#, where # is the number of spaces from the right hand side of the screen). All of this information is in the ex manuals. In order to use this just hit a ~v at the beginning of a line and presto, you're in vi on the letter. Sorry if It sounds like I'm trying to baby anyone, but "Why re-invent the wheel?" -Jerry Bloomfield --s.cc.purdue.edu!ahv ---sps@newton.physics.purdue.edu