Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!uwvax!umn-d-ub!umn-cs!ems!rosevax!cimcor!mike From: mike@cimcor.UUCP (Michael Grenier) Newsgroups: comp.emacs Subject: Re: MicroEMACS works but eats CPU on SysV Message-ID: <422@cimcor.UUCP> Date: Mon, 23-Nov-87 15:59:44 EST Article-I.D.: cimcor.422 Posted: Mon Nov 23 15:59:44 1987 Date-Received: Fri, 27-Nov-87 06:51:00 EST References: <1107@sugar.UUCP> Organization: Grenier & friends, Forest Lake, MN Lines: 24 Keywords: MicroEMACS, Microport, USG Summary: Yes, it seems broke In article <1107@sugar.UUCP>, karl@sugar.UUCP (Karl Lehenbauer) writes: > Well, I pulled MicroEMACS 3.9e off of comp.sources.misc and gave them a > try under Microport Sys V/286 2.2. After changing the makefile to do a > > Anyway, emacs works just fine, but it totally eats CPU time (pretty > much all that's available), even when it's just sitting there waiting for > keys. Anybody know what's happening? I selected USG and Unix compiler, > terminal output as termcap; the rest are defaults. I thought I'd ask Hmmm... it does seem to be doing something strange. It grabs all the CPU time on my system as well (though at a low priority) in some sort of system call. What's really strange is that version 3.8i which I had installed patches for terminfo support consumes no time when idle. Perhaps the question is, when will Daniel Lawrence support System V Unix with terminfo instead/in addition to the older termcap. Actually, its looping at line 431 in termio.c polling stdin. I'm not a unix wizard so I don't understand why he special cased USG from the V7/BSD version at this point. -Mike {ihnp4, amdahl, rutgers}!meccts!cimcor!mike (Dan, I'll come up with patches if you want...Not that this is really the problem with the looping}