Path: utzoo!mnetor!uunet!husc6!hao!boulder!sunybcs!bingvaxu!leah!uwmcsd1!ig!jade!ucbvax!LF-SERVER-2.BBN.COM!jr From: jr@LF-SERVER-2.BBN.COM (John Robinson) Newsgroups: comp.emacs Subject: Re: GNU/uEmacs Line Continuation Message-ID: <8801112158.AA04040@ucbvax.Berkeley.EDU> Date: 11 Jan 88 21:41:43 GMT References: <292@lehi3b15.CSEE.Lehigh.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: jr@BBN.COM Organization: The ARPA Internet Lines: 24 Sounds like you have truncate-lines set true. Try setting it nil (also truncate-partial-width-windows (or don't split horizontally (^X 5))). Documentation: truncate-lines's value is nil Documentation: *Non-nil means do not display continuation lines; give each line of text one screen line. Automatically becomes local when set in any fashion. Note that this is overridden by the variable truncate-partial-width-windows if that variable is non-nil and this buffer is not full-screen width. ---- truncate-partial-width-windows's value is t Documentation: *Non-nil means truncate lines in all windows less than full screen wide. /jr jr@bbn.com or jr@bbn.uucp