all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* delete -> DEL
@ 2010-05-10 17:42 Sam Steingold
  2010-05-11  0:59 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Steingold @ 2010-05-10 17:42 UTC (permalink / raw)
  To: emacs-devel

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 "\x04".

-- 
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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: delete -> DEL
  2010-05-10 17:42 delete -> DEL Sam Steingold
@ 2010-05-11  0:59 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2010-05-11  0:59 UTC (permalink / raw)
  To: emacs-devel

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

My guess is that you need to bootstrap (or recompile just
lisp/simple.el).


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-11  0:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10 17:42 delete -> DEL Sam Steingold
2010-05-11  0:59 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.