emacs-devel
[Top][All Lists]
Advanced

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

delete -> DEL


From: Sam Steingold
Subject: delete -> DEL
Date: Mon, 10 May 2010 13:42:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

GNU Emacs 24.0.50.12 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4)
 of 2010-05-10 on nyc-qws-005
 '--prefix=/mnt/office/dev'

bzr tip, this morning:

DEL (translated from <delete>) runs the command backward-delete-char-untabify

this is wrong, <delete> should translate to C-d.

local-function-key-map starts with
Value: 
(keymap
 (backspace . #1=[127])
 (kp-delete . #1#)
 (delete . #1#)

which causes this lossage.

function-key-map correctly maps [delete] to "".

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.4 (Final)
http://openvotingconsortium.org http://thereligionofpeace.com http://dhimmi.com
http://truepeace.org http://camera.org http://honestreporting.com
Heredity, n: the reason your children are bright.



reply via email to

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