Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!SPAM.ISTC.SRI.COM!wohler From: wohler@SPAM.ISTC.SRI.COM (Bill Wohler) Newsgroups: comp.emacs Subject: Re: commands wanted Message-ID: <8711240730.AA11767@milk1.istc.sri.com> Date: Tue, 24-Nov-87 02:30:12 EST Article-I.D.: milk1.8711240730.AA11767 Posted: Tue Nov 24 02:30:12 1987 Date-Received: Fri, 27-Nov-87 01:38:25 EST Sender: corwin@eddie.MIT.EDU Organization: SRI International, Menlo Park, CA Lines: 24 1. move cursor to top of window C-u 0 M-r 2. move cursor to bottom of window C-u -1 M-r see also M-r (move-to-window-line). i'm glad you asked this question since i didn't know how to do it before. an apropos on "window" produced the answer. 3. scroll window so line cursor is on is at top of window C-u 0 C-l 4. scroll window so line cursor is on is at bottom of window C-u -1 C-l see the documentation for C-l (recenter). --bw