Hrvoje Niksic wrote:
The Python electric deleting feature is totally broken wrt
`delete-key-deletes-forward'. I have `delete-key-deletes-forward',
but my backspace key generates delete, and I have no backspace key on
my keyboard.
If your backspace key generates delete, and you have no backspace key
on your keyboard (by which I presume that you mean that no key
generates the Backspace keysym), isn't setting
delete-key-deletes-forward to t a bad idea?
[OK, having the backspace key generate Delete instead of Backspace is
a bad idea in itself, but we should probably deal with it as best as
we can.]
If the problem is with t being the default, then maybe the default
should be changed from t to something which checks the value of
(x-keysym-on-keyboard-p 'backspace) under X.
--
Glynn Clements <glynn(a)sensei.co.uk>