Xref: utzoo comp.editors:1469 comp.emacs:8102 comp.unix.questions:21274 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think!mintaka!oliveb!felix!art From: art@felix.UUCP (Art Dederick) Newsgroups: comp.editors,comp.emacs,comp.unix.questions Subject: Re: Wanted - An Editor Which Handles Long Lines Message-ID: <142834@felix.UUCP> Date: 8 Apr 90 23:38:12 GMT References: <41368@fmsrl7.UUCP> <2830@kim> Reply-To: art@felix.UUCP (Art Dederick) Organization: FileNet Corp., Costa Mesa, CA Lines: 4 Look at GNU's readline library. It can be configured for vertical or horizontal scrolling. GNU EMACS most likely has this built in. I use the readline library for making secure user interfaces and have found it's other features nice (history, name completion etc.).