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

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

Re: unexpected Del behaviour after C-d binding


From: Stefan Monnier <address@hidden>
Subject: Re: unexpected Del behaviour after C-d binding
Date: 26 Nov 2002 18:19:30 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> You're right. That binding was in /etc/emacs/site-start.el
> (Xlaunch (define-key global-map [(delete)] "\C-d"))
> which is the mandrake configuration file for emacs. From this I understand
> rewritting
> (Xlaunch (define-key global-map [(delete)] 'delete-char))
> is more appropiate isn't it?

I think it's more appropriate to just keep the default, rather than
any of those two alternatives.
Complaining to Mandrake is also a good thing to do.


        Stefan


reply via email to

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