Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cwjcc!gatech!ken From: ken@gatech.edu (Ken Seefried iii) Newsgroups: comp.emacs Subject: Re: Line-wrapping as opposed to line-truncating Message-ID: <18082@gatech.edu> Date: 6 Mar 89 15:55:13 GMT References: <4525@cs.Buffalo.EDU> Reply-To: ken@gatech.UUCP (Ken Seefried iii) Organization: School of Information and Computer Science, Georgia Tech, Atlanta Lines: 16 In most modes do: M-x auto-fill-mode Works just the way you want (default breaks lines at 70 chars). You can change this value with the 'C-x f' command. For example, to set the width to 40 chars, you would say: C-u 40 C-x f (I assume that you already know that C-u is the way to give a numerical argument to a GNUEmacs command). ...ken seefried iii ken@gatech.edu