bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6448: `event-apply-modifier' EVENT arg accepts float then bails


From: MON KEY
Subject: bug#6448: `event-apply-modifier' EVENT arg accepts float then bails
Date: Thu, 17 Jun 2010 16:25:36 -0400

Can `read-event' return a float?

If not, why does `event-apply-modifier' invoke the `numberp' predicate instead
of `integerp'?

e.g. these signals an error:

 (event-apply-modifier 32.3 'shift 25 "<S-")
 (event-apply-modifier (float (string-to-char "\C-s")) 'shift 25 "<S-")

This is kosher:

 (event-apply-modifier 19 'shift 25 "<S-")

--
/s_P\





reply via email to

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