Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!sri-spam!parcvax!hplabs!tektronix!uw-beaver!uw-june!geops!uw-atm!james From: james@uw-atm.UUCP (James M Synge) Newsgroups: net.micro.amiga Subject: Fixes to MicroEmacs 3.7 Message-ID: <25@uw-atm.UUCP> Date: Wed, 6-Aug-86 17:14:22 EDT Article-I.D.: uw-atm.25 Posted: Wed Aug 6 17:14:22 1986 Date-Received: Sat, 9-Aug-86 04:28:06 EDT Organization: Dept. of Atmospheric Sciences, U. of Washington Lines: 35 Keywords: AztecC [ line On Monday I posted a message asking if anybody had succedded in getting MicroEmacs 3.7 working on the Amiga using Aztec C compiler. I kept working with it and found some problems related to the difference in the size of ints. I've included diffs to termio.c which is the only place I've found the problem so far. Other than these difficulties, I really like the changes/improvements to MicroEmacs. Of course, I still want it to use a border-less window, the mouse and menus. The version of MicroEmacs which comes in the software toolkit from C-A with the 1.2 Beta disks is nice, but includes no sources (I just love them sources). termio.c diffs ---------------------------------------------------------------- 12c12 < #define AMG_MAXBUF 1024 --- > #define AMG_MAXBUF 1024L 15c15 < static int scrn_tmp_p = 0; --- > static long int scrn_tmp_p = 0; 320c320 < Read(terminal, &ch, 1); --- > Read(terminal, &ch, 1L); ------------------------------------------------------------------------------- -- James. -- --------------------------------------------------------------------------- James M Synge, Department of Atmospheric Sciences, University of Washington UUCP: uw-beaver!geops!uw-atm!james ARPA: james@washington.arpa uw-beaver!uw-june!james VOX: 1 206 543 0308