emacs-devel
[Top][All Lists]
Advanced

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

Re: [C-delete] - should it not be backward-kill-word


From: Lennart Borgman
Subject: Re: [C-delete] - should it not be backward-kill-word
Date: Wed, 05 Jul 2006 06:16:48 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Eli Zaretskii wrote:
Date: Tue, 04 Jul 2006 23:44:05 +0200
From: Lennart Borgman <address@hidden>

On w32 it looks like it is instead kill-word. [C-backspace] is wrong the other way.

??? Do you mean you want C-delete to delete _backwards_?

`delete' is not DEL; the latter is what `backspace' does on a Windows
keyboard.  `delete' deletes forward; I think users will crucify us if
we make it delete backwards.

I do not want it, but these two lines in bindings.el seems to want it:

(global-set-key [C-delete] 'backward-kill-word)
(global-set-key [C-backspace] 'kill-word)





reply via email to

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