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

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

How to distinguish character from noncharacter input events?


From: Joe Fineman
Subject: How to distinguish character from noncharacter input events?
Date: 10 Aug 2004 10:03:24 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Is there a function that distinguishes character from noncharacter
input events?  It would be nice to be able to write

(let ((next (read-event)))
  (if (char-p next)
      (progn ...)
    (...)))

but I can't find anything of the sort.
-- 
---  Joe Fineman    jcf@TheWorld.com

||:  Money is especially valuable in that it is overvalued.  :||


reply via email to

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