Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!ucbcad!ucbvax!decvax!minow From: minow@decvax.UUCP (Martin Minow) Newsgroups: comp.sys.atari.st Subject: Re: MicroGnuEmacs Message-ID: <168@decvax.UUCP> Date: Thu, 8-Oct-87 21:23:29 EDT Article-I.D.: decvax.168 Posted: Thu Oct 8 21:23:29 1987 Date-Received: Sun, 11-Oct-87 11:59:58 EDT References: <8710071414.AA01109@work3.icase> Reply-To: minow@decvax.UUCP (Martin Minow) Organization: Digital Eq. Corp. - Merrimack NH. Lines: 16 Chip Robertson writes about MicroEmacs: > >Now, a minor complaint. I had mg in split screen and when i scrolled the >bottom screen the buffer information line (or whatever you call it) >scrolled with the text then jumped back down to where it belongs. after >about three or four pages this became a bit irksome. (by the way, this >was on a color system). Is there a way to stop this? Yes, but it's not trivial. You have to dig into the bottom layer of the screen handler, replacing the VT52-flavored scrolling code by code that calls vro_cpyfm() to scroll the screen directly. If you can do this, you have demonstrated a good understanding both of the internal structure of MicroEmacs and of Gem. Good luck. Martin Minow decvax!minow