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

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

Re: C-delete in Emacs 23.1


From: Xah Lee
Subject: Re: C-delete in Emacs 23.1
Date: Mon, 19 Jan 2009 01:30:18 -0800 (PST)
User-agent: G2/1.0

On Jan 19, 12:16 am, "cmr.P...@gmail.com" <cmr.P...@gmail.com> wrote:
> In new Emacs the keybinding C-delete is assigned to kill-visual-line
> command, while it used to be assigned to kill-word-backward. My
> attempt to override the binding using global-set-key failed. How do I
> revert the C-delete behavior?

See:

• How To Reclaim Keybindings In Emacs
  http://xahlee.org/emacs/ergonomic_emacs_keybinding_minibuffer.html

• How to Define Keyboard Shortcuts in Emacs
  http://xahlee.org/emacs/keyboard_shortcuts.html

i'd recommend remap the keys so that

E R       I
D F     J K L

where the I J K L is cursor moving keys with Alt down. And
E R is deleting word left/right,
D F is deleting char left/right.

For the elisp code, see:

http://code.google.com/p/ergoemacs/wiki/adoption

  Xah
∑ http://xahlee.org/

reply via email to

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