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

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

unexpected Del behaviour after C-d binding


From: Dani Barral
Subject: unexpected Del behaviour after C-d binding
Date: Tue, 26 Nov 2002 11:12:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

Hi,

I'm trying to configure the keyboard of my laptop into something more confortable for my hands. First I want to rebind some emacs commands and after I'll exchange some control,alt,... keys in X.

The problem I having with GNU Emacs 21.2.1 is that the behaviour of the Del key changes after this:

(global-unset-key "\C-d")
(global-set-key "\C-d" 'next-line)

Now everytime I press Del next-line is executed. However C-h Del returns:
<delete> runs the command "^D"
   which is a keyboard macro.

Could anybody what's wrong with those two bindings above?

Cheers

Dani






reply via email to

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