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

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

Re: Emacs reads both DEL and Backspace as DEL


From: Eli Zaretskii
Subject: Re: Emacs reads both DEL and Backspace as DEL
Date: Tue, 28 Jan 2003 09:23:07 +0300

> From: Dan Kalikow <DrDan@Kalikow.com>
> Newsgroups: gnu.emacs.help
> Date: 28 Jan 2003 01:18:30 GMT
> 
> DEL runs the command View-scroll-page-backward
>    which is an interactive compiled Lisp function in `view'.
> =====
> DEL (translated from <kp-delete>) runs the command View-scroll-page-backward
>    which is an interactive compiled Lisp function in `view'.

Does the following help you have what you want?

     (define-key function-key-map [kp-delete] "\C-d")




reply via email to

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