From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: zoltan Newsgroups: gmane.emacs.help Subject: Re: How do you scroll the screen without moving the cursor ? (the C-E and C-Y keys in vi) Date: Thu, 2 Oct 2008 23:42:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <43099179-f0fe-445e-9ad3-5efe81c2cc15@m44g2000hsc.googlegroups.com> References: <233c7913-13da-4992-992f-94992ca59430@j22g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1223043400 22245 80.91.229.12 (3 Oct 2008 14:16:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2008 14:16:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 16:17:26 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KllSV-0003PL-4M for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Oct 2008 16:16:43 +0200 Original-Received: from localhost ([127.0.0.1]:57576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KllRR-0003Wj-9Y for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Oct 2008 10:15:37 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m44g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 86.69.80.203 Original-X-Trace: posting.google.com 1223016159 26577 127.0.0.1 (3 Oct 2008 06:42:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 3 Oct 2008 06:42:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m44g2000hsc.googlegroups.com; posting-host=86.69.80.203; posting-account=1_d7lQoAAABbA4jn4yzjmQo70NK7PaSZ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:162983 X-Mailman-Approved-At: Fri, 03 Oct 2008 10:14:34 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58330 Archived-At: On Oct 3, 7:46=A0am, Livin Stephen wrote: > On Oct 3, 3:11=A0am, "David Lam" wrote: > > >... > > i saw this...http://www.wlindley.com/gnu/vi=A0and in the first two rows > > theres no listed equivalent > > ... > > David, > =A0C-v is how you scroll one-page-at-a-time, so with numerical arguments > ( "C-u 1" [ or "Cu -1" ] ), > here is how I would do it: > > C-u 1 C-v for "up", and > C-u -1 C-v for "down" . > > I don't know *any* lisp, > =A0so if I found myself wanting to do this a lot, > =A0I would probably create a macro and setup a key-binding. You can also use M-v to scroll up. And C-M-v to scroll down the next buffer