[net.micro] MicroEmacs Sources

george@osu-eddie.UUCP (George Jones) (12/15/85)

I have posted the sources to MicroEmacs to net.sources.  The following is
the message that prefaces the source.
============================================================================
This is the source to MicroEmacs for the Amiga.  It is a fairly small Public
Domain Emacs that it beats ED hands down.  It supports multiple windows and 
one keyboard macro.  It is ifdefed to work on lots of different machines.
It is a straight port from IBMland.  I have someone working on using the
blitter to increase the speed of the display, and I have lots of ideas for
things that could be done to ehnance this emacs.  I am willing to play
"keeper-of-the-source" and co-ordinate efforts to enhance it.

So here it is, use it and enjoy.  Contact me if you want to help out
on improving it.

Cheers,
George M. Jones
		
cbosgd!osu-eddie!george (uucpnet)
george@ohio-state.csnet (csnet)
70003,2443 (CompuServe)
+1 (614) 457-8600 (work)
+1 (614) 885-5102 (home)

-- 
-----------
George M. Jones		{cbosgd,ihnp4}!osu-eddie!george
Work Phone:		george@ohio-state.csnet
(614) 457-8600		CompuServe: 70003,2443

crum@utah-cs.UUCP (Gary L. Crum) (12/18/85)

The MicroEmacs source posting included one incorrect character which caused
a syntax error during phase one of compilation.  Line 126 of "basic.c"
arrived here as:
        curwp->w_doto  = getgoal(elp);
and should be changed to:
        curwp->w_doto  = getgoal(dlp);

The executable file size is 40240 bytes on my system.

[Gary C]