SL Baur wrote:
What is (event-to-character event) supposed to return when
`event' is
#<keypress-event backspace> or #<keypress-event delete>?
I don't know what it's supposed to return, but event-to-character
appears to return the symbol's 'ascii-character property. These used
to be set to ?\010 and ?\177 respectively.
If at all practical, I would suggest that the code should be using
(event-key event) rather than (event-to-character event).
--
Glynn Clements <glynn(a)sensei.co.uk>