2014-12-20 04:07:05 -05:00
|
|
|
# README #
|
|
|
|
|
2021-07-14 00:32:27 -04:00
|
|
|
µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK (em) from [kernel.org](
|
|
|
|
https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/).
|
2014-12-24 22:30:41 -05:00
|
|
|
|
|
|
|
### Changes compare to uEmacs/PK ###
|
2021-07-14 00:32:27 -04:00
|
|
|
|
2014-12-24 22:30:41 -05:00
|
|
|
* Line termination detection with new buffer mode (either Unix or DOS).
|
2021-07-14 00:32:27 -04:00
|
|
|
|
2015-05-05 00:19:13 -04:00
|
|
|
* Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed).
|
2021-07-14 00:32:27 -04:00
|
|
|
|
|
|
|
* Some fixes related to size either unchecked or limited (strcpy,
|
|
|
|
insert-string, filenames, $kill).
|
|
|
|
|
|
|
|
* Major refactoring of headers and file dependencies, hopefully to
|
|
|
|
improve maintenance.
|
|
|
|
|
|
|
|
* Some defaults changed due to 'finger habits': ue instead of em, ^S in
|
|
|
|
commands mapping...
|
2014-12-24 22:30:41 -05:00
|
|
|
|
|
|
|
### How to build ###
|
2021-07-14 00:32:27 -04:00
|
|
|
|
2020-11-02 21:37:39 -05:00
|
|
|
* dependencies: gcc, gmake, ncurses-devel.
|
2021-07-14 00:32:27 -04:00
|
|
|
|
|
|
|
* make
|
2015-05-08 05:10:34 -04:00
|
|
|
|
|
|
|
### Badges ###
|
2021-07-14 00:32:27 -04:00
|
|
|
|
|
|
|
[![Coverity Status](
|
|
|
|
https://scan.coverity.com/projects/4449/badge.svg)](
|
|
|
|
https://scan.coverity.com/projects/4449)
|