uemacs/README.md

32 lines
860 B
Markdown
Raw Normal View History

2014-12-20 09:07:05 +00:00
# README #
µEMACS (ue) on Cygwin/Linux/NetBSD, based on uEmacs/PK (em) from [kernel.org](
https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/).
2014-12-25 03:30:41 +00:00
### Changes compare to uEmacs/PK ###
2014-12-25 03:30:41 +00:00
* Line termination detection with new buffer mode (either Unix or DOS).
2015-05-05 04:19:13 +00:00
* Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed).
* 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-25 03:30:41 +00:00
### Unicode (UTF-8) support ###
* gcc limitation on Windows (__WCHAR_WIDTH__ 16).
* Display of double and zero width characters ongoing.
2014-12-25 03:30:41 +00:00
### How to build ###
2020-11-03 02:37:39 +00:00
* dependencies: gcc, gmake, ncurses-devel.
* make