Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site wivax.UUCP Path: utzoo!linus!security!genrad!decvax!wivax!mckeeman From: mckeeman@wivax.UUCP Newsgroups: net.emacs Subject: loops in MLisp Message-ID: <19108@wivax.UUCP> Date: Wed, 18-Jan-84 10:44:17 EST Article-I.D.: wivax.19108 Posted: Wed Jan 18 10:44:17 1984 Date-Received: Thu, 19-Jan-84 02:02:06 EST Sender: mckeeman@wivax.UUCP Organization: Wang Institute, Tyngsboro, Ma. 01879 Lines: 12 I need to be able to check the keyboard to see if ^C (for instance) has been struck to get my mocklisp program out of a loop. I need to do this without hanging up because no key has been struck. Something like: (if (keystroke-pending) (look-at-it-and-do-something) ) Any suggestion will be appreciated. Bill McKeeman ...!decvax!wivax!mckeeman