Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troglobit/uemacs
MicroEMACS by Dave Conroy
https://github.com/troglobit/uemacs
emacs microemacs retrocomputing
Last synced: 2 months ago
JSON representation
MicroEMACS by Dave Conroy
- Host: GitHub
- URL: https://github.com/troglobit/uemacs
- Owner: troglobit
- License: unlicense
- Created: 2020-07-25T18:49:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T20:25:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T02:46:00.828Z (3 months ago)
- Topics: emacs, microemacs, retrocomputing
- Language: C
- Homepage:
- Size: 122 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MicroEMACS v30
==============This is the oldest version of MicroEMACS by Dave Conroy, predating any
of Daniel Lawrence's changes. It's version 30, and not 3.0. Maybe
patterned after the original EMACS sequential version numbers.Sources from Lars Brinkhoff's Historical Emacs Software Preservation
repository at GitHub: https://github.com/larsbrinkhoff/emacs-history/Great care has been taken to not change the original code, only the most
obvious bugs have been handled, as gracefully as possible. The rest is
clever hiding of warnings and use of C89.Only addition to build on modern UNIX/Linux systems is the `sys/unix/`
directory, which in part is based on `sys/ultrix`. There is also a
native Windows port, see `build-win.cmd` for details.The build system has been given a boost with GNU Autoconf and Automake.
Run `./autogen.sh` when checking out the sources from GIT to create the
`configure` script and `Makefile.in`'s.Porting Notes
-------------This port to was made by Joachim Wiberg (UNIX) and Jörgen Sigvardsson
(Windows). Other ports or bug fixes are most welcome, as long as they
stay in the spirit of the original MicroEMACS.