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

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

Re: inconsistent bindings of backspace and delete between X and xterm


From: Eli Zaretskii
Subject: Re: inconsistent bindings of backspace and delete between X and xterm
Date: Sat, 07 Feb 2004 17:41:47 +0200

> From: Dale Hagglund <rdh@yottayotta.com>
> Date: Fri, 06 Feb 2004 20:35:13 -0700
> 
> 1. Under X, the backspace and delete keys generate the respective
>    window-system events, each of which is mapped to DEL via the
>    function-key-map, which is then bound to
>    `delete-previous-character'.

This is wrong: the <delete> key should not be mapped to DEL.  It
should be mapped to C-d, and thus run `delete-char', like it does in
xterm.

What OS is that?  Does it help to experiment with
normal-erase-is-backspace-mode?

> In all cases, I started emacs with the -q flag.

Did you also use the --no-site-file switch?  If not, can you use it in
addition to -q and see if that changes anything?




reply via email to

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