Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
Jonathan Harris <jhar(a)tardis.ed.ac.uk> writes:
> 1998-09-20 Jonathan Harris <jhar(a)tardis.ed.ac.uk>
>
> * simple.el (delete-key-deletes-forward): Custom default changed
> from nil to '(eq system-type 'windows-nt)'.
This the wrong fix, you should add a windows-nt case to this
;; Trash me, baby.
(defsubst delete-forward-p ()
(and delete-key-deletes-forward
(or (not (eq (device-type) 'x))
(x-keysym-on-keyboard-sans-modifiers-p 'backspace))))
Nope. The function begins with `(and delete-key-deletes-forward',
which means that whatever you do later is void if the variable is nil.
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Call CIA and tell them that you have placed a bomb in a 7-11 shop! Be
sure to let them trace you. Spend 10 years in jail and then regret it.