Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!rutgers!mcnc!rti!talos!kjones From: kjones@talos.UUCP (Kyle Jones) Newsgroups: comp.emacs Subject: Re: Can scrolling be changed? Message-ID: <347@talos.UUCP> Date: 1 Nov 88 14:13:22 GMT References: <392@megatek.UUCP> <3097@mipos3.intel.com> <2120@bucsb.UUCP> Reply-To: kjones@talos.UUCP (Kyle Jones) Organization: Philip Morris Research Center, Richmond, VA Lines: 20 In article <392@megatek.UUCP>, hollen@spot (Dion Hollenbeck) writes: >Can it be made to scroll one line at a time up or down like a regular >terminal? woodstock, et. al. >(setq scroll-step 1) In article <2120@bucsb.UUCP> bug@bucsb.bu.edu (Jay Wasserman) writes: >i tried this and it works when scrolling with arrows keys very badly... >if i scroll to fast it reverts back to the centering method.... >so my question is ..can this be fixed so no matter how fast i scroll >with the arrow keys it will only go one line at a time? No, unless you're willing (and capable!) of hacking the Emacs display code. Not too long ago someone else wanted one-step scrolling but they wanted it in a shell buffer, which isn't what you asked for. The only use that I can think of for the type of one-step scrolling you want is searching for a particular point in a file. That can be accomplished much easier and faster with a fixed string or regular expression search.