all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to distinguish character from noncharacter input events?
@ 2004-08-10 14:03 Joe Fineman
  2004-08-10 15:32 ` Stefan Monnier
  2004-08-11  3:25 ` Joakim Hove
  0 siblings, 2 replies; 7+ messages in thread
From: Joe Fineman @ 2004-08-10 14:03 UTC (permalink / raw)


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.  :||

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-08-12 12:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-10 14:03 How to distinguish character from noncharacter input events? Joe Fineman
2004-08-10 15:32 ` Stefan Monnier
2004-08-11 22:09   ` Joe Fineman
2004-08-11 23:53     ` Kevin Rodgers
2004-08-12 12:05     ` Kai Grossjohann
2004-08-11  3:25 ` Joakim Hove
2004-08-11 18:24   ` Ehud Karni

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.