help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scrolling


From: Harshdeep S Jawanda
Subject: Re: scrolling
Date: Fri, 08 Aug 2003 11:15:05 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312

The following work for me:

   * For scrolling down one line, I use C-down (the down arrow):
         (global-set-key [C-down] '"\C-u1\C-v")
   * For scrolling up one line, I user C-up (the up arrow):
         (global-set-key [C-up] '"\C-u1\M-v")


schaecsn wrote:

Hi,

1) Let's assume the cursor is somewhere in the middle of the
screen. How can I scroll the screen by 1 line up or down?

2) If I'm at the bottom of the screen and I press cursor-down then the
screen scrolls by several lines. Google told me to set scroll-step to
1.

(setq scroll-step 1)

That works several times but then the cursor is suddenly in the middle
of the screen. I don't like that.


Thanks for any help :)


--
Harshdeep S Jawanda







reply via email to

[Prev in Thread] Current Thread [Next in Thread]