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

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

bug#6107: Delete key in the trunk invokes 'backspace' command


From: Stefan Monnier
Subject: bug#6107: Delete key in the trunk invokes 'backspace' command
Date: Wed, 05 May 2010 16:51:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> After recompiling Emacs from trunk, <delete> key now invokes backspace
> (not in terminal, using a GTK+/X Emacs).  This breaks compatibility
> with everything imaginable, including previous Emacs versions.

I recently redefined the main function related to this, using
define-minor-mode.  But it relies on changes in macros in cl-macs and
easy-mmode, so you may need to recompile those files in the right order
to get the right result.  I.e. please recompile lisp/simple.el (and
re-dump) after compiling all other files.  Or just try bootstrapping.

Of course, maybe I did mess something up in my rewrite, so please
confirm/infirm that the above fixes your problem.


        Stefan






reply via email to

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