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

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

Re: Trying to global-set-key


From: Harshdeep S Jawanda
Subject: Re: Trying to global-set-key
Date: Tue, 03 Jun 2003 15:18:03 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312

If I write this as (global-set-key "\C-cd" '"\C-u1\C-v"), then it works. Why doesn't it work with the down arrow key?

Harshdeep S Jawanda wrote:

I want to global-set-key C-u 1 C-v (scroll-up) to C-down in my .emacs file. How do I do that?

As a starting point I tried: (global-set-key [C-down] 'scroll-up), but that doesn't seem to do even a simple scroll-up. When I do C-h a for scroll-up, the keybinding shows up, but it doesn't seem to work.

Thanks.

--
Harshdeep S Jawanda






reply via email to

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