[net.micro.amiga] Fixes to MicroEmacs 3.7

james@uw-atm.UUCP (James M Synge) (08/07/86)

[ 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

haddock@ti-csl (08/11/86)

James,
	I've found similar problems in spawn.c of uEmacs 3.7 with
Aztec.  I'm also trying to reasonably incorporate colors into the
critter as well.   When I get things pretty much ready for human
consumption I;ll post the diff's.

MicroEmacs 3.7 looks EXTREMELY GOOD!  Now if we can get it to use
the mouse and color (menu's optional - How 'bout it Mic K. in Austin)...

				-Rusty-

================================================================
*hardcopy*		*electr{onic, ic}*
Rusty Haddock		ARPA:  Haddock%TI-CSL@CSNET-RELAY.ARPA
POB 226015 M/S 238	CSNET: Haddock@TI-CSL
Texas Instruments Inc.	USENET: {ut-sally,convex!smu,texsun}!ti-csl!haddock
Dallas, Texas 75266	VOICE: (214) 995-0330