Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site umcp-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP (Chris Torek) Newsgroups: net.emacs Subject: Re: CCA Emacs Redisplay Bug Fix Message-ID: <3717@umcp-cs.UUCP> Date: Thu, 28-Feb-85 10:42:21 EST Article-I.D.: umcp-cs.3717 Posted: Thu Feb 28 10:42:21 1985 Date-Received: Fri, 1-Mar-85 21:13:55 EST References: <1076@godot.UUCP> <203@bu-cs.UUCP> Organization: U of Maryland, Computer Science Dept., College Park, MD Lines: 14 Why the select() with timeout? You shouldn't have to poll the keyboard... in Gosling Emacs, the "interesting" events are keyboard input PTY input (for subprocesses) child death The first two are done with a select call, the third with SIGCHLD; my hacks to do keystroke echoing just split the single select call into a select-with-timeout followed by a select-forever.... -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 4251) UUCP: {seismo,allegra,brl-bmd}!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@maryland