Subject: Re: XFree86 and Emacs ^H Backspace problem.
To: None <netbsd-help@NetBSD.ORG>
From: Michael K. Sanders <msanders@aros.net>
List: netbsd-help
Date: 09/03/1997 01:18:21
In message <199709030655.AAA05479@shell.aros.net>, "Michael K. Sanders" writes:
>
>I'm seeing a strange problem with ^H and Backspace in Emacs under X. 
>
>I have the folling in my .emacs:
>
>(global-set-key "\C-h" 'delete-backward-char)
>(global-set-key "\C-?" 'delete-char)

To make the problem a little more clear, it boils down to the 
fact that Emacs seems to be getting DEL for both Backspace and Delete
when run in a Frame under X, when it should be getting C-h for
Backspace and DEL for Delete.