From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Paul S" Newsgroups: gmane.emacs.help Subject: Quick Emacs Question Date: Thu, 1 May 2008 09:12:30 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7120_33512004.1209658350843" X-Trace: ger.gmane.org 1209680518 7832 80.91.229.12 (1 May 2008 22:21:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 22:21:58 +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 May 02 00:22:34 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 1JrhAf-0006qv-1L for geh-help-gnu-emacs@m.gmane.org; Fri, 02 May 2008 00:22:33 +0200 Original-Received: from localhost ([127.0.0.1]:41252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrh9x-0005sp-Sx for geh-help-gnu-emacs@m.gmane.org; Thu, 01 May 2008 18:21:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrbOg-0000hl-7I for help-gnu-emacs@gnu.org; Thu, 01 May 2008 12:12:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrbOd-0000gZ-H5 for help-gnu-emacs@gnu.org; Thu, 01 May 2008 12:12:37 -0400 Original-Received: from [199.232.76.173] (port=45821 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrbOd-0000gI-AB for help-gnu-emacs@gnu.org; Thu, 01 May 2008 12:12:35 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.251] helo=rv-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrbOa-0003XX-Lh for help-gnu-emacs@gnu.org; Thu, 01 May 2008 12:12:33 -0400 Original-Received: by rv-out-0506.google.com with SMTP id k29so1162457rvb.6 for ; Thu, 01 May 2008 09:12:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=AkX78USojdjsh4b+V/7VkT//ZP9Q30MOWntSc1rgH3g=; b=bUpGkgCJks+Mkbe8f/7OxZcprHdvGPkOuMuMk6/XTdXJvMUHL0bfOJ30qqEWWCwh4EXI4sEG0rSu9tcrwFbPDJzKJow7scy8mMZKkY+p2z8hCxL9+KKcp9dfrDFgKiZ6rZPEOerzeSo+NWncmmSg/glzZzOnZt9dMJ7mPuLktSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=XSqkCOnwZgQTfEcOiaK4K2fGhRWEg/iXQNr//4ze8kDB/x/EYdgkhqOlWsmqV4Yr5GWY/FCLC5Qlz9lsLQdDYJ6bED1BCueVWa+qkLkoeHNTNgVHpIdYamEddCOnARQ4R0y54r1LPuuxJwzSnSe1o5gV63/vnzqPedlEFYEahm0= Original-Received: by 10.141.202.12 with SMTP id e12mr895223rvq.273.1209658350845; Thu, 01 May 2008 09:12:30 -0700 (PDT) Original-Received: by 10.140.199.11 with HTTP; Thu, 1 May 2008 09:12:30 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 01 May 2008 18:19:41 -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:53689 Archived-At: ------=_Part_7120_33512004.1209658350843 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi there! When you are in Emacs, and the cursor is at the top of the window, you press UP and it does a Page Up. Is there any way to scroll up line-by-line? (IE you press up, ONE line disappears at the bottom and ONE more line is visible at the top. Rather than 20 lines at a time). (Useful for when you want to keep looking at two different things in a C file.) Thanks! Paul ------=_Part_7120_33512004.1209658350843 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi there!

When you are in Emacs, and the cursor is at the top of the window, you press UP and it does a Page Up.

Is there any way to scroll up line-by-line? (IE you press up, ONE line disappears at the bottom and ONE more line is visible at the top. Rather than 20 lines at a time). (Useful for when you want to keep looking at two different things in a C file.)

Thanks!
Paul
------=_Part_7120_33512004.1209658350843--