Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!caen!umich!terminator!pisa.ifs.umich.edu!rees From: rees@pisa.ifs.umich.edu (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: Apollo Word Wrap Message-ID: <4e246509.1bc5b@pisa.ifs.umich.edu> Date: 21 Nov 90 16:47:26 GMT References: <1990Nov20.212949.10429@quintro.uucp> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 11 In article <1990Nov20.212949.10429@quintro.uucp>, daf@quintro.uucp (Doug Flesner) writes: Is there a command that will enable me to continue on to the next line without hitting a return in an apollo dm edit window? I thought this was documented but I can't find it in the dm/commands help file. 'ww -c xx' sets the wrap column to xx. 'ww -a' turns on auto-wrap, and 'ww' turns it off. This works in a marked region as well, so you can define a key to auto-wrap a marked region of text. Mine is on f3: kd f3 ww -c 76;ww -a;ww ke