Path: utzoo!attcan!uunet!wuarchive!udel!mmdf From: Dickson@system-m.phx.bull.com (Paul Dickson) Newsgroups: comp.sys.amiga Subject: Re: Lattice 4.0 and MicroEMACS 3.10 Message-ID: <11027@baldrick.udel.EDU> Date: 13 Feb 90 15:05:52 GMT Sender: mmdf@udel.EDU Lines: 19 > I have never had anything but trouble with lattice and I expect nothing > less in the future. I compiled MicroEmacs 3.10 under every compiler I > could get my hands on and the only ones I had trouble with were Lattice > (msdos and amiga) and the MAC but I eventualy got it working on the MAC. This isn't a problem with the compiler. It is a problem with the input routine of MicroEmacs 3.10. MicroEmacs will finish processing all input before before redisplaying the screen. But the input code for the Amiga, when checking to see if there is more input, will WAIT for more input. So hence, there is ALWAYS more input and the screen is NEVER redisplayed. A quick hack to get MicroEmacs working is a one-line change to always redisplay in main.c. I would like to get a hold of fixes to this problem. Can anyone tell me were they are available via FTP? Understand they are pending for comp.sys.amiga.sources, but I don't get that newsgroup on the Internet.