emacs-devel
[Top][All Lists]
Advanced

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

Re: Why is C-d not bound to `delete-forward-char'?


From: Stefan Monnier
Subject: Re: Why is C-d not bound to `delete-forward-char'?
Date: Fri, 16 Jan 2015 18:39:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Does anyone know why C-d is bound to `delete-char' instead of
> 'delete-forward-char'?

Yes: because when delete-active-region was enabled by default, we
decided that C-d shouldn't delete the active region, so as to reduce the
pain of adaptation for old-timers.


        Stefan



reply via email to

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